-
Notifications
You must be signed in to change notification settings - Fork 11
How to configure LDAP connection
srogier edited this page Apr 2, 2012
·
1 revision
Jenkins Khan can be configured to use your LDAP server to authenticate users. It can also create automatically new users when their LDAP credentials are valid.
These are the configuration directives for LDAP (you can set the values using the crew:config symfony task) :
- ldap_enabled : indicates whether LDAP is enabled or not for Jenkins Khan
- value : 0 or 1
- ldap_create_user : if enabled, when a user does not yet exist in Jenkins Khan database, if its credentials are valid, the user is automatically created (we do not store his password in Jenkins Khan)
- value : 0 or 1
- ldap_host : LDAP server netword address
- value : string
- ldap_version : LDAP version support (for example: 3)
- value : string
- ldap_rdn_format : domain name of users (for example if your users are in [email protected] format, expected value is %[email protected])
- value : RDN format, as a C format string