File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,9 @@ def analyze_auth_error(e)
298
298
when "Fauth.c:L302:Rauth_failed" ; return { :preauth => "9.1.6" } # Bad password, good database
299
299
when "Fpostinit.c:L718:RInitPostgres" ; return { :preauth => "9.1.6" } # Good creds, non-existent but allowed database
300
300
when "Fauth.c:L483:RClientAuthentication" ; return { :preauth => "9.1.6" } # Bad user
301
+ when "Fmiscinit.c:L362:RInitializeSessionUserId" ; return { :preauth => "9.4.1-5" } # Bad user
301
302
when "Fauth.c:L285:Rauth_failed" ; return { :preauth => "9.4.1-5" } # Bad creds, good database
303
+ when "Fpostinit.c:L794:RInitPostgres" ; return { :preauth => "9.4.1-5" } # Good creds, non-existent but allowed database
302
304
when "Fauth.c:L481:RClientAuthentication" ; return { :preauth => "9.4.1-5" } # bad user or host
303
305
304
306
# Windows
You can’t perform that action at this time.
0 commit comments