[krbdev.mit.edu #8613] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Tue Sep 5 00:19:18 EDT 2017


Add hostname-based ccselect module

The hostname module selects the ccache whose realm is the longest
parent domain tail of the uppercase server hostname.

[ghudson at mit.edu: minor edits]

https://github.com/krb5/krb5/commit/a4ddc6cf576b4155e6b994307902567f26f752b2
Author: Robbie Harwood <rharwood at redhat.com>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: a4ddc6cf576b4155e6b994307902567f26f752b2
Branch: master
 doc/admin/conf_files/krb5_conf.rst      |    4 +
 src/lib/krb5/ccache/Makefile.in         |    3 +
 src/lib/krb5/ccache/cc-int.h            |    4 +
 src/lib/krb5/ccache/ccselect.c          |    5 +
 src/lib/krb5/ccache/ccselect_hostname.c |  146 +++++++++++++++++++++++++++++++
 src/tests/gssapi/t_ccselect.py          |    9 ++
 6 files changed, 171 insertions(+), 0 deletions(-)



More information about the krb5-bugs mailing list