Skip to content

Commit

Permalink
Add comment that to use LDAP variables in bind_dn/base_dn user_specif…
Browse files Browse the repository at this point in the history
…ic must be enabled (#1489335)
  • Loading branch information
alecpl committed Sep 21, 2013
1 parent f1fba2d commit 221b407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/defaults.inc.php
Expand Up @@ -646,6 +646,7 @@
'ldap_version' => 3, // using LDAPv3
'network_timeout' => 10, // The timeout (in seconds) for connect + bind arrempts. This is only supported in PHP >= 5.3.0 with OpenLDAP 2.x
'user_specific' => false, // If true the base_dn, bind_dn and bind_pass default to the user's IMAP login.
// When 'user_specific' is enabled following variables can be used in base_dn/bind_dn config:
// %fu - The full username provided, assumes the username is an email
// address, uses the username_domain value if not an email address.
// %u - The username prior to the '@'.
Expand Down

0 comments on commit 221b407

Please sign in to comment.