Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2fcc911

Browse files
committed
Place PAM before REJECT in sample file.
1 parent6896693 commit2fcc911

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/backend/libpq/pg_hba.conf.sample

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,16 +151,16 @@
151151
# krb5:Kerberos V5 authentication is used. Allowed only for
152152
#TCP/IP connections, not for local UNIX-domain sockets.
153153
#
154-
# reject: Reject the connection. This is used to reject certain hosts
155-
#that are part of a network specified later in the file.
156-
#To be effective, "reject" must appear before the later
157-
#entries.
158-
#
159154
# pam: Authentication is passed off to PAM (PostgreSQL must be
160155
# configured --with-pam), using the default service name
161156
# "postgresql" - you can specify your own service name, by
162157
# setting AUTH_ARGUMENT to the desired service name.
163158
#
159+
# reject: Reject the connection. This is used to reject certain hosts
160+
#that are part of a network specified later in the file.
161+
#To be effective, "reject" must appear before the later
162+
#entries.
163+
#
164164
#
165165
#
166166
# Examples

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp