From a51420908555026339ec490fae346dfca4d9eb28 Mon Sep 17 00:00:00 2001 From: alec Date: Sun, 1 Aug 2010 08:49:15 +0000 Subject: - Added ldap_simple driver git-svn-id: https://svn.roundcube.net/trunk@3850 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/password/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'plugins/password/README') diff --git a/plugins/password/README b/plugins/password/README index 488d7f449..5312cbf46 100644 --- a/plugins/password/README +++ b/plugins/password/README @@ -37,6 +37,7 @@ 2.9. hMailServer (hmail) 2.10. PAM (pam) 2.11. Chpasswd (chpasswd) + 2.12. LDAP - no PEAR (ldap_simple) 3. Driver API @@ -222,6 +223,21 @@ the 'chpasswd' command. See config.inc.php file. + 2.12. LDAP - no PEAR (ldap_simple) + ----------------------------------- + + It's rewritten ldap driver that doesn't require the Net_LDAP2 PEAR extension. + It uses directly PHP's ldap module functions instead (as Roundcube does). + + This driver is fully compatible with the ldap driver, but + does not require (or uses) the + $rcmail_config['password_ldap_force_replace'] variable. + Other advantages: + * Connects only once with the LDAP server when using the search user. + * Does not read the DN, but only replaces the password within (that is + why the 'force replace' is always used). + + 3. Driver API ------------- -- cgit v1.2.3