ENH: make oracleims failregex better anchored (more explicit)

pull/734/head
Yaroslav Halchenko 2014-06-10 03:52:16 -04:00
parent 5165d2f6ea
commit 994fe77e59
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ before = common.conf
# Note that you MUST have LOG_FORMAT=4 for this to work!
#
failregex = ^.*tr="[A-Z]+\|[0-9.]+\|\d+\|<HOST>\|\d+" .+ Bad username or password.*"/>$
failregex = ^.*tr="[A-Z]+\|[0-9.]+\|\d+\|<HOST>\|\d+" ap="[^"]*" mi="Bad password" us="[^"]*" di="535 5.7.8 Bad username or password( \(Authentication failed\))?\."/>$
# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.