Add hba parameter include_realm to krb5, gss and sspi authentication, used
Magnus Hagander <magnus@hagander.net>
Add hba parameter include_realm to krb5, gss and sspi authentication, used to pass the full username@realm string to the authentication instead of just the username. This makes it possible to use pg_ident.conf to authenticate users from multiple realms as different database users.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/client-auth.sgml | modified | +25 −1 |
| src/backend/libpq/auth.c | modified | +30 −4 |
| src/backend/libpq/hba.c | modified | +12 −1 |
| src/include/libpq/hba.h | modified | +2 −1 |