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

Merge branch 'release_3.1.0'

parents d18c23bf dd709911
Branches
Tags
No related merge requests found
......@@ -86,3 +86,8 @@ et "supannEtuTypeDiplome"
- Ajout de l'attribut "unicaenRefProfil"
- Suppression des attributs "ucbnOrganisme" et "unicaenMonEtupass"
3.1.18 (16/03/2022)
-------------------
- Suppression de l'attribut "ucbnSquidHash"
\ No newline at end of file
......@@ -154,7 +154,6 @@ class People extends Entity
'ucbnServiceWIFI',
'ucbnSiteLocalisation',
'ucbnSousStructure',
'ucbnSquidHash',
'ucbnStatus',
'ucbnStructureRecherche',
'uidNumber',
......@@ -215,7 +214,6 @@ class People extends Entity
'telephoneNumber',
'ucbnServiceADE',
'ucbnServicePapercut',
'ucbnSquidHash',
'uidNumber',
'unicaenLeocarteCSN',
'unicaenMailPrincipal',
......@@ -2249,23 +2247,6 @@ class People extends Entity
return $this;
}
/**
* Attribut Ldap "ucbnSquidHash"
*
* @param string $value
* @param bool $append
* @return $this
* @throws Exception
* @throws LdapException
*/
public function setUcbnSquidHash(string $value)
{
$value = "Unicaen:" . md5(sprintf('%s:Unicaen:%s', $this->supannAliasLogin, $value));
$this->appendOrNot('ucbnSquidHash', $value, false);
return $this;
}
/**
* Attribut Ldap "campusPassword"
*
......
......@@ -718,7 +718,6 @@ class People extends BasePeople
parent::setUserPassword($value);
parent::setNtPassword($value);
parent::setSambaNTPassword($value);
parent::setUcbnSquidHash($value);
parent::setCampusPassword($value);
return $this;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment