]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add hostname-based ccselect module 687/head
authorRobbie Harwood <rharwood@redhat.com>
Wed, 23 Aug 2017 21:25:17 +0000 (17:25 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 5 Sep 2017 03:39:57 +0000 (23:39 -0400)
commita4ddc6cf576b4155e6b994307902567f26f752b2
tree99114783e329160547805d34a8288d8fc7c61946
parent8415804588d4c30cadb90597d62f1bfed4c438c3
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]

ticket: 8613 (new)
doc/admin/conf_files/krb5_conf.rst
src/lib/krb5/ccache/Makefile.in
src/lib/krb5/ccache/cc-int.h
src/lib/krb5/ccache/ccselect.c
src/lib/krb5/ccache/ccselect_hostname.c [new file with mode: 0644]
src/tests/gssapi/t_ccselect.py