summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-09-02 16:12:57 -0400
committerjim-p <jimp@pfsense.org>2016-09-26 14:14:32 -0400
commit49db5ba17554d5de0c17a4f10f704ffcee4fa90e (patch)
treea724312703613ffcd939d83d92fafe7fe6f5fd34
parent9033b17c5c764eda878b3a99fb819a7cdb3a5f94 (diff)
downloadpfsense-49db5ba17554d5de0c17a4f10f704ffcee4fa90e.zip
pfsense-49db5ba17554d5de0c17a4f10f704ffcee4fa90e.tar.gz
Obscured password field in system_authservers.php bind section
Fixed #6759 (cherry picked from commit 1c1f08f92e8841f7282280caeed7613edd810453)
-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 ed3d4a1..ee15a23 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -681,7 +681,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