Thanks Phil!
On 05/13/2011 07:34 PM, Herbert Fischer wrote:You can't do this.
if (ldap_group-LDAP-Group != "somegroup") {
You can only test for group membership i.e.# do nothing
if (ldap_group-LDAP-Group == somegroup) {
}
else {
# ...whatever
}
The != and other operators don't work for the virtual attribute "LDAP-Group"