|
|
|
@ -109,6 +109,7 @@ class Manager {
|
|
|
|
$baseAttributes = array_merge(Access::UUID_ATTRIBUTES, ['dn', 'uid', 'samaccountname', 'memberof']);
|
|
|
|
$baseAttributes = array_merge(Access::UUID_ATTRIBUTES, ['dn', 'uid', 'samaccountname', 'memberof']);
|
|
|
|
$attributes = [
|
|
|
|
$attributes = [
|
|
|
|
$this->access->getConnection()->ldapExpertUUIDUserAttr,
|
|
|
|
$this->access->getConnection()->ldapExpertUUIDUserAttr,
|
|
|
|
|
|
|
|
$this->access->getConnection()->ldapExpertUsernameAttr,
|
|
|
|
$this->access->getConnection()->ldapQuotaAttribute,
|
|
|
|
$this->access->getConnection()->ldapQuotaAttribute,
|
|
|
|
$this->access->getConnection()->ldapEmailAttribute,
|
|
|
|
$this->access->getConnection()->ldapEmailAttribute,
|
|
|
|
$this->access->getConnection()->ldapUserDisplayName,
|
|
|
|
$this->access->getConnection()->ldapUserDisplayName,
|
|
|
|
|