mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 09:49:30 +02:00
This commit is contained in:
parent
cb690e5eee
commit
09c62c4798
1 changed files with 0 additions and 1 deletions
|
@ -289,7 +289,6 @@ class Auth
|
|||
if ($info["count"] == 1) {
|
||||
$user_entry = ldap_first_entry($ldap_link, $sr);
|
||||
$user_dn = ldap_get_dn($ldap_link, $user_entry);
|
||||
$password = scrub_in($password);
|
||||
// bind using the user..
|
||||
$retval = ldap_bind($ldap_link, $user_dn, $password);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue