feat: add CSS styling
This commit is contained in:
@@ -366,7 +366,7 @@ class LDAPAuth
|
||||
$this->bindServiceAccount();
|
||||
|
||||
$filter = "(objectClass=user)";
|
||||
$attributes = ["givenName", "sn", "mail", "sAMAccountName"];
|
||||
$attributes = ["Name", "sn", "givenName","mail", "sAMAccountName"];
|
||||
$result = ldap_read($this->ad, $dn, $filter, $attributes);
|
||||
$entries = ldap_get_entries($this->ad, $result);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user