From 7f8801154038a70618baad8439a417dc538cbce9 Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Mon, 4 Mar 2013 03:44:30 +0100 Subject: [PATCH] [compteWiki] erratum --- attributs.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/attributs.py b/attributs.py index 08cdfbe..5613caa 100644 --- a/attributs.py +++ b/attributs.py @@ -245,8 +245,10 @@ class prenom(Attr): class compteWiki(Attr): singlevalue = False - optional = False + optional = True legend = u"Compte WiKi" + category = 'perso' + can_modify = [nounou, cableur, soi] def parse_value(self, val, ldif): self.value = validate_name(val)