mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Remove unused method LdapUserBackend::setConfig()
This commit is contained in:
parent
bd23d008ca
commit
4b11afe7d5
@ -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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user