Products | Versions |
---|---|
TIBCO LogLogic Log Management Intelligence | all versions |
When authenticating as a remote user, you may be told that your username and password are incorrect. Once we have ruled out the fact that they may be incorrect, on further investigation, you may see something similar to the following in /loglogic/tomcat/logs/logapp.log:
2018-09-10 12:07:02,610 [loglogic-test-device] WARN com.loglogic.logapp.filters.auth.SimpleLdapAuthentication - Failed to login to LDAP server (192.168.1.200:636): simple bind failed: 192.168.1.200:636
2018-09-10 12:07:02,610 [loglogic-test-device] ERROR com.loglogic.logapp.servlets.admin.users.UserAuthentication - Incorrect user name and/or password for remote authentication on Authentication Server 192.168.1.200:636
2018-09-10 12:07:02,610 [loglogic-test-device] ERROR com.loglogic.logapp.spring.security.LoginAuthenticationProvider - Login Exception
The part we are interested in is:
Failed to login to LDAP server (192.168.1.200:636): simple bind failed: 192.168.1.200:636
The appliance is trying to authenticate to the Active Directory server on port 636. This is the secure LDAP port so in order to authenticate we must have configured certificate-based trust with the Active Directory server. The "simple bind failed" message shows that the appliance is currently not presenting the right credentials, or it is but they have expired. In either case, you will need to reconfigure your appliance Active Directory configuration. The text below shows how to configure Active Directory authentication from scratch - generally, in the case of a simple bind error, we would only need to follow step 5. The rest of the steps have been included for completeness.