[attributs] ajout de uid
This commit is contained in:
parent
fa1cb73e60
commit
048bb919d9
1 changed files with 5 additions and 0 deletions
|
@ -144,6 +144,10 @@ class aid(Attr):
|
|||
def __unicode__(self):
|
||||
return unicode(self.value)
|
||||
|
||||
class uid(Attr):
|
||||
singlevalue = True
|
||||
option = False
|
||||
legend = u"L'identifiant canonique de l'adhérent"
|
||||
|
||||
class nom(Attr):
|
||||
singlevalue = True
|
||||
|
@ -422,6 +426,7 @@ class historique(Attr):
|
|||
CRANS_ATTRIBUTES= {
|
||||
'objectClass' : objectClass,
|
||||
'aid': aid,
|
||||
'uid': uid,
|
||||
'nom' : nom,
|
||||
'prenom' : prenom,
|
||||
'tel' : tel,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue