From 4d9801c2dbd2b3e54a39578ee62b93af66607227 Mon Sep 17 00:00:00 2001 From: Jim Thompson Date: Tue, 25 Aug 2015 12:42:16 -0500 Subject: Get rid of NT-hash crap --- usr/local/www/status.php | 1 - 1 file changed, 1 deletion(-) (limited to 'usr') 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>/", "xxxxx", $line); $line = preg_replace("/.*?<\\/md5-hash>/", "xxxxx", $line); $line = preg_replace("/.*?<\\/md5password>/", "xxxxx", $line); - $line = preg_replace("/.*?<\\/nt-hash>/", "xxxxx", $line); $line = preg_replace("/.*?<\\/radius_secret>/", "xxxxx", $line); $line = preg_replace("/.*?<\\/ldap_bindpw>/", "xxxxx", $line); $line = preg_replace("/.*?<\\/passwordagain>/", "xxxxx", $line); -- cgit v1.1