]> granicus.if.org Git - postgresql/commit
Support ident authentication on local (Unix) socket connections, if the
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 1 Aug 2001 23:25:39 +0000 (23:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 1 Aug 2001 23:25:39 +0000 (23:25 +0000)
commitbc042e0a775040927b194473b4abf9c48e56d0a5
tree081de4fd0d17366b5f7f15cd49fdd175ae75ed24
parent7208518720260735b7c8b1c27f34e5fe08951241
Support ident authentication on local (Unix) socket connections, if the
system supports SO_PEERCRED requests for Unix sockets.  This is an
amalgamation of patches submitted by Helge Bahmann and Oliver Elphick,
with some editorializing by yours truly.
configure
configure.in
doc/src/sgml/client-auth.sgml
src/backend/libpq/auth.c
src/backend/libpq/hba.c
src/backend/libpq/pg_hba.conf.sample
src/include/config.h.in
src/include/libpq/hba.h