Permalink
Please sign in to comment.
Browse files
Add BSD authentication method.
Create a "bsd" auth method that works the same as "password" so far as clients are concerned, but calls the BSD Authentication service to check the password. This is currently only available on OpenBSD. Marisa Emerson, reviewed by Thomas Munro
- Loading branch information...
Showing
with
191 additions
and 0 deletions.
- +48 −0 configure
- +14 −0 configure.in
- +45 −0 doc/src/sgml/client-auth.sgml
- +11 −0 doc/src/sgml/installation.sgml
- +54 −0 src/backend/libpq/auth.c
- +6 −0 src/backend/libpq/hba.c
- +6 −0 src/bin/initdb/initdb.c
- +1 −0 src/include/libpq/hba.h
- +3 −0 src/include/pg_config.h.in
- +3 −0 src/include/pg_config.h.win32
0 comments on commit
34c33a1