marathon-ldap icon indicating copy to clipboard operation
marathon-ldap copied to clipboard

plugin issue in binding

Open iamman0j opened this issue 7 years ago • 1 comments

I have added my ldap server details in the json file as below

"url": "ldap://:<PORT>", "base": "dc=<My DOMAIN>,dc=com", "dn": "uid={username}", "bindUser": "", "bindPassword": "password for ldap bind",

But i have got the below error

[LDAP: error code 1 - 000004DC: LdapErr: DSID-0C090752, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v2580] (io.containx.marathon.plugin.auth.util.LDAPHelper:pool-5-thread-1) [2017-08-10 14:42:44,392] ERROR LDAP error validating user: {} (io.containx.marathon.plugin.auth.LDAPAuthenticator:pool-5-thread-1) com.google.common.cache.CacheLoader$InvalidCacheLoadException: CacheLoader returned null for key AuthKey{username=manokar}.

I can login with the user without ldap. Anything I am missing ?

iamman0j avatar Aug 10 '17 11:08 iamman0j