Add hba parameter include_realm to krb5, gss and sspi authentication, used

Magnus Hagander <magnus@hagander.net>

Commit: b09f930d2eec6ed2427786d9aa64c1206859774d
Author: Magnus Hagander <magnus@hagander.net>
Date: 2009-01-07T13:09:21Z
Releases: 8.4.0
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

PathChange+/−
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