-
- Downloads
Make the location of the Kerberos server key file run time configurable
(rather than compile time). For libpq, even when Kerberos support is compiled in, the default user name should still fall back to geteuid() if it can't be determined via the Kerberos system. A couple of fixes for string type configuration parameters, now that there is one.
Showing
- configure 398 additions, 413 deletionsconfigure
- configure.in 6 additions, 14 deletionsconfigure.in
- doc/src/sgml/client-auth.sgml 10 additions, 8 deletionsdoc/src/sgml/client-auth.sgml
- doc/src/sgml/installation.sgml 2 additions, 16 deletionsdoc/src/sgml/installation.sgml
- doc/src/sgml/runtime.sgml 11 additions, 1 deletiondoc/src/sgml/runtime.sgml
- src/backend/libpq/Makefile 2 additions, 9 deletionssrc/backend/libpq/Makefile
- src/backend/libpq/auth.c 8 additions, 5 deletionssrc/backend/libpq/auth.c
- src/backend/utils/misc/Makefile 12 additions, 12 deletionssrc/backend/utils/misc/Makefile
- src/backend/utils/misc/guc.c 18 additions, 11 deletionssrc/backend/utils/misc/guc.c
- src/include/libpq/auth.h 3 additions, 1 deletionsrc/include/libpq/auth.h
- src/interfaces/libpq/fe-auth.c 21 additions, 25 deletionssrc/interfaces/libpq/fe-auth.c
Loading
Please register or sign in to comment