]> git.ipfire.org Git - thirdparty/krb5.git/commit
Don't cache active master key list in kadmind
authorGreg Hudson <ghudson@mit.edu>
Wed, 23 Oct 2013 22:56:20 +0000 (18:56 -0400)
committerTom Yu <tlyu@mit.edu>
Fri, 25 Oct 2013 17:17:28 +0000 (13:17 -0400)
commitebc456e2b945a2b86846ef45dde0be4e100e7c86
tree9847521b8d09b8f3251607039d19dee61861e767
parent95d2d148acda7e718dfa0be117a0b15302572982
Don't cache active master key list in kadmind

"kdb5_util use_mkey" should not require a kadmind restart to take
effect.  At the cost of fetching the K/M principal once for each key
change operation, make kadmind use the current active master key list
for each operation.

(cherry picked from commit 74c1420ea4dffc1105247e362decf608440751ae)

ticket: 7685
version_fixed: 1.12
status: resolved
src/lib/kadm5/server_internal.h
src/lib/kadm5/srv/server_kdb.c
src/lib/kadm5/srv/svr_principal.c