[Security] Allow LDAP loadUser override

This commit is contained in:
Tugdual Saunier 2016-06-28 17:27:51 +01:00
parent c26347d718
commit ae99aa8ea4
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class LdapUserProvider implements UserProviderInterface
*
* @return User
*/
private function loadUser($username, Entry $entry)
protected function loadUser($username, Entry $entry)
{
$password = $this->getPassword($entry);