From ef79a61d4b11699ff0b92abcf56b6eec01e70aaf Mon Sep 17 00:00:00 2001 From: kkalev Date: Fri, 18 Jun 2004 15:12:51 +0000 Subject: [PATCH] Fix a few bugs Enable debug for sql and ldap --- conf/admin.conf | 2 +- htdocs/clear_opensessions.php3 | 1 + htdocs/failed_logins.php3 | 1 + htdocs/nas_admin.php3 | 2 +- htdocs/stats.php3 | 1 + htdocs/user_stats.php3 | 1 + lib/sql/nas_list.php3 | 4 ++-- 7 files changed, 8 insertions(+), 4 deletions(-) diff --git a/conf/admin.conf b/conf/admin.conf index 9ef0778..16ccabf 100644 --- a/conf/admin.conf +++ b/conf/admin.conf @@ -194,7 +194,7 @@ ldap_regular_profile_attr: dialupregularprofile # # Uncomment to enable ldap debug # -#ldap_debug: true +ldap_debug: true # # Allow for defining the ldap filter used when searching for a user # Variables supported: diff --git a/htdocs/clear_opensessions.php3 b/htdocs/clear_opensessions.php3 index 133ce70..30254ff 100644 --- a/htdocs/clear_opensessions.php3 +++ b/htdocs/clear_opensessions.php3 @@ -1,5 +1,6 @@ diff --git a/htdocs/user_stats.php3 b/htdocs/user_stats.php3 index f736d72..d78047c 100644 --- a/htdocs/user_stats.php3 +++ b/htdocs/user_stats.php3 @@ -2,6 +2,7 @@ require('../conf/config.php3'); require('../lib/functions.php3'); require('../lib/sql/nas_list.php3'); +require('../lib/xlat.php3'); ?>