Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php |
— | — | @@ -1351,7 +1351,7 @@ |
1352 | 1352 | return $this->userInfo; |
1353 | 1353 | } |
1354 | 1354 | |
1355 | | - $userInfo = $this->getUserInfoStateless( $this->usernn ); |
| 1355 | + $userInfo = $this->getUserInfoStateless( $this->userdn ); |
1356 | 1356 | if ( is_null( $userInfo ) ) { |
1357 | 1357 | $this->fetchedUserInfo = false; |
1358 | 1358 | return null; |