Add FreeIPA UUID compatibility, fixes #7796
Ability to use ipauniqueid for the UUID of a user
This commit is contained in:
parent
01e9e40d83
commit
ca595611f5
|
@ -1064,8 +1064,8 @@ class Access extends LDAPUtility {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
//for now, supported attributes are entryUUID, nsuniqueid, objectGUID
|
//for now, supported attributes are entryUUID, nsuniqueid, objectGUID, ipaUniqueID
|
||||||
$testAttributes = array('entryuuid', 'nsuniqueid', 'objectguid', 'guid');
|
$testAttributes = array('entryuuid', 'nsuniqueid', 'objectguid', 'guid', 'ipauniqueid', 'ipauniqueid');
|
||||||
|
|
||||||
foreach($testAttributes as $attribute) {
|
foreach($testAttributes as $attribute) {
|
||||||
$value = $this->readAttribute($dn, $attribute);
|
$value = $this->readAttribute($dn, $attribute);
|
||||||
|
|
Loading…
Reference in New Issue