mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-24 05:14:18 +00:00
Rename one more occurance on attributs to attributes, I can login with LDAP now.
This commit is contained in:
parent
ad712e9c25
commit
5ee58e34b3
@ -111,7 +111,7 @@ class ldapDrivers
|
||||
|
||||
$entry=NULL;
|
||||
// We get the DN of the USER
|
||||
$entry = ldap_search($this->connect, $this->baseDNUsers, $filter,$attributs);
|
||||
$entry = ldap_search($this->connect, $this->baseDNUsers, $filter,$attributes);
|
||||
if ( !ldap_first_entry($this->connect, $entry) ){
|
||||
dbg_error_log( "ERROR", "drivers_ldap : Unable to find the user with filter %s",$filter );
|
||||
return false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user