diff options
Diffstat (limited to 'src/include/libpq/hba.h')
| -rw-r--r-- | src/include/libpq/hba.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/libpq/hba.h b/src/include/libpq/hba.h index b68aa5899b..603d863523 100644 --- a/src/include/libpq/hba.h +++ b/src/include/libpq/hba.h @@ -4,7 +4,7 @@ * Interface to hba.c * * - * $PostgreSQL: pgsql/src/include/libpq/hba.h,v 1.46 2007/07/10 13:14:21 mha Exp $ + * $PostgreSQL: pgsql/src/include/libpq/hba.h,v 1.47 2007/07/23 10:16:54 mha Exp $ * *------------------------------------------------------------------------- */ @@ -23,7 +23,8 @@ typedef enum UserAuth uaPassword, uaCrypt, uaMD5, - uaGSS + uaGSS, + uaSSPI #ifdef USE_PAM ,uaPAM #endif /* USE_PAM */ |
