Expand secondary password file feature, so that you can use these
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| 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 |