From f97c3a13a9bb9b507acd7217e211d98bed3b4d95 Mon Sep 17 00:00:00 2001 From: kkalev Date: Mon, 9 Sep 2002 13:59:15 +0000 Subject: [PATCH] Fix a few more bugs in the ldap library --- Changelog | 1 + lib/ldap/change_attrs.php3 | 1 + lib/ldap/create_user.php3 | 1 + 3 files changed, 3 insertions(+) diff --git a/Changelog b/Changelog index a5ce87f..a035ff1 100644 --- a/Changelog +++ b/Changelog @@ -50,6 +50,7 @@ Ver 1.59: * Add a new config directive, ldap_write_server. If it is set then when we update the directory we try to connect to that one instead of the ldap_server. That way we can read from the fast read-only replicas and write to a slower master. +* Fix a few more bugs Ver 1.55: * Update the FAQ about missing attributes from the user/group edit pages and add a few comments in the configuration files diff --git a/lib/ldap/change_attrs.php3 b/lib/ldap/change_attrs.php3 index 2c2aa23..414e94d 100644 --- a/lib/ldap/change_attrs.php3 +++ b/lib/ldap/change_attrs.php3 @@ -1,4 +1,5 @@