diff options
-rw-r--r-- | sos/plugins/ldap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/ldap.py b/sos/plugins/ldap.py index a0d4f018..d086fd06 100644 --- a/sos/plugins/ldap.py +++ b/sos/plugins/ldap.py @@ -78,7 +78,7 @@ class DebianLdap(Ldap, DebianPlugin, UbuntuPlugin): ldap_search = "ldapsearch -Q -LLL -Y EXTERNAL -H ldapi:/// " self.add_copy_specs([ - ldap_conf, + self.ldap_conf, "/etc/slapd.conf", "/etc/ldap/slapd.d" ]) |