Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ae99aa8

Browse filesBrowse files
committed
[Security] Allow LDAP loadUser override
1 parent c26347d commit ae99aa8
Copy full SHA for ae99aa8

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/User/LdapUserProvider.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.