diff options
author | alecpl <alec@alec.pl> | 2011-10-19 09:56:06 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-10-19 09:56:06 +0000 |
commit | c041d57036d4a30730408c8fbba2d4e12778d2d5 (patch) | |
tree | a57e7031a251da9516ffc70357524d2d0631424f /config | |
parent | a561cd35b8eb4c91e634a590774b8d18ed5b8a4a (diff) |
- Added 'search_dn_default' variable in ldap config
- Better handling of situation when search for bind DN doesn't return data
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 9ce4440c6..3782374f3 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -535,6 +535,8 @@ $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))' + // Default for %dn variable if search doesn't return DN value + 'search_dn_default' => '', // Optional authentication identifier to be used as SASL authorization proxy // bind_dn need to be empty 'auth_cid' => '', |