Thread: [pgjdbc/pgjdbc] 6ece41: fix: rework gss authentication to use the principa...

[pgjdbc/pgjdbc] 6ece41: fix: rework gss authentication to use the principa...

From
Dave Cramer
Date:
  Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: 6ece410b85fdd635b6497a836dab582c4b72708d
      https://github.com/pgjdbc/pgjdbc/commit/6ece410b85fdd635b6497a836dab582c4b72708d
  Author: Dave Cramer <davecramer@gmail.com>
  Date:   2021-12-17 (Fri, 17 Dec 2021)

  Changed paths:
    R pgjdbc/src/main/java/org/postgresql/gss/GSSCallbackHandler.java
    M pgjdbc/src/main/java/org/postgresql/gss/GssAction.java
    M pgjdbc/src/main/java/org/postgresql/gss/GssEncAction.java
    M pgjdbc/src/main/java/org/postgresql/gss/MakeGSS.java

  Log Message:
  -----------
  fix: rework gss authentication to use the principal name to get the credentials fixes Issue #2235 (#2352)