]> git.ipfire.org Git - thirdparty/krb5.git/commit
Set TL_DATA mask flag for master key operations
authorSimo Sorce <simo@redhat.com>
Wed, 9 Dec 2015 23:09:18 +0000 (18:09 -0500)
committerGreg Hudson <ghudson@mit.edu>
Fri, 11 Dec 2015 16:16:04 +0000 (11:16 -0500)
commitc877f13c8985d820583b0d7ac1bb4c5dc36e677e
tree6d9191dc029d781a7da1fad23aa030756583617d
parentd69a3bd4c1d0c39a1f527c97f12bc53ea0cc1b8b
Set TL_DATA mask flag for master key operations

When kdb5_util adds or removes master keys, it modifies tl-data but
doesn't set the KADM5_TL_DATA mask flag, causing KDB modules that rely
on this signaling (such as the LDAP module) not to store the tl-data
changes.  Fix this issue by setting the mask bit in add_new_mkey() and
kdb5_purge_mkeys().

[ghudson@mit.edu: edit commit message]

ticket: 8327 (new)
target_version: 1.14-next
tags: pullup
src/kadmin/dbutil/kdb5_mkey.c