mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Missing bits from Dan's patches...sorry :(
This commit is contained in:
12
src/include/libpq/password.h
Normal file
12
src/include/libpq/password.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef PASSWORD_H
|
||||
#define PASSWORD_H
|
||||
|
||||
#include <libpq/hba.h>
|
||||
#include <libpq/pqcomm.h>
|
||||
|
||||
#define PWFILE_NAME_SIZE USERMAP_NAME_SIZE
|
||||
|
||||
int verify_password(char *user, char *password, Port *port,
|
||||
char *database, char *DataDir);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user