From 5aa7ae36712fcc873745f3182d33be8f0b797217 Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 17 Feb 2011 14:35:06 +0000 Subject: - Add LDAP SASL bind and proxy authentication (#1486692) git-svn-id: https://svn.roundcube.net/trunk@4560 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/main.inc.php.dist | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'roundcubemail/config') diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 3d9cd0663..db029f152 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/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 -- cgit v1.2.3