-
- Downloads
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.)
Showing
- doc/src/sgml/client-auth.sgml 62 additions, 40 deletionsdoc/src/sgml/client-auth.sgml
- src/backend/libpq/auth.c 5 additions, 13 deletionssrc/backend/libpq/auth.c
- src/backend/libpq/crypt.c 2 additions, 2 deletionssrc/backend/libpq/crypt.c
- src/backend/libpq/password.c 20 additions, 10 deletionssrc/backend/libpq/password.c
- src/bin/pg_passwd/pg_passwd.c 24 additions, 25 deletionssrc/bin/pg_passwd/pg_passwd.c
- src/include/libpq/crypt.h 1 addition, 1 deletionsrc/include/libpq/crypt.h
- src/include/libpq/password.h 1 addition, 1 deletionsrc/include/libpq/password.h
Loading
Please register or sign in to comment