简体   繁体   中英

Jenkins OpenLDAP authentication not working

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?

Jenkins LDAP配置Jenkins身份验证失败OpenLDAP树

In my case, I changed user search filter to mail{0} instead of uid{0} . Then use email address to test connection, which works.

在此处输入图片说明

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM