Skip to content

How to configure LDAP connection

srogier edited this page Apr 2, 2012 · 1 revision

How to configure LDAP connection

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 user@jenkins-khan.net format, expected value is %s@jenkins-khan.net)
  • value : RDN format, as a C format string
Clone this wiki locally