Hello!
I’m trying to authenticate against AD-server using scripts described in https://reportserver.net/blog/2013/08/06/configure-ldap-to-use-reportserver-with-activedirectory-authentication.
I have successfully imported users from AD but when logging I’ll get error message box “Login attempt failed.”.
tomcat8-stdout.log has lines
####### LdapPAM: authenticate with local password: fail
####### LdapPAM: authenticate against directory server: success
####### LdapPAM: authenticate success (usr=xxxx)
####### LdapPAM: authenticate notoken (result=AuthenticationResult(false, null, false)
which seems to indicate authentication was successful. So what is wrong here?