aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/openhpi.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/sos/plugins/openhpi.py b/sos/plugins/openhpi.py
index bb352064..a75f016d 100644
--- a/sos/plugins/openhpi.py
+++ b/sos/plugins/openhpi.py
@@ -31,4 +31,7 @@ class OpenHPI(Plugin, RedHatPlugin):
self.do_file_sub("/etc/openhpi/openhpi.conf"
r'([Pp]assw(or)?d|[Pp]assphrase)[[:space:]]+\=[[:space:]]"(.*)"',
r"\1******")
+ self.do_file_sub("/etc/openhpi/openhpiclient.conf"
+ r'([Pp]assw(or)?d|[Pp]assphrase)[[:space:]]+\=[[:space:]]"(.*)"',
+ r"\1******")