Ok, so do I understand you correct that neither agent nor client login
works, but information can be pulled correctly when creating an account?YesThe
registration method (public / private / disabled) just configures if
clients can register an account themselves (public) or agents need to
register the account (private) or that the registration is disabled.So
it's necessary to check what method is used (I'd recommend public for
testing/troubleshooting) since based on the method the authentication
may fail since the clients are simply not allowed to register.I made the test with public registration, then i thought that user could authenticate against openldap directory and then create accountBut it doesn't works