L'attribut cn est modifiable par un câbleur

This commit is contained in:
Pierre-Elliott Bécue 2015-11-02 15:25:29 +01:00
parent 443876863f
commit 8b5614214c

View file

@ -1637,6 +1637,7 @@ class cn(Attr):
__slots__ = () __slots__ = ()
singlevalue = True singlevalue = True
optional = False optional = False
can_modify = [cableur, nounou]
category = 'id' category = 'id'
ldap_name = "cn" ldap_name = "cn"