From 2fcc911750c0de13c4f2dad7290d0fb458b0ba3c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 24 Dec 2001 04:44:03 +0000 Subject: [PATCH] Place PAM before REJECT in sample file. --- src/backend/libpq/pg_hba.conf.sample | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/backend/libpq/pg_hba.conf.sample b/src/backend/libpq/pg_hba.conf.sample index 7e744608fc..2787e9a53c 100644 --- a/src/backend/libpq/pg_hba.conf.sample +++ b/src/backend/libpq/pg_hba.conf.sample @@ -151,16 +151,16 @@ # krb5: Kerberos V5 authentication is used. Allowed only for # TCP/IP connections, not for local UNIX-domain sockets. # -# reject: Reject the connection. This is used to reject certain hosts -# that are part of a network specified later in the file. -# To be effective, "reject" must appear before the later -# entries. -# # pam: Authentication is passed off to PAM (PostgreSQL must be # configured --with-pam), using the default service name # "postgresql" - you can specify your own service name, by # setting AUTH_ARGUMENT to the desired service name. # +# reject: Reject the connection. This is used to reject certain hosts +# that are part of a network specified later in the file. +# To be effective, "reject" must appear before the later +# entries. +# # # # Examples -- 2.40.0