3.106.5. IgnoreQuery Previous topic Parent topic Child topic Next topic

This optional string specifies the SQL query that is used to log ignored authentication attempts if LogIgnore is enabled. LogIgnore is not enabled by default. IgnoreQuery has no default value. If it is not defined, authentication ignores are not logged. In the query, special formatting characters are permitted:
  • %0 is replaced with the message severity level.
  • %1 is replaced with the quoted reason message (which is usually empty for successes).
  • %2 is replaced with the SQL quoted User-Name.
  • %3 is replaced with the SQL quoted decoded plaintext password (if any).
  • %4 is replaced with the SQL quoted original user name from the incoming request (before any RewriteUsername rules were applied)