summaryrefslogtreecommitdiff
path: root/plugins/password/README
diff options
context:
space:
mode:
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
-------------