Merge pull request #3421 from espro/freeipa-uuid-fix
Update uuidAttributes list to include FreeIPA's ipauniqueid
This commit is contained in:
commit
52ef851da3
|
@ -339,7 +339,7 @@ class Connection extends LDAPUtility {
|
|||
$this->configuration->$effectiveSetting = $uuidOverride;
|
||||
} else {
|
||||
$uuidAttributes = array('auto', 'entryuuid', 'nsuniqueid',
|
||||
'objectguid', 'guid');
|
||||
'objectguid', 'guid', 'ipauniqueid');
|
||||
if(!in_array($this->configuration->$effectiveSetting,
|
||||
$uuidAttributes)
|
||||
&& (!is_null($this->configID))) {
|
||||
|
|
Loading…
Reference in New Issue