From 133c82f7cae8bbefd540931de09252a391da3576 Mon Sep 17 00:00:00 2001 From: Guy Lichtman Date: Mon, 7 Jul 2014 00:15:54 -0700 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index da0478e..4b42f18 100644 --- a/Configuration.md +++ b/Configuration.md @@ -15,7 +15,7 @@ Available AUDIT Plugin system varaibles: * **audit_record_objs**: Comma separated list of objects (tables) to log to the audit trail. Table name should be specified as: `database.table`. Wild cards are supported and it is possible to specify: `*.mytable` or `mydb.*`. * **audit_whitelist_users**: Comma separated list of white-listed users whose queries are not recorded. * **audit_header_msg**: Header message logging ON|OFF. Default value: ON. Introduced at version 1.0.6. -* **audit_password_masking_cmds**: Comma separated list of commands for which the password masking regex will be applied. Default value includes MySQL commands that may include a password clause: CREATE_USER,GRANT,SET_OPTION,SLAVE_START,CREATE_SERVER,ALTER_SERVER,CHANGE_MASTER. Introduced at version 1.0.6. +* **audit_password_masking_cmds**: Comma separated list of commands for which the password masking regex will be applied. Default value includes MySQL commands that may include a password clause: `CREATE_USER,GRANT,SET_OPTION,SLAVE_START,CREATE_SERVER,ALTER_SERVER,CHANGE_MASTER`. Introduced at version 1.0.6. * **audit_password_masking_regex**: PCRE complaint regular expression used for password masking. Regex will be applied only to statements with command type as specified at: `audit_password_masking_cmds`. Introduced at version 1.0.6. **Notes:**