diff options
-rw-r--r-- | sos/plugins/ldap.py | 1 |
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() |