diff --git a/src/UnicaenLdap/Entity/Base/People.php b/src/UnicaenLdap/Entity/Base/People.php
index 90f1bfbb3ac5c170c6af52ff693f55c0c404ed31..c04e48ce681b677449ee9f5be0955fe309e3659a 100644
--- a/src/UnicaenLdap/Entity/Base/People.php
+++ b/src/UnicaenLdap/Entity/Base/People.php
@@ -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"
      *
diff --git a/src/UnicaenLdap/Entity/People.php b/src/UnicaenLdap/Entity/People.php
index bcfdde231d33f25ddb3a3f983274a49cb2ed3124..13b2c313e8b89c1e752f906c3f48776b5c141425 100644
--- a/src/UnicaenLdap/Entity/People.php
+++ b/src/UnicaenLdap/Entity/People.php
@@ -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;