AdminUI 12.8SP3 on Windows 2016;
Login Authentication error in im.AuthenticationModule failed to
disambiguate user NamingException: JBAS011843 LDAP: error code 52 -
Unavailable
Check the health of the user directory and verify that it is
available to serve requests.
https://ca-broadcom.wolkenservicedesk.com/external/article?articleId=97170
Not able to configure external ldap authentication for adminui
Configure first the connection without using SSL to solve the issue,
and validate that the user can be found correctly. To configure SSL
connection, you do need to have handy the LDAP Server SSL certificate
to upload it when configuring the AdminUI for External Admin Store.
https://ca-broadcom.wolkenservicedesk.com/external/article?articleId=137068
Import new root CA:
keytool -import -trustcacerts -alias <alias> -keystore "siteminder/adminui/standalone/configuration/trustStore.jks" -file <RootCA.cer>
List keystore to check it is there:
keytool -list -v -keystore ./trustStore.jks -storepass <password>
Restart adminui.
https://ca-broadcom.wolkenservicedesk.com/external/article?articleId=136378
javax.naming.NamingException: LDAP response read timed out error in
adminui server.log
Please upgrade the java used by the adminui to Java 1.8.0_77 (here
java version is 1.8.0_31).
https://ca-broadcom.wolkenservicedesk.com/external/article?articleId=5972
The External Admin Store should be also configured for LDAP Namespace
and not AD Namespace.