Guest User

Untitled

a guest
Jun 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. # TYPE DATABASE USER CIDR-ADDRESS METHOD
  2. # "local" is for Unix domain socket connections only
  3. local all all ident sameuser
  4. # IPv4 local connections:
  5. host all all 127.0.0.1/32 md5
  6. host all all 127.0.0.1/32 ident sameuser
  7. # IPv6 local connections:
  8. host all all ::1/128 ident sameuser
Add Comment
Please, Sign In to add comment