mirror of
https://github.com/nextcloud/server.git
synced 2026-06-15 11:41:20 -04:00
Fix duplicate ipauniqueid
This commit is contained in:
parent
540d4af8a7
commit
ceff4dae61
1 changed files with 1 additions and 1 deletions
|
|
@ -1036,7 +1036,7 @@ class Access extends LDAPUtility {
|
|||
}
|
||||
|
||||
//for now, supported attributes are entryUUID, nsuniqueid, objectGUID, ipaUniqueID
|
||||
$testAttributes = array('entryuuid', 'nsuniqueid', 'objectguid', 'guid', 'ipauniqueid', 'ipauniqueid');
|
||||
$testAttributes = array('entryuuid', 'nsuniqueid', 'objectguid', 'guid', 'ipauniqueid');
|
||||
|
||||
foreach($testAttributes as $attribute) {
|
||||
$value = $this->readAttribute($dn, $attribute);
|
||||
|
|
|
|||
Loading…
Reference in a new issue