From: | ghudson@mit.edu |
Subject: | git commit |
Fix capaths "." values on client
Commit b72aef2c1cbcc76f7fba14ddc54a4e66e7a4e66c (ticket 6966)
introduced k5_client_realm_path() for use on the client in place of
krb5_walk_realm_tree(), but failed to handle the special case of a
capaths "." value as is done in the latter function. Correct that
omission and add a test case.
https://github.com/krb5/krb5/commit/f8d0877f848563d07152a0ee191fe82846fdb8f1
Author: Greg Hudson <ghudson@mit.edu>
Commit: f8d0877f848563d07152a0ee191fe82846fdb8f1
Branch: master
src/lib/krb5/krb/walk_rtree.c | 6 ++++++
src/tests/t_crossrealm.py | 10 ++++++++++
2 files changed, 16 insertions(+), 0 deletions(-)