From: kkalev Date: Mon, 9 Sep 2002 13:59:15 +0000 (+0000) Subject: Fix a few more bugs in the ldap library X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=f97c3a13a9bb9b507acd7217e211d98bed3b4d95;p=freeradius-dialup-admin.git Fix a few more bugs in the ldap library --- 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 @@