This is what I've used as ldapsearch command for my test: ldapsearch -x -h 192.168.2.40 -D "administrator@xxxxxxxxxx" -W -b "OU=Privilege Groups,OU=Users Specials,DC=domain,DC=com" -s sub "(cn=*)" cn mail sn And get the following result which show to me that it is not working. Enter LDAP Password: # extended LDIF # # LDAPv3 # base <OU=Privilege Groups,OU=Users Specials,DC=domain,DC=com> with scope subtree # filter: (cn=*) # requesting: cn mail sn # # search result search: 2 result: 32 No such object matchedDN: DC=domain,DC=com text: 0000208D: NameErr: DSID-03100238, problem 2001 (NO_OBJECT), data 0, best match of: 'DC=domain,DC=com' Gerhard, On Nov 8, 2016, at 12:06 PM, Eric Covener <covener@xxxxxxxxx> wrote: |