Admin users are unable to log into the SEP Manager. Active Directory AD logins are used, the accounts are not being recognized.
Error: The administrator's user name or password is incorrect. Type a valid user name or password.
Error in ADSITask-0.log: THREAD 42 WARNING: LdapUtils>> connect: Exception... Duration: 21.028s (21028.0ms)
THREAD 42 WARNING: javax.naming.CommunicationException: <IP Address> [Root exception is java.net.ConnectException: Connection timed out: connect]
14.3x
LDAP server (Domain controller) is throwing an error when we try to authenticate. Via WireShark, the error is:
strongAuthRequired (00002028: LdapErr: DSID-0C090276, comment: The server requires binds to turn on integrity checking if SSL\TLS are not already active on the connection, data 0, v2580
It appears based on this message that LDAP binding was recently turned on on the LDAP server.
This article from Microsoft covers how to turn it on and off via registry:
Disable LDAP binding to resolve the issue.