diff options
author | alecpl <alec@alec.pl> | 2011-02-17 14:35:06 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-02-17 14:35:06 +0000 |
commit | 4d982d38a85567491a163d2f1561ad938640dea2 (patch) | |
tree | 75ba9f085ca2e957ab23dd68b7ec4bc99af55a0c /config/main.inc.php.dist | |
parent | 261ea440ddf65c9152089faf9f66ca51629e28d0 (diff) |
- Add LDAP SASL bind and proxy authentication (#1486692)
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 3d9cd0663..db029f152 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -470,6 +470,11 @@ $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))' + // Optional authentication identifier to be used as SASL authorization proxy + // bind_dn need to be empty + 'auth_cid' => '', + // SASL authentication method (for proxy auth), e.g. DIGEST-MD5 + 'auth_method' => '', // Indicates if we can write to the LDAP directory or not. // If writable is true then these fields need to be populated: // LDAP_Object_Classes, required_fields, LDAP_rdn |