]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
Include password.php3 in lib/ldap/password_check.php3
authorkkalev <kkalev>
Mon, 11 Nov 2002 16:02:49 +0000 (16:02 +0000)
committerkkalev <kkalev>
Mon, 11 Nov 2002 16:02:49 +0000 (16:02 +0000)
Changelog
lib/ldap/password_check.php3

index 80a4a09459c4ffcc44b078f6b7cee61868d3d1d7..e842a7016b4b73d3e8aeb96ee70aa414cd1ba1d0 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -7,6 +7,7 @@ Ver 1.61:
 * Fix a few bugs in log_badlogins
 * Fix a parse error in failed_logins.php3
 * Fix a bug in lib/defaults.php3 which did not allow the default.vals file to be used correctly
+* Include password.php3 in lib/ldap/password_check.php3
 Ver 1.60:
 * Use require_once when including lib/functions.php3 in lib/sql
 * In the buttons toolbar Edit User should not be clickable.
index 0fae14b8c00c94cc2d66423f1a62874f50059b17..6893d82986dd9d3f336d2e1cfe425c4825b6faf3 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+require('password.php3');
 
 if ($action == 'checkpass'){
        $ds=@ldap_connect("$config[ldap_server]");  // must be a valid ldap server!