[Security] Allow LDAP loadUser override

This commit is contained in:
Tugdual Saunier 2016-06-28 17:27:51 +01:00
parent c26347d718
commit ae99aa8ea4

View File

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