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