Quelques attribits par defaut pour les bornes (sinon ldap aime pas)
This commit is contained in:
parent
440c9040bc
commit
9b73ae0fde
1 changed files with 3 additions and 0 deletions
|
@ -1137,6 +1137,7 @@ class puissance(Attr):
|
||||||
category = 'wifi'
|
category = 'wifi'
|
||||||
can_modify = [nounou]
|
can_modify = [nounou]
|
||||||
ldap_name = "puissance"
|
ldap_name = "puissance"
|
||||||
|
default = '60'
|
||||||
|
|
||||||
@crans_attribute
|
@crans_attribute
|
||||||
class canal(intAttr):
|
class canal(intAttr):
|
||||||
|
@ -1147,6 +1148,7 @@ class canal(intAttr):
|
||||||
category = 'wifi'
|
category = 'wifi'
|
||||||
can_modify = [nounou]
|
can_modify = [nounou]
|
||||||
ldap_name = "canal"
|
ldap_name = "canal"
|
||||||
|
default = "11"
|
||||||
|
|
||||||
@crans_attribute
|
@crans_attribute
|
||||||
class hotspot(boolAttr):
|
class hotspot(boolAttr):
|
||||||
|
@ -1157,6 +1159,7 @@ class hotspot(boolAttr):
|
||||||
category = 'wifi'
|
category = 'wifi'
|
||||||
can_modify = [nounou]
|
can_modify = [nounou]
|
||||||
ldap_name = "hotspot"
|
ldap_name = "hotspot"
|
||||||
|
default = "FALSE"
|
||||||
|
|
||||||
@crans_attribute
|
@crans_attribute
|
||||||
class positionBorne(Attr):
|
class positionBorne(Attr):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue