351 | | |
352 | | |
| 351 | {{{ |
| 352 | ################################################################################## |
| 353 | # |
| 354 | # file snippet |
| 355 | # /etc/postgresql/8.3/main/pg_hba.conf |
| 356 | # |
| 357 | ################################################################################## |
| 358 | # |
| 359 | # # Put your actual configuration here |
| 360 | # # ---------------------------------- |
| 361 | # # |
| 362 | # # If you want to allow non-local connections, you need to add more |
| 363 | # # "host" records. In that case you will also need to make PostgreSQL listen |
| 364 | # # on a non-local interface via the listen_addresses configuration parameter, |
| 365 | # # or via the -i or -h command line switches. |
| 366 | # # |
| 367 | # |
| 368 | # host evergreen evergreen 10.104.10.168/32 md5 |
| 369 | # |
| 370 | ################################################################################### |
| 371 | }}} |
| 372 | |