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…
Reference in New Issue