summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-02-24 23:56:47 +0000
committerErmal Luçi <eri@pfsense.org>2010-02-24 23:58:51 +0000
commite8a58de43ba4b6561673a8ec8290788c95fc29c5 (patch)
treeddf746fea31df3e0a6fa9cb1613032a00afb528c /usr/local/www/system_authservers.php
parent44be6dba37be635997b482af5cffc48f15257461 (diff)
downloadpfsense-e8a58de43ba4b6561673a8ec8290788c95fc29c5.zip
pfsense-e8a58de43ba4b6561673a8ec8290788c95fc29c5.tar.gz
Add support for authenticating users against server specified in the system->user manager->servers for openvpn. While there propperly fill the shared secret field for raidus in the servers page.
Diffstat (limited to 'usr/local/www/system_authservers.php')
-rw-r--r--usr/local/www/system_authservers.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/system_authservers.php b/usr/local/www/system_authservers.php
index c0ed3dd..edf2e0a 100644
--- a/usr/local/www/system_authservers.php
+++ b/usr/local/www/system_authservers.php
@@ -95,6 +95,7 @@ if ($act == "edit") {
$pconfig['radius_host'] = $a_server[$id]['host'];
$pconfig['radius_auth_port'] = $a_server[$id]['radius_auth_port'];
$pconfig['radius_acct_port'] = $a_server[$id]['radius_acct_port'];
+ $pconfig['radius_secret'] = $a_server[$id]['radius_secret'];
if ($pconfig['radius_auth_port'] &&
$pconfig['radius_acct_port'] ) {
OpenPOWER on IntegriCloud