OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_4-14-g2f411f4
Gerrit Code Review
gerrit@openafs.org
Wed, 24 Jul 2013 08:12:26 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 4b7553600a7659d117df0bde7b1c1dfde031deb8
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Jul 10 12:52:28 2013 -0500
Reload rxkad.keytab on CellServDB modification
Make the reloading of rxkad.keytab keys occur in the same way that
KeyFile keys are reloaded. That is, we only try to reload them if the
CellServDB mtime has changed. This is intended to have exactly the
same reloading behavior as KeyFile reloads.
I would have triggered this from afsconf_Check, but that approach
has annoyances. (Calling ticket5_keytab functions directly from
cellconfig pulls in libkrb5 dependencies for everything that uses
cellconfig, and we'd have to trigger an afsconf_Check call by calling
some other cellconfig function.)
9102f49a3bdc67ed74e254349eb55b529472f45c
src/auth/authcon.c | 26 +++++++++++++++++-----
src/rxkad/rxkad_prototypes.h | 2 +-
src/rxkad/ticket5_keytab.c | 47 ++++++++++++++++++++++++++---------------
3 files changed, 51 insertions(+), 24 deletions(-)
--
OpenAFS Master Repository