From: | ghudson@mit.edu |
Subject: | git commit |
Move OTP sockets to KDC_RUN_DIR
Some system configurations expect Unix-domain sockets to live under
/run or /var/run, and not other parts of /var where persistent
application state lives. Define a new directory KDC_RUN_DIR using
$runstatedir (new in autoconf 2.70, so fall back to $localstatedir/run
if it's not set) and use that for the default socket path.
[ghudson@mit.edu: commit message, otp.rst formatting fix]
https://github.com/krb5/krb5/commit/1e4bdcfed2c7bda94d5c135cc32a5993ca032501
Author: Nathaniel McCallum <npmccallum@redhat.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 1e4bdcfed2c7bda94d5c135cc32a5993ca032501
Branch: master
doc/admin/otp.rst | 5 +++--
doc/conf.py | 3 +++
doc/mitK5defaults.rst | 2 ++
src/Makefile.in | 1 +
src/configure.in | 6 ++++++
src/doc/Makefile.in | 2 ++
src/include/Makefile.in | 2 ++
src/include/osconf.hin | 1 +
src/man/Makefile.in | 2 ++
src/plugins/preauth/otp/otp_state.c | 2 +-
10 files changed, 23 insertions(+), 3 deletions(-)