[lc_ldap/attributs] On rajoute quelques attributs du schéma non implémentés
This commit is contained in:
parent
e5f91d8567
commit
7bc1f4daaa
2 changed files with 24 additions and 1 deletions
|
@ -871,7 +871,8 @@ class adherent(proprio):
|
|||
attributs.contourneGreylist, attributs.derniereConnexion,
|
||||
attributs.homepageAlias, attributs.gpgFingerprint,
|
||||
attributs.carteEtudiant, attributs.mailAlias,
|
||||
attributs.droits, attributs.etudes, attributs.postalAddress]
|
||||
attributs.droits, attributs.etudes, attributs.postalAddress,
|
||||
attributs.mailExt]
|
||||
|
||||
def compte(self, login = None, uidNumber=0, hash_pass = '', shell=config.login_shell):
|
||||
u"""Renvoie le nom du compte crans. S'il n'existe pas, et que uid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue