aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2014-07-18 19:07:02 +0100
committerBryn M. Reeves <bmr@redhat.com>2014-07-18 20:13:37 +0100
commit9a4a594b950478c8ab375967206bd08a7baf2739 (patch)
tree237103c6b6cce3f56a68cda36c4866ac3c15e678
parent462c830fa661e308a52067fc8290b31e45be67c3 (diff)
downloadsos-9a4a594b950478c8ab375967206bd08a7baf2739.tar.gz
[ldap] add output of 'certutil -L'
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/ldap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/ldap.py b/sos/plugins/ldap.py
index 31a227ac..a0d4f018 100644
--- a/sos/plugins/ldap.py
+++ b/sos/plugins/ldap.py
@@ -50,6 +50,7 @@ class RedHatLdap(Ldap, RedHatPlugin):
"/etc/nslcd.conf",
"/etc/pam_ldap.conf"
])
+ self.add_cmd_output("certutil -L -d /etc/openldap")
def postproc(self):
super(RedHatLdap, self).postproc()