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
André Vitor Oliveira on
Hi Michaela,
Did you restart the Publisher ?
If you manage users via an LDAP system, authentication is performed using this system. To map LDAP user groups to ARIS user groups, you need to customize the configuration file.
Procedure
1. Open ..\BPServer\tomcat\webapps\businesspublisher\config\webappserver.cfg
and specify the required <ldap> settings.
2. Restart ARIS Business Publisher Server
BR
AO