Machine auth LDAP group checking

Alan DeKok aland at deployingradius.com
Thu Jul 14 22:16:02 CEST 2016


On Jul 14, 2016, at 12:20 PM, Dave Aldwinckle <daldwinc at uwaterloo.ca> wrote:
> 
> (9)       if (ldap.host-LDAP-Group == "uw-WiFi-Managed") {
> (9)       if (ldap.host-LDAP-Group == "uw-WiFi-Managed")  -> FALSE

 Use:

	if (&ldap.host-LDAP-Group == "uw-WiFi-Managed")

  Alan DeKok.



More information about the Freeradius-Users mailing list