Hi, that's not how LDAP-auth normally works:
Jenkins takes the user and password, and tries an LDAP bind with this password. If the LDAP server returns success, then the login is granted. I suspect there is some other problem with your LDAP config. Questions: * What type of LDAP server are you running (ActiveDirectory, OpenLDAP, FreeIPA, ...)? * What is your LDAP config (remember to remove passwords/sensitive information before posting) Björn Am Donnerstag, 23. März 2017 16:40:58 UTC+1 schrieb Maciej D: > > Hi Jenkins users! > > I'm trying to bind jenkins to LDAP auth. > > Jenkins is successfully downloading the user list. > > Unfortunately the credentials are wrong every-time I try to login with an > valid account. > > My LDAP server stores salted sha (SSHA) in base64 for user passwords. > > Can jenkins detect i.e base64 decode then take the salt and calculate the > hash to compare it to the password hash that's stored in LDAP? > > Thanks for help! > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/3531dc35-60f4-446a-8a26-f43d04bcb203%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
