[attributs] canonicalAlias est optionnel dans la base ldap
This commit is contained in:
parent
0a7b99d4a8
commit
25476fd42d
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ class mail(Attr):
|
|||
@crans_attribute
|
||||
class canonicalAlias(mail):
|
||||
singlevalue = True
|
||||
optional = False
|
||||
optional = True
|
||||
unique = True
|
||||
legend = u"Alias mail canonique"
|
||||
category = 'mail'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue