Hello,
We are a new customer and trying to set LDAP Authentifcation in order to allow our users to login using their Active Directory credentials.
All the users are synchronized to LDAP, and the LDAP is not installed on the same server and is on another domain (MFILES domain : CAI.DEV, LDAP domain : CA-IM).
We tried different value for the parameter System.DirectoryServices.Protocols in MFiles Server LDAP Configuration :
- When we set parameter value to Basic auth (value : 1) :
- Auto logon is not working
- When both credentials are filled (login and password) => the authentication rejected (Logs are always saying "the supplied credential is invalid")
- When only login is filled and password is left empty => the user is successfully authenticated (this causes any user to be able to impersonate anyone in the firm which is not acceptable)
- When we set parameter value to Kerberos (value : 9)
- The authentication is always reject whatever the tests realized (Logs are always saying "the supplied credential is invalid")
Does anyone has encountered the sale behavior or has an idea on what is the rootcause ?
Thnaks in advance for your help.