From 22ba5c1d385d4397cd081e61c5206cf6d399bf33 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Tue, 14 May 2013 23:30:50 +0200 Subject: [PATCH] [lc_ldap] Ajout de attributs.loginShell pour cransAccount --- lc_ldap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lc_ldap.py b/lc_ldap.py index 81a62b5..19d6845 100644 --- a/lc_ldap.py +++ b/lc_ldap.py @@ -957,7 +957,7 @@ class adherent(proprio): if u'cransAccount' in [ str(o) for o in self['objectClass']]: self.attribs = self.attribs + [attributs.uid, attributs.canonicalAlias, attributs.solde, attributs.contourneGreylist, attributs.derniereConnexion, - attributs.homepageAlias, attributs.mailAlias ] + attributs.homepageAlias, attributs.mailAlias, attributs.loginShell ]