diff options
author | alecpl <alec@alec.pl> | 2010-06-20 09:27:32 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-06-20 09:27:32 +0000 |
commit | f7676544788ff47cd51e99256f6d44ed436b05aa (patch) | |
tree | c0a04fa0b2d4ac1fafc6c388ac00df66a430c288 /config | |
parent | d7a5dfa26abe21aa9216fe862225baa2b5caca3e (diff) |
- Add %dc variable support in base_dn/bind_dn config (#1486779)
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 0f32b5788..1d0595853 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -409,6 +409,7 @@ $rcmail_config['ldap_public']['Verisign'] = array( // address, uses the username_domain value if not an email address. // %u - The username prior to the '@'. // %d - The domain name after the '@'. + // %dc - The domain name hierarchal string e.g. "dc=test,dc=domain,dc=com" 'base_dn' => '', 'bind_dn' => '', 'bind_pass' => '', |