|
151 | 151 | # krb5:Kerberos V5 authentication is used. Allowed only for
|
152 | 152 | #TCP/IP connections, not for local UNIX-domain sockets.
|
153 | 153 | #
|
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 |
| -# |
159 | 154 | # pam: Authentication is passed off to PAM (PostgreSQL must be
|
160 | 155 | # configured --with-pam), using the default service name
|
161 | 156 | # "postgresql" - you can specify your own service name, by
|
162 | 157 | # setting AUTH_ARGUMENT to the desired service name.
|
163 | 158 | #
|
| 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 | +# |
164 | 164 | #
|
165 | 165 | #
|
166 | 166 | # Examples
|
|