File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -298,6 +298,7 @@ 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
302
303
when "Fpostinit.c:L794:RInitPostgres" ; return { :preauth => "9.4.1-5" } # Good creds, non-existent but allowed database
303
304
when "Fauth.c:L481:RClientAuthentication" ; return { :preauth => "9.4.1-5" } # bad user or host
You can’t perform that action at this time.
0 commit comments