3 Dec
2009
3 Dec
'09
1:27 p.m.
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 replaced with whichever group has the appropriate users
http://wiki.freeradius.org/Rlm_ldap#Group_Support Ivan Kalik