Administrator Guide : Security : Using solidDB® audit features : Audit info filtering by user name
  
Audit info filtering by user name
This option enables the database administrator to control audit info output per database user. Two solid.ini parameters can be used to include or exclude users from audit info output. Options are mutually exclusive and only one parameter should be used at a time.
The solid.ini configuration parameters in the Srv section are:
Name
Type
Description
Factory Value
AuditInfoInclude
Users
String
Comma separated list of users that are included in audit info output. All users not defined in this list are automatically excluded from audit info output.
n/a
AuditInfoExclude
Users
String
Comma separated list of users that are excluded from audit info output. All users not in list are automatically included in audit info output.
n/a
Note User names in solidDB® are not case sensitive.
solid.ini example:
[srv]
AuditInfoLogEnabled=yes
AuditInfoFilter=allsql
AuditInfoIncludeUsers=sullivan,timothy,dba
;AuditInfoExcludeUsers=George,timothy,application1
See also
Using solidDB® audit features