On Jul 14, 2016, at 12:20 PM, Dave Aldwinckle <daldwinc@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.