diff options
| author | Magnus Hagander <magnus@hagander.net> | 2007-07-10 13:14:22 +0000 |
|---|---|---|
| committer | Magnus Hagander <magnus@hagander.net> | 2007-07-10 13:14:22 +0000 |
| commit | 6160106c7495509310b709ee320b55cea8a60928 (patch) | |
| tree | 3a1be553f436ebf563d6ec4aaae3eff42d615db9 /src/include/libpq/hba.h | |
| parent | ff481ca0d463d33246a331c92bdf3dfc018c24eb (diff) | |
| download | postgresql-6160106c7495509310b709ee320b55cea8a60928.tar.gz | |
Add support for GSSAPI authentication.
Documentation still being written, will be committed later.
Henry B. Hotz and Magnus Hagander
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 155db7314d..b68aa5899b 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.45 2006/11/05 22:42:10 tgl Exp $ + * $PostgreSQL: pgsql/src/include/libpq/hba.h,v 1.46 2007/07/10 13:14:21 mha Exp $ * *------------------------------------------------------------------------- */ @@ -22,7 +22,8 @@ typedef enum UserAuth uaIdent, uaPassword, uaCrypt, - uaMD5 + uaMD5, + uaGSS #ifdef USE_PAM ,uaPAM #endif /* USE_PAM */ |
