OSDN Git Service

Expand secondary password file feature, so that you can use these
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 4 Jul 2000 16:32:01 +0000 (16:32 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 4 Jul 2000 16:32:01 +0000 (16:32 +0000)
commit554e56e6280f380f1c55d487aa4b8ea75fa4daad
tree770d0c47edcf9fa360ef98fde8a75b926803cfa3
parent1c2f735aa76f2e4bccb02de1cbc7fcc584a35e87
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.)
doc/src/sgml/client-auth.sgml
src/backend/libpq/auth.c
src/backend/libpq/crypt.c
src/backend/libpq/password.c
src/bin/pg_passwd/pg_passwd.c
src/include/libpq/crypt.h
src/include/libpq/password.h