summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-09-02 16:12:57 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-09-02 16:12:57 -0400
commit1c1f08f92e8841f7282280caeed7613edd810453 (patch)
treef1ff6c1175a727785261b649de49907f63be6d77 /src/usr/local/www/system_authservers.php
parent455be09a6237c68df360aaffa144e3d7a45dd290 (diff)
downloadpfsense-1c1f08f92e8841f7282280caeed7613edd810453.zip
pfsense-1c1f08f92e8841f7282280caeed7613edd810453.tar.gz
Obscured password field in system_authservers.php bind section
Fixed #6759
Diffstat (limited to 'src/usr/local/www/system_authservers.php')
-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 eb24de7..1b343bf 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -643,7 +643,7 @@ $group->add(new Form_Input(
$group->add(new Form_Input(
'ldap_bindpw',
'Password',
- 'text',
+ 'password',
$pconfig['ldap_bindpw']
));
$section->add($group);
OpenPOWER on IntegriCloud