summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-09-26 14:14:59 -0400
committerjim-p <jimp@pfsense.org>2016-09-26 14:15:19 -0400
commitebeddac786bb536c6555d9b95d389c7dda5f5841 (patch)
tree2e7aea9a5c9462c75e997c4d84257fb057359825
parent778fc728961ef2db92588e1e4e7d9d538099de87 (diff)
downloadpfsense-ebeddac786bb536c6555d9b95d389c7dda5f5841.zip
pfsense-ebeddac786bb536c6555d9b95d389c7dda5f5841.tar.gz
Obscure RADIUS shared secret.
-rw-r--r--src/usr/local/www/system_authservers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php
index e079117..c6a2b72 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -765,7 +765,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Input(
'radius_secret',
'Shared Secret',
- 'text',
+ 'password',
$pconfig['radius_secret']
));
OpenPOWER on IntegriCloud