summaryrefslogtreecommitdiffstats
path: root/src
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:14:07 -0400
commit6df9b5cb096ef491079ff234fb48b3665811e7e4 (patch)
tree17b4f11ea5475a778240a6acc8d1ddb79162b3cf /src
parentf02b891695b01fdb45d8edc2de7af783cf9a2418 (diff)
downloadpfsense-6df9b5cb096ef491079ff234fb48b3665811e7e4.zip
pfsense-6df9b5cb096ef491079ff234fb48b3665811e7e4.tar.gz
Obscured password field in system_authservers.php bind section
Fixed #6759 (cherry picked from commit 1c1f08f92e8841f7282280caeed7613edd810453)
Diffstat (limited to 'src')
-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 cea0de6..4faf20e 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -675,7 +675,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