Move OTP sockets to KDC_RUN_DIR
authorNathaniel McCallum <npmccallum@redhat.com>
Wed, 5 Feb 2014 15:59:46 +0000 (10:59 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 6 Feb 2014 21:17:27 +0000 (16:17 -0500)
commit1e4bdcfed2c7bda94d5c135cc32a5993ca032501
treed4a0a8ee96b73ad78152e1219183eb2787493897
parent53cfb8327c452bd72a8e915338fb5ec838079cd3
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]

ticket: 7859 (new)
doc/admin/otp.rst
doc/conf.py
doc/mitK5defaults.rst
src/Makefile.in
src/configure.in
src/doc/Makefile.in
src/include/Makefile.in
src/include/osconf.hin
src/man/Makefile.in
src/plugins/preauth/otp/otp_state.c