Fix scope of kadmind ACL wildcard back-references In kadm5int_acl_find_entry(), clear the wildcard back-references list for each acl entry. Otherwise the wildcards we process can affect back-references for later entries. https://github.com/krb5/krb5/commit/d3d18b8d8d7a47766fd4e9667d045035f43d90ef Author: Greg Hudson Commit: d3d18b8d8d7a47766fd4e9667d045035f43d90ef Branch: master src/lib/kadm5/srv/server_acl.c | 2 +- src/tests/t_kadmin_acl.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletions(-)