Under Manage Jenkins> Configure System:
- Enable security
- Security Realm = Active Directory
- Enter your "domain name"
- Click " Advanced " next to the right side (only under the (?) Button)
- Add Domain Controller
- In the Site section: add the necessary information (OU = <>, DC = <>, etc.) - as much as you want - we have 5 units and 3 DC fields
- Add the bind user to the Bind DN field (ours is something like CN =, OU =, DC =, DC =, DC =
- Add your bind password in the Bind password field
As soon as you install all this (or how much you need): Click the Test button (it should be under the Bind Password field, on the right next to the help buttons (?).
Let me know if you donβt see them.
+ ================================================== ================ +
Edit:
For the Bind username, you can try the following:
CN =, OU = SMTH, OU = SMTH, OU = SMTH, OU = SMTH DC = SMTH DC = SMTH DC = SMTH
where is the LDAP service name, or bind the service name. I did not see
CN = SECOND_NAME \, FIRST_NAME - USER_ID
before (not to say that this is wrong, just unknown to me). So something like
CN = MY LDAP SVC account, OU = SMTH, OU = services, OU = accounts, OU = mine, DC = domain, DC = com
Sagar source share