From f7676544788ff47cd51e99256f6d44ed436b05aa Mon Sep 17 00:00:00 2001 From: alecpl Date: Sun, 20 Jun 2010 09:27:32 +0000 Subject: - Add %dc variable support in base_dn/bind_dn config (#1486779) --- config/main.inc.php.dist | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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' => '', -- cgit v1.2.3