feat: add CSS styling

This commit is contained in:
Morph01
2025-02-04 17:30:04 -08:00
parent e3243dd018
commit fcc7e22fdb
9 changed files with 395 additions and 124 deletions

View File

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