Hi Guys,
I am looking for ldap query string that will show me specific value (Extension-Attribute-6) by 'uid' objectclass..
I am using the following string but it show me all the users that existing on the address book....
strQuery= "<LDAP://" & strServername & ">;(objectClass=person);uid,Extension-Attribute-6,objectClass;subtree"
Thanks...
I am looking for ldap query string that will show me specific value (Extension-Attribute-6) by 'uid' objectclass..
I am using the following string but it show me all the users that existing on the address book....
strQuery= "<LDAP://" & strServername & ">;(objectClass=person);uid,Extension-Attribute-6,objectClass;subtree"
Thanks...