问题
I am trying to get Jenkins to authenticate against a local OpenLDAP service, I can't seem to get users authenticated, even though I can successfully authenticate any user as the manager DN.
I have follow this deprecated tutorial: DigitalOcean LDAP tutorial. Although this is meant for Ubuntu 12.04 which is deprecated, it seems to still be allright for the biggest part.
What am I missing here?
回答1:
In my case, I changed user search filter
to mail{0}
instead of uid{0}
. Then use email address to test connection, which works.
来源:https://stackoverflow.com/questions/47940853/jenkins-openldap-authentication-not-working