I am trying to configure LDAP for my test DPA environment and running into some issues that I am hoping someone can help with.
I am able to connect to my DC's seemingly fine, the issue is when I try to search for a group.
If I don't use the "Group Search Base" I get this error whenever I try to search for ANY group:
Unable to get groups from LDAP for search string 'AA-SQL-ADMIN'. javax.naming.PartialResultException: Unprocessed Continuation Reference(s); remaining name ''
I try to specify the Group Search Base it never finds ANY groups. I am putting "OU=Security,OU=HO,OU=Internal,OU=Groups,DC=east,DC=acme,DC=com"
Does DPA search based on the CN for groups or something else? My preference would be to use the Group Search Base, but can't figure out why it isn't returning any groups...