|
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.0.0 255.255.255.0 ident sameuser |
| 120 | +#host template1 192.168.93.0 255.255.255.0 ident sameuser |
121 | 121 |
|
122 | | -# The above allows any user from any host with IP address 192.168.0.x to |
| 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.0.1 255.255.255.255 reject |
| 126 | +#host all 192.168.54.1 255.255.255.255 reject |
127 | 127 | #host all 0.0.0.0 0.0.0.0 trust |
128 | 128 |
|
129 | | -# The above would allow anyone anywhere except from 192.168.0.1 to connect to |
| 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.0.0 255.255.255.0 ident omicron |
| 132 | +#host all 192.168.77.0 255.255.255.0 ident omicron |
133 | 133 | # |
134 | | -# The above would allow users from 192.168.0.x hosts to connect to any |
| 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 |
136 | 136 | # connect as PostgreSQL user "guest1", the connection is only allowed if |
137 | 137 | # there is an entry for map "omicron" in pg_ident.conf that says "bryanh" is |
|