How to setup multiple way of authentication in Jenkins such as LDAP and Jenkins User database?

后端 未结 2 445
醉话见心
醉话见心 2021-01-12 20:14

Actually the authentication into our Jenkins is done through LDAP.

Some people in my team are not member of the LDAP.

Is there a way to use both LDAP and Jen

2条回答
  •  长情又很酷
    2021-01-12 20:23

    This is not possible as described. The feature request is JENKINS-15063.

    However, it is possible to approximate in a few ways (though the Jenkins user database still won't be usable).

    • For multiple LDAP realms you can set up a single proxy server that combines the forests.
    • Using PAM you can define multiple authentication sources and fallbacks in e.g. /etc/pam.d/jenkins

提交回复
热议问题