1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-25 12:03:53 +03:00
Files
postgres/src/backend
Magnus Hagander 6f9192df61 Rename ident authentication over local connections to peer
This removes an overloading of two authentication options where
one is very secure (peer) and one is often insecure (ident). Peer
is also the name used in libpq from 9.1 to specify the same type
of authentication.

Also make initdb select peer for local connections when ident is
chosen, and ident for TCP connections when peer is chosen.

ident keyword in pg_hba.conf is still accepted and maps to peer
authentication.
2011-03-19 18:44:35 +01:00
..
2011-02-08 23:04:18 +02:00
2011-01-01 13:18:15 -05:00
2010-09-20 22:08:53 +02:00
2011-01-01 13:18:15 -05:00
2011-03-10 14:57:02 -05:00
2010-09-20 22:08:53 +02:00