Skip to content
Snippets Groups Projects
Commit a1e31890 authored by David Surville's avatar David Surville
Browse files

Ajout attribut "unicaenRefId"

parent 669f4479
Branches
Tags 3.1.9
No related merge requests found
......@@ -158,6 +158,7 @@ class People extends Entity
'ucbnStructureRecherche',
'uidNumber',
'unicaenMonEtupass',
'unicaenRefId',
'unicaenSecuriteCompte',
'unicaenServiceEtat',
'unicaenTermsOfUse',
......@@ -213,6 +214,7 @@ class People extends Entity
'ucbnServicePapercut',
'ucbnSquidHash',
'uidNumber',
'unicaenRefId',
'userPassword',
];
......@@ -1560,6 +1562,23 @@ class People extends Entity
return $this;
}
/**
* Attribut Ldap "unicaenRefId"
*
* @param array|string|null $value
* @param bool $append
* @return self
* @throws Exception
* @throws LdapException
*/
public function setUnicaenRefId($value = null, $append = false)
{
$value = $this->preFormat($value);
$this->appendOrNot('unicaenRefId', $value, $append);
return $this;
}
/**
* Attribut Ldap "unicaenServiceEtat"
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment