From 560f9a269481362000328048b6ee4b9d8f6da7fa Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Fri, 21 Mar 2014 09:18:08 +0100 Subject: [PATCH] =?UTF-8?q?[objets]=20Ajout=20d'attributs=20=C3=A0=20suppr?= =?UTF-8?q?imer=20lors=20de=20la=20suppression=20d'un=20compte=20crans?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- objets.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/objets.py b/objets.py index 2867c0f..69a7b71 100644 --- a/objets.py +++ b/objets.py @@ -729,7 +729,9 @@ class proprio(CransLdapObject): self['uidNumber'] = [] self['gidNumber'] = [] self['gecos'] = [] - self['shadowExpire' ]=[] + self['shadowExpire']=[] + self['derniereConnexion']=[] + self['mailExt']=[] self['uid' ]=[] self._modifs['objectClass'] = [u'adherent'] self.attribs = list(set(self.attribs).difference(crans_account_attribs))