8000 [Security] Allow LDAP loadUser override · symfony/symfony@ae99aa8 · GitHub
[go: up one dir, main page]

Skip to content

Commit ae99aa8

Browse files
committed
[Security] Allow LDAP loadUser override
1 parent c26347d commit ae99aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Core/User/LdapUserProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function supportsClass($class)
111111
*
112112
* @return User
113113
*/
114-
private function loadUser($username, Entry $entry)
114+
protected function loadUser($username, Entry $entry)
115115
{
116116
$password = $this->getPassword($entry);
117117

0 commit comments

Comments
 (0)
0