Obtain the Base DN or Bind DN Attributes for LDAP Directory Synchronization
Type the following command and press Enter
dsquery user dc=example,dc=com,-name user1*
If your user has a long name, the * will do a wildcard match for that user.
Or
dsquery user dc=example,dc=com -name "user1"
These commands will return the correct Bind DN for Directory Synchronization on the PGP Universal Server.
"CN=user1,CN=Users,DC=example,DC=com"
dsquery user dc=example,dc=com,-name user1*
If your user has a long name, the * will do a wildcard match for that user.
Or
dsquery user dc=example,dc=com -name "user1"
These commands will return the correct Bind DN for Directory Synchronization on the PGP Universal Server.
"CN=user1,CN=Users,DC=example,DC=com"