Fix duplicate ipauniqueid

remotes/origin/stable6
Robin McCorkell 13 years ago committed by Arthur Schiwon
parent 540d4af8a7
commit ceff4dae61
  1. 2
      apps/user_ldap/lib/access.php

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

Loading…
Cancel
Save