Hello, I want to use PWM with AD, but I'm can't make them connect propperly, here is an example of AD:
- my.domain
- OU1
- OU1.1
- Test_user
- Bind_user(The user that changes passwords)
- OU1.2
- OU...
- OU2
- OU3
- OU...
The users are in OU2.1,2.2,etc. When I set LDAP Contextless Login Roots to OU=OU2,DC=my,DC=domain and i test LDAP connection it says that it's an invalid value.
When i do the same with DC=my,DC=domain as value, the test is OK but I can't log in adn the logs tell me that PWM is unable to connect with LDAP.
If I set the value to OU=OU2.1,OU=2,DC=my,DC=domain it works, and the same happens with OU2.2 and the rest.
Lastly, if i do it with OU=1,DC=my.DC=domain everything is ok, same situation with OU3 and the rest.
I don't know why it does not work with OU2 when it's OK with OU1 and the other ones, and I need it to work with OU2 beacause is where the users are.