mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +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;
|
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
|
* Initialize this repository's virtual tables
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user