From 8b5614214ceb9a3062b70670ef046995207e9475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Mon, 2 Nov 2015 15:25:29 +0100 Subject: [PATCH] =?UTF-8?q?L'attribut=20cn=20est=20modifiable=20par=20un?= =?UTF-8?q?=20c=C3=A2bleur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- attributs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/attributs.py b/attributs.py index f6f7b97..912fccd 100644 --- a/attributs.py +++ b/attributs.py @@ -1637,6 +1637,7 @@ class cn(Attr): __slots__ = () singlevalue = True optional = False + can_modify = [cableur, nounou] category = 'id' ldap_name = "cn"