summaryrefslogtreecommitdiff
path: root/src/backend/libpq/pg_hba.conf.sample
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2007-07-23 10:16:54 +0000
committerMagnus Hagander <magnus@hagander.net>2007-07-23 10:16:54 +0000
commitf70866fb2353dba162fc296f644e7ce77af6d79f (patch)
treeb061ad6406fcd27c42b2fb3c210925c7b11dfb33 /src/backend/libpq/pg_hba.conf.sample
parenta0dab332a2e1961f45b38b23bd428859621e6f3c (diff)
downloadpostgresql-f70866fb2353dba162fc296f644e7ce77af6d79f.tar.gz
SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos
against a Unix server, and Windows-specific server-side authentication using SSPI "negotiate" method (Kerberos or NTLM). Only builds properly with MSVC for now.
Diffstat (limited to 'src/backend/libpq/pg_hba.conf.sample')
-rw-r--r--src/backend/libpq/pg_hba.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/libpq/pg_hba.conf.sample b/src/backend/libpq/pg_hba.conf.sample
index ebdf76904a..1447a8c4be 100644
--- a/src/backend/libpq/pg_hba.conf.sample
+++ b/src/backend/libpq/pg_hba.conf.sample
@@ -34,7 +34,7 @@
# the number of significant bits in the mask. Alternatively, you can write
# an IP address and netmask in separate columns to specify the set of hosts.
#
-# METHOD can be "trust", "reject", "md5", "crypt", "password", "gss",
+# METHOD can be "trust", "reject", "md5", "crypt", "password", "gss", "sspi",
# "krb5", "ident", "pam" or "ldap". Note that "password" sends passwords
# in clear text; "md5" is preferred since it sends encrypted passwords.
#