From 54510faa565ddf39679647e9ec0a82eaaa30ccf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Fri, 27 Feb 2015 10:42:32 +0100 Subject: [PATCH] =?UTF-8?q?userPassword=20n'est=20pas=20monovalu=C3=A9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- attributs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributs.py b/attributs.py index 12e21ab..4a6241b 100644 --- a/attributs.py +++ b/attributs.py @@ -1508,7 +1508,7 @@ class gecos(Attr): @crans_attribute class userPassword(Attr): __slots__ = () - singlevalue = True + singlevalue = False optional = True legend = "Le mot de passe" category = ''