ajout d'un warning sur les netmask des ip des connexions autorisées à la BDD

This commit is contained in:
vincent 2019-02-19 10:02:40 +01:00
parent f65fc17332
commit be45f4e3fa
1 changed files with 4 additions and 0 deletions

View File

@ -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>