Auth Ldap: Fix typo
This commit is contained in:
parent
33fcd6a92c
commit
3d9decdafd
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ class Ldap extends Backend {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Log::debug('User "%s" found in LDAP directory (%s):\n%s', $username, $dn, vardump($info));
|
Log::debug('User "%s" found in LDAP directory (%s):\n%s', $username, $dn, vardump($info));
|
||||||
return new User($username, '\\EesyPHP\\Auth\\LDAP', $info);
|
return new User($username, '\\EesyPHP\\Auth\\Ldap', $info);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue