Make the location of the Kerberos server key file run time configurable
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 25 Aug 2000 10:00:35 +0000 (10:00 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 25 Aug 2000 10:00:35 +0000 (10:00 +0000)
commit996832caeec19ed43fdc36db33ae7ee48e348662
tree737895a8d87f1c4d289dba6db7c12a5d43b02489
parent69cf335687eb47e80e56aee7804bf0c2c3facec8
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.
configure
configure.in
doc/src/sgml/client-auth.sgml
doc/src/sgml/installation.sgml
doc/src/sgml/runtime.sgml
src/backend/libpq/Makefile
src/backend/libpq/auth.c
src/backend/utils/misc/Makefile
src/backend/utils/misc/guc.c
src/include/libpq/auth.h
src/interfaces/libpq/fe-auth.c