Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

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@mit.edu: minor edits]

https://github.com/krb5/krb5/commit/a4ddc6cf576b4155e6b994307902567f26f752b2
Author: Robbie Harwood <rharwood@redhat.com>
Committer: Greg Hudson <ghudson@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(-)