Expand secondary password file feature, so that you can use these

Peter Eisentraut <peter_e@gmx.net>

Commit: 554e56e6280f380f1c55d487aa4b8ea75fa4daad
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2000-07-04T16:32:01Z
Releases: 7.1.1
Expand secondary password file feature, so that you can use these
files to restrict the set of users that can connect to a database
but can still use the pg_shadow password. (You just leave off the
password field in the secondary file.)

Files

PathChange+/−
doc/src/sgml/client-auth.sgml modified +62 −40
src/backend/libpq/auth.c modified +5 −13
src/backend/libpq/crypt.c modified +2 −2
src/backend/libpq/password.c modified +20 −10
src/bin/pg_passwd/pg_passwd.c modified +24 −25
src/include/libpq/crypt.h modified +1 −1
src/include/libpq/password.h modified +1 −1