Skip to content
Snippets Groups Projects
Commit 7c3da27b authored by Robin McCorkell's avatar Robin McCorkell
Browse files

Fix duplicate ipauniqueid

parent ca595611
No related branches found
No related tags found
No related merge requests found
......@@ -1065,7 +1065,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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment