diff options
-rw-r--r-- | sos/plugins/ldap.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sos/plugins/ldap.py b/sos/plugins/ldap.py index 3fce4278..0c1dc622 100644 --- a/sos/plugins/ldap.py +++ b/sos/plugins/ldap.py @@ -61,6 +61,5 @@ class DebianLdap(Ldap, DebianPlugin, UbuntuPlugin): def setup(self): super(DebianLdap, self).setup() - def setup(self): self.add_copy_specs(["/etc/ldap/ldap.conf", "/etc/ldap/slapd.d"]) |