summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-06-20 09:27:32 +0000
committeralecpl <alec@alec.pl>2010-06-20 09:27:32 +0000
commitf7676544788ff47cd51e99256f6d44ed436b05aa (patch)
treec0a04fa0b2d4ac1fafc6c388ac00df66a430c288 /config
parentd7a5dfa26abe21aa9216fe862225baa2b5caca3e (diff)
- Add %dc variable support in base_dn/bind_dn config (#1486779)
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist1
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' => '',