diff options
| author | Bruce Momjian | 2001-08-16 16:24:16 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2001-08-16 16:24:16 +0000 |
| commit | bcb0ccf5be9ef9e1a76968e773cb2bd11565ef9c (patch) | |
| tree | a56badf795911b641e68c91ae14304b0760228bc /src/include | |
| parent | f7eedfdff248a9ee6d403ba7e70c43ff09d9057e (diff) | |
Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/libpq/hba.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/libpq/hba.h b/src/include/libpq/hba.h index 11f052d3634..da506d7aee8 100644 --- a/src/include/libpq/hba.h +++ b/src/include/libpq/hba.h @@ -4,7 +4,7 @@ * Interface to hba.c * * - * $Id: hba.h,v 1.23 2001/08/15 18:42:15 momjian Exp $ + * $Id: hba.h,v 1.24 2001/08/16 16:24:16 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -36,8 +36,7 @@ typedef enum UserAuth uaIdent, uaPassword, uaCrypt, - uaMD5 /* This starts as uaCrypt from pg_hba.conf, but gets - overridden if the client supports MD5 */ + uaMD5 } UserAuth; typedef struct Port hbaPort; |
