1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00
Afterster 2013-11-22 13:06:21 +01:00
parent cb690e5eee
commit 09c62c4798

View file

@ -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);