~ubuntu-branches/ubuntu/hardy/postgresql-8.4/hardy-backports

« back to all changes in this revision

Viewing changes to src/backend/libpq/pg_hba.conf.sample

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-04-27 08:35:30 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090427083530-jhwzvyit4pbf64h1
Tags: 8.4~beta1-1
* First public beta of 8.4.
* debian/*.install: Add new gettext translations.
* debian/control: Bump p-common dependency to >= 98 to ensure support for
  8.4.
* debian/rules: Build with --enable-cassert while in beta.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
# the number of significant bits in the mask.  Alternatively, you can write
35
35
# an IP address and netmask in separate columns to specify the set of hosts.
36
36
#
37
 
# METHOD can be "trust", "reject", "md5", "crypt", "password", "gss", "sspi",
38
 
# "krb5", "ident", "pam", "ldap" or "cert". Note that "password" sends passwords
 
37
# METHOD can be "trust", "reject", "md5", "password", "gss", "sspi", "krb5",
 
38
# "ident", "pam", "ldap" or "cert".  Note that "password" sends passwords
39
39
# in clear text; "md5" is preferred since it sends encrypted passwords.
40
40
#
41
41
# OPTIONS are a set of options for the authentication in the format