[attributs] Valeurs par defaut en unicode
This commit is contained in:
parent
3cc010d180
commit
ad58564193
1 changed files with 2 additions and 2 deletions
|
@ -679,7 +679,7 @@ class ipHostNumber(Attr):
|
|||
category = 'base_tech'
|
||||
can_modify = [nounou]
|
||||
ldap_name = "ipHostNumber"
|
||||
default = '<automatique>'
|
||||
default = u'<automatique>'
|
||||
|
||||
def parse_value(self, ip):
|
||||
if ip == '<automatique>':
|
||||
|
@ -699,7 +699,7 @@ class ip6HostNumber(Attr):
|
|||
category = 'base_tech'
|
||||
can_modify = [nounou]
|
||||
ldap_name = "ip6HostNumber"
|
||||
default = '<automatique>'
|
||||
default = u'<automatique>'
|
||||
|
||||
def parse_value(self, ip6):
|
||||
if ip6 == '<automatique>':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue