|
110 | 110 | #
|
111 | 111 | # all 127.0.0.1 0.0.0.0
|
112 | 112 |
|
113 |
| -# TYPE DATABASE IP_ADDRESS MASK USERAUTH MAP |
| 113 | +# TYPE DATABASE IP_ADDRESS MASKUSERAUTH MAP |
114 | 114 |
|
115 |
| -#host all 127.0.0.1255.255.255.255 trust |
| 115 | +#host all 127.0.0.1 255.255.255.255 trust |
116 | 116 |
|
117 | 117 | # The above allows any user on the local system to connect to any database
|
118 | 118 | # under any username.
|
119 | 119 |
|
120 |
| -#host template1 192.168.93.0255.255.255.0 ident sameuser |
| 120 | +#host template1 192.168.93.0 255.255.255.0 ident sameuser |
121 | 121 |
|
122 | 122 | # The above allows any user from any host with IP address 192.168.93.x to
|
123 | 123 | # connect to database template1 as the same username that ident on that host
|
124 | 124 | # identifies him as (typically his Unix username).
|
125 | 125 |
|
126 |
| -#host all 192.168.54.1 255.255.255.255 reject |
127 |
| -#host all 0.0.0.0 0.0.0.0 trust |
| 126 | +#host all 192.168.54.1 255.255.255.255reject |
| 127 | +#host all 0.0.0.0 0.0.0.0trust |
128 | 128 |
|
129 | 129 | # The above would allow anyone anywhere except from 192.168.54.1 to connect to
|
130 | 130 | # any database under any username.
|
131 | 131 |
|
132 |
| -#host all 192.168.77.0 255.255.255.0 ident omicron |
| 132 | +#host all 192.168.77.0 255.255.255.0ident omicron |
133 | 133 | #
|
134 | 134 | # The above would allow users from 192.168.77.x hosts to connect to any
|
135 | 135 | # database, but if Ident says the user is "bryanh" and he requests to
|
|
139 | 139 |
|
140 | 140 | # By default, allow anything over UNIX domain sockets and localhost.
|
141 | 141 |
|
142 |
| -local all trust |
143 |
| -host all 127.0.0.1 255.255.255.255 trust |
| 142 | +local alltrust |
| 143 | +host all 127.0.0.1 255.255.255.255trust |