Skip to content

How to configure LDAP connection

ratibus edited this page Nov 24, 2011 · 3 revisions

Crew 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 Crew
  • value : 0 or 1
  • ldap_create_user : if enabled, when a user does not yet exist in Crew database, if its credentials are valid, the user is automatically created (we do not store his password in Crew)
  • value : 0 or 1
  • ldap_host : LDAP server netword address
  • value : string
  • ldap_domain : domain name of users (for example if your users are in user@crew.net format, expected value is crew.net)
  • value : string
Clone this wiki locally