ajout d'un warning sur les netmask des ip des connexions autorisées à la BDD
This commit is contained in:
parent
f65fc17332
commit
be45f4e3fa
|
@ -145,6 +145,10 @@
|
|||
</separators>
|
||||
</variables>
|
||||
<constraints>
|
||||
<check name="valid_ipnetmask" target="maskMariaDBLimit" level="warning">
|
||||
<param type='eole'>ipMariaDBLimit</param>
|
||||
</check>
|
||||
|
||||
<check name='valid_enum' target='ifDBCluster'>
|
||||
<param>['eth0', 'eth1', 'eth2', 'eth3', 'eth4']</param>
|
||||
</check>
|
||||
|
|
Loading…
Reference in New Issue