-
- Downloads
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.
Showing
- doc/src/sgml/client-auth.sgml 25 additions, 1 deletiondoc/src/sgml/client-auth.sgml
- src/backend/libpq/auth.c 30 additions, 4 deletionssrc/backend/libpq/auth.c
- src/backend/libpq/hba.c 12 additions, 1 deletionsrc/backend/libpq/hba.c
- src/include/libpq/hba.h 2 additions, 1 deletionsrc/include/libpq/hba.h
Loading
Please register or sign in to comment