From 4c6ebd6bf6e013b53b9d62dce0a10e617c9fa45d Mon Sep 17 00:00:00 2001 From: kkalev Date: Tue, 26 Nov 2002 12:30:56 +0000 Subject: [PATCH] Remember a few things in the user_test page. Also add another configuration file directive general_radius_server_auth_proto specifying the default authentication protocol of the radius server (pap or chap). --- dialup_admin/Changelog | 3 +++ dialup_admin/conf/admin.conf | 4 ++++ dialup_admin/htdocs/user_test.php3 | 28 ++++++++++++++++++---------- 3 files changed, 25 insertions(+), 10 deletions(-) diff --git a/dialup_admin/Changelog b/dialup_admin/Changelog index dc6c690..1b9f15b 100644 --- a/dialup_admin/Changelog +++ b/dialup_admin/Changelog @@ -11,6 +11,9 @@ Ver 1.62: * We don't need ORDER BY GroupName in show_groups.php3 since we have GROUP BY * Use CISCO-POP-MGMT-MIB in snmpfinger instead of CISCO-CALL-HISTORY-MIB. Thanks to Evren Yurtesen for the suggestion. +* Remember a few things in the user_test page. Also add another configuration file directive + general_radius_server_auth_proto specifying the default authentication protocol of the radius + server (pap or chap). Ver 1.61: * Add a string encoder for greek * If general_decode_normal_attributes is set then encode attributes in lib/ldap/change_info. In the near future diff --git a/dialup_admin/conf/admin.conf b/dialup_admin/conf/admin.conf index d54e15e..94870a7 100644 --- a/dialup_admin/conf/admin.conf +++ b/dialup_admin/conf/admin.conf @@ -79,6 +79,10 @@ general_test_account_password: testpass general_radius_server: localhost general_radius_server_port: 1812 # +# can be either pap or chap +# +general_radius_server_auth_proto: pap +# # sorry, single valued for now. Should become something like # password[server-name]: xxxxx # diff --git a/dialup_admin/htdocs/user_test.php3 b/dialup_admin/htdocs/user_test.php3 index 60b99ee..2890246 100644 --- a/dialup_admin/htdocs/user_test.php3 +++ b/dialup_admin/htdocs/user_test.php3 @@ -58,11 +58,15 @@ EOM; - + @@ -150,7 +154,7 @@ User Password Radius Server - + @@ -158,7 +162,7 @@ Radius Server Radius Server Port - + @@ -166,7 +170,7 @@ Radius Server Port Extra Attributes - + @@ -174,9 +178,13 @@ Extra Attributes Authentication Protocol + -