Add parameter krb_realm used by GSSAPI, SSPI and Kerberos
Magnus Hagander <magnus@hagander.net>
Add parameter krb_realm used by GSSAPI, SSPI and Kerberos to validate the realm of the connecting user. By default it's empty meaning no verification, which is the way Kerberos authentication has traditionally worked in PostgreSQL.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/client-auth.sgml | modified | +5 −5 |
| doc/src/sgml/config.sgml | modified | +16 −1 |
| src/backend/libpq/auth.c | modified | +85 −31 |
| src/backend/utils/misc/guc.c | modified | +11 −1 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +1 −0 |
| src/include/libpq/auth.h | modified | +2 −1 |