This commit is contained in:
AJ ONeal
2025-01-02 23:01:16 +00:00
parent 3e0d463407
commit b135c647bb

View File

@@ -144,7 +144,7 @@ pg-addgroup 'hostssl' 'remote_users' 5432
```
This is the same as adding a remote users role and editing
`~/.local/share/postgres/var/hba.conf`
`~/.local/share/postgres/var/pg_hba.conf`
```sql
CREATE ROLE "remote_users" NOLOGIN;