Jenkins LDAP

Jenkins authentication with LDAP, powered by Foxpass.

Here's how to set up Jenkins authentication with LDAP, powered by Foxpass.

First, log into Foxpass and do the following:

  1. Note your Base DN on the dashboard page. Copy/paste it somewhere.
  2. Create an LDAP Binder account with the name 'jenkins' on the LDAP binders page. Copy/paste the generated password! It is only displayed once.

Jenkins LDAP configuration:

  • Server: ldaps://ldap.foxpass.com
  • root DN: your Base DN, from above or as shown this page.
  • User search filter: uid={0} (the default).
  • Manager DN: cn=jenkins,dc=example,dc=com (adapt to fit your Base DN from above)
  • Manager Password: [password from above]