Hello,
we have an old ARIS 7.2 Business Publisher Server with LDAP authentication. It was working fine. Now I have to update it to LDAPS because of a future Windows update (only LDAPS on Domain Controllers). Therefore I changed two settings in the "webappserver.cfg".
old
<ldapproviderurl value="ldap://x.x.x.x:389"/>
<ldapsecurityauthentication value="simple"/>
new
<ldapproviderurl value="ldaps://x.x.x.x:636"/>
<ldapsecurityauthentication value="ssl"/>
But authentication is not working anymore. Message:
"Login was not successful. Please give in correct user name and password."
Any tips?
Thanks and regards,
Michi