summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-11-30 13:11:34 +0000
committeralecpl <alec@alec.pl>2011-11-30 13:11:34 +0000
commit6f98b9100b191e0a74a947a67da9c7575931bd71 (patch)
tree4923c51d7f25879684fb64f717bc55291b485b3c /config
parent0597586b89e86e8b4e22080d4c453475057b47b5 (diff)
- Applied r5515 from trunk
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index e355b2df6..6957577b1 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -541,6 +541,9 @@ $rcmail_config['ldap_public']['Verisign'] = array(
// The login name is used to search for the DN to bind with
'search_base_dn' => '',
'search_filter' => '', // e.g. '(&(objectClass=posixAccount)(uid=%u))'
+ // DN and password to bind as before searching for bind DN, if anonymous search is not allowed
+ 'search_bind_dn' => '',
+ 'search_bind_pw' => '',
// Default for %dn variable if search doesn't return DN value
'search_dn_default' => '',
// Optional authentication identifier to be used as SASL authorization proxy