Skip to content

Commit

Permalink
Mention waffle-jna 3 in documentation
Browse files Browse the repository at this point in the history
Inspired by bokken,
#2690 (comment)
  • Loading branch information
tradlux-chul committed Jan 10, 2023
1 parent dbe9a01 commit 60fc40d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/content/documentation/use.md
Expand Up @@ -272,10 +272,9 @@ Default is 5000ms
>
> This behaviour does not exactly match that of libpq, which uses Windows' SSPI libraries for Kerberos (GSSAPI) requests by default when on Windows.
gssapi mode forces JSSE's GSSAPI to be used even if SSPI is available, matching the pre-9.4 behaviour.
gssapi mode forces JSSE's GSSAPI to be used even if SSPI is available, matching the pre-9.4 behaviour. On non-Windows platforms or where SSPI is unavailable, forcing sspi mode will fail with a PSQLException.

On non-Windows platforms or where SSPI is unavailable, forcing sspi mode will fail with a PSQLException.
To use SSPI with PgJDBC you must ensure that [the `waffle-jna` library](https://mvnrepository.com/artifact/com.github.waffle/waffle-jna/) and its dependencies are present on the `CLASSPATH` . pgJDBC does **not** bundle `waffle-jna` in the pgJDBC jar.
To use SSPI with PgJDBC you must ensure that [the `waffle-jna` library](https://mvnrepository.com/artifact/com.github.waffle/waffle-jna/) and its dependencies are present on the `CLASSPATH` . pgJDBC does **not** bundle `waffle-jna` in the pgJDBC jar. pgJDBC versions before 42.6.0 only support `waffle-jna` version 1; later versions add support for `waffle-jna` version 3.

Since: 9.4

Expand Down

0 comments on commit 60fc40d

Please sign in to comment.