mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
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.)
6 lines
128 B
C
6 lines
128 B
C
#ifndef PASSWORD_H
|
|
#define PASSWORD_H
|
|
|
|
int verify_password(const Port *port, const char *user, const char *password);
|
|
|
|
#endif
|