PostgreSQL Netzwerkkonfiguration (pg hbaconf) » Historie » Version 5
  [X] Daniel S, 23.05.2025 09:50 
  
| 1 | 1 | [X] Daniel S | h1. PostgreSQL Netzwerkkonfiguration (pg hbaconf) | 
|---|---|---|---|
| 2 | |||
| 3 | syncro/APPS IMMER passwort, da sonst kein dblink funktinoiert. | ||
| 4 | postgres lokal trust wegen scripten und konsole. | ||
| 5 | <pre> | ||
| 6 | 3 | [X] Daniel S | # PRODAT local & loopback | 
| 7 | 1 | [X] Daniel S | host all postgres 127.0.0.1/32 trust | 
| 8 | host all postgres ::1/128 trust | ||
| 9 | 4 | [X] Daniel S | host all APPS,SYS.dblink,syncro all md5 | 
| 10 | |||
| 11 | host all all all md5 # beinhaltet die Zeile darüber! Von überall aus zugänglich via md5 | ||
| 12 | |||
| 13 | 5 | [X] Daniel S | #host all all 192.168.0.0/16 md5 # nur auf das Subnetz eingeschänkt! | 
| 14 | 4 | [X] Daniel S | |
| 15 | 1 | [X] Daniel S | </pre> |