Hello,
I have installed the latest pwm. Everything is working correctly;however, stuck authenticating users. Currently, the LDAP contextless login is :
CN=pwm pwm,CN=Users,DC=XXX,DC=XXX.
This works....but only working for users who are in the
domain.com > Users (CN=Users,DC=xxx,DC=xxx). The problem is that we don't have any users there, instead this is how our Active Directory is organized as:
domain.com
builtin
.....etc
+Offices
-Atlanta
-New York
-Harrisburg
...etc
Uers
What would be the best way authenticating all users in the active directory regardless of which OU they belong to?
---------
Also, I randomly get the following error:
Unexpected error while testing ldap test user: [LDAP: error code 53 - 0000052D: SvcErr: DSID-031A11E5, problem 5003 (WILL_NOT_PERFORM), data 0 ]
---------
Any help is appreciated, thank you.