diff --git a/attributs.py b/attributs.py index bd2175a..9c1db76 100644 --- a/attributs.py +++ b/attributs.py @@ -836,7 +836,9 @@ class ip6HostNumber(Attr): legend = u"Adresse IPv6 de la machine" hname = "IPv6" category = 'base_tech' - can_modify = [nounou, cableur] + # beware: parent est nécessaire à la modification des adresses macs par + # les adhérents lambda (see validate_changes) + can_modify = [nounou, cableur, parent] ldap_name = "ip6HostNumber" python_type = netaddr.IPAddress default = u''