]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
Fix a few more bugs in the ldap library
authorkkalev <kkalev>
Mon, 9 Sep 2002 13:59:15 +0000 (13:59 +0000)
committerkkalev <kkalev>
Mon, 9 Sep 2002 13:59:15 +0000 (13:59 +0000)
Changelog
lib/ldap/change_attrs.php3
lib/ldap/create_user.php3

index a5ce87f59bac56b8887bc219b8bad9f44b988627..a035ff1384d4b17e72aa7d6f648497f133acd351 100644 (file)
--- 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
index 2c2aa239bb4f2abc15635d8fdbcfb43d5b99f393..414e94df3c349a32ce91586ec4a4fab6a87593b1 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+require_once('../lib/functions.php3');
 require_once('../lib/ldap/functions.php3');
        if ($config[ldap_write_server])
                $ds = @ldap_connect($config[ldap_write_server]);
index 0a4d10d7144910e9eef6ebadd2bb7c79022ff9c9..f89ec6e2d18fe55d0b4745d2cf44b00f3bf78fe9 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+require_once('../lib/functions.php3');
 require_once('../lib/ldap/functions.php3');
        if ($config[ldap_write_server])
                $ds = @ldap_connect($config[ldap_write_server]);