summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorJim Thompson <jim@netgate.com>2015-08-25 12:42:16 -0500
committerJim Thompson <jim@netgate.com>2015-08-25 12:42:16 -0500
commit4d9801c2dbd2b3e54a39578ee62b93af66607227 (patch)
tree62be220fcb3421d07b1cfc96f8693613dd1482a9 /usr/local
parent032f04564ea0627d21800ddf4bfdb472421df301 (diff)
downloadpfsense-4d9801c2dbd2b3e54a39578ee62b93af66607227.zip
pfsense-4d9801c2dbd2b3e54a39578ee62b93af66607227.tar.gz
Get rid of NT-hash crap
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/status.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/status.php b/usr/local/www/status.php
index b969e0a..6561c98 100755
--- a/usr/local/www/status.php
+++ b/usr/local/www/status.php
@@ -88,7 +88,6 @@ function doCmdT($title, $command) {
$line = preg_replace("/<ipsecpsk>.*?<\\/ipsecpsk>/", "<ipsecpsk>xxxxx</ipsecpsk>", $line);
$line = preg_replace("/<md5-hash>.*?<\\/md5-hash>/", "<md5-hash>xxxxx</md5-hash>", $line);
$line = preg_replace("/<md5password>.*?<\\/md5password>/", "<md5password>xxxxx</md5password>", $line);
- $line = preg_replace("/<nt-hash>.*?<\\/nt-hash>/", "<nt-hash>xxxxx</nt-hash>", $line);
$line = preg_replace("/<radius_secret>.*?<\\/radius_secret>/", "<radius_secret>xxxxx</radius_secret>", $line);
$line = preg_replace("/<ldap_bindpw>.*?<\\/ldap_bindpw>/", "<ldap_bindpw>xxxxx</ldap_bindpw>", $line);
$line = preg_replace("/<passwordagain>.*?<\\/passwordagain>/", "<passwordagain>xxxxx</passwordagain>", $line);
OpenPOWER on IntegriCloud