summaryrefslogtreecommitdiff
path: root/plugins/password/README
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-08-01 08:49:15 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-08-01 08:49:15 +0000
commita51420908555026339ec490fae346dfca4d9eb28 (patch)
treee08f4e157932a5dd1f431a10006f780df6d766eb /plugins/password/README
parent22f2a38247bf4b7032f126fb4a703049167e9e25 (diff)
- Added ldap_simple driver
git-svn-id: https://svn.roundcube.net/trunk@3850 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password/README')
-rw-r--r--plugins/password/README16
1 files changed, 16 insertions, 0 deletions
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
-------------