diff --git a/library/Icinga/Authentication/User/LdapUserBackend.php b/library/Icinga/Authentication/User/LdapUserBackend.php index e9c98a42f..34a6a223b 100644 --- a/library/Icinga/Authentication/User/LdapUserBackend.php +++ b/library/Icinga/Authentication/User/LdapUserBackend.php @@ -204,23 +204,6 @@ class LdapUserBackend extends LdapRepository implements UserBackendInterface, Do return $this; } - /** - * Apply the given configuration to this backend - * - * @param ConfigObject $config - * - * @return $this - */ - public function setConfig(ConfigObject $config) - { - return $this - ->setBaseDn($config->base_dn) - ->setUserClass($config->user_class) - ->setUserNameAttribute($config->user_name_attribute) - ->setFilter($config->filter) - ->setDomain($config->domain); - } - /** * Initialize this repository's virtual tables *