Add missing configuration documentation

The admin_log_auth_failures parameter was not documented.
This commit is contained in:
Markus Mäkelä 2017-09-26 11:47:43 +03:00
parent 8ef8343f5c
commit 118da6c645
2 changed files with 7 additions and 1 deletions

View File

@ -594,6 +594,11 @@ documentation for more details.
Enable or disable the admin interface. This allows the admin interface to
be completely disabled to prevent access to it.
#### `admin_log_auth_failures`
Log authentication failures for the admin interface. This parameter expects a
boolean value and is enabled by default.
#### `sql_mode`
Specifies whether the query classifier parser should initially expect _MariaDB_

View File

@ -34,7 +34,8 @@ const maxscale_params = [
'auth_connect_timeout',
'auth_read_timeout',
'auth_write_timeout',
'admin_auth'
'admin_auth',
'admin_log_auth_failures'
]
exports.command = 'alter <command>'