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;
|
$this->configuration->$effectiveSetting = $uuidOverride;
|
||||||
} else {
|
} else {
|
||||||
$uuidAttributes = array('auto', 'entryuuid', 'nsuniqueid',
|
$uuidAttributes = array('auto', 'entryuuid', 'nsuniqueid',
|
||||||
'objectguid', 'guid');
|
'objectguid', 'guid', 'ipauniqueid');
|
||||||
if(!in_array($this->configuration->$effectiveSetting,
|
if(!in_array($this->configuration->$effectiveSetting,
|
||||||
$uuidAttributes)
|
$uuidAttributes)
|
||||||
&& (!is_null($this->configID))) {
|
&& (!is_null($this->configID))) {
|
||||||
|
|
Loading…
Reference in New Issue