From f7b8a31d63f4728dca08ee51e5bb860b456e2792 Mon Sep 17 00:00:00 2001 From: Brent Bloxam Date: Fri, 10 Feb 2017 10:23:13 -0500 Subject: [PATCH] Update uuidAttributes list to include FreeIPA's ipauniqueid Signed-off-by: Brent Bloxam --- apps/user_ldap/lib/Connection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/user_ldap/lib/Connection.php b/apps/user_ldap/lib/Connection.php index 92b874e7a1..becd39205b 100644 --- a/apps/user_ldap/lib/Connection.php +++ b/apps/user_ldap/lib/Connection.php @@ -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))) {