Make the location of the Kerberos server key file run time configurable

Peter Eisentraut <peter_e@gmx.net>

Commit: 996832caeec19ed43fdc36db33ae7ee48e348662
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2000-08-25T10:00:35Z
Releases: 7.1.1
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.

Files

PathChange+/−
configure modified +398 −413
configure.in modified +6 −14
doc/src/sgml/client-auth.sgml modified +10 −8
doc/src/sgml/installation.sgml modified +2 −16
doc/src/sgml/runtime.sgml modified +11 −1
src/backend/libpq/auth.c modified +8 −5
src/backend/libpq/Makefile modified +2 −9
src/backend/utils/misc/guc.c modified +18 −11
src/backend/utils/misc/Makefile modified +12 −12
src/include/libpq/auth.h modified +3 −1
src/interfaces/libpq/fe-auth.c modified +21 −25