Re: Active Directory + LDAP + groups for dynamic VLAN assignment

2013-01-10 Thread Michael Schwartzkopff
Am Mittwoch, 9. Januar 2013, 16:51:22 schrieb Matthew Ceroni: > Hi: > > I am using FreeRadius version 2.1.12 on CentOS6. > > I am authenticating against Active Directory (that works). And authorizing > against LDAP (that works as well). > > I am trying to return attributes, used for VLAN assignm

RE: Active directory ldap groups

2009-12-04 Thread Leighton Man
> > http://wiki.freeradius.org/Rlm_ldap#Group_Support > One hour to formulate the problem, One line to fix it!! MANY thanks Ivan. Regards, Leighton --- This transmission is confidential and may be legally privileged. If you receive it in error, please notify us immediately by e-mail and re

Re: Active directory ldap groups

2009-12-03 Thread tnt
> ldap ldap_staff{ > > Queries the staff ou in AD > > } > > ldap ldap_student{ > > Queries the student ou in AD > > } > > if(!control:Auth-Type && request:NAS-Port-Type == Async && Ldap-Group == > ADGROUP) { > update control { > Auth-Type = "ntlm_auth" > } > } > > ADGROUP is rep