From: kkalev Date: Fri, 18 Jun 2004 15:12:51 +0000 (+0000) Subject: Fix a few bugs X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=ef79a61d4b11699ff0b92abcf56b6eec01e70aaf;p=freeradius-dialup-admin.git Fix a few bugs Enable debug for sql and ldap --- 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'); ?>