mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Place PAM before REJECT in sample file.
This commit is contained in:
@ -151,16 +151,16 @@
|
|||||||
# krb5: Kerberos V5 authentication is used. Allowed only for
|
# krb5: Kerberos V5 authentication is used. Allowed only for
|
||||||
# TCP/IP connections, not for local UNIX-domain sockets.
|
# 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
|
# pam: Authentication is passed off to PAM (PostgreSQL must be
|
||||||
# configured --with-pam), using the default service name
|
# configured --with-pam), using the default service name
|
||||||
# "postgresql" - you can specify your own service name, by
|
# "postgresql" - you can specify your own service name, by
|
||||||
# setting AUTH_ARGUMENT to the desired service name.
|
# 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
|
# Examples
|
||||||
|
Reference in New Issue
Block a user