]> git.decadent.org.uk Git - nfs-utils.git/commit
Add new keytab handling functions for dealing with machine credentials
authorKevin Coffman <kwc@citi.umich.edu>
Fri, 30 Mar 2007 22:32:12 +0000 (18:32 -0400)
committerNeil Brown <neilb@suse.de>
Fri, 30 Mar 2007 23:08:02 +0000 (09:08 +1000)
commit6904f7b7f4f91d52c4bd783e5588e870d32ff021
treec598bc17e1000bd218553a1502f610453d370ab7
parent72e1cf8784fbcb1bffa28b08f663ea9469634590
Add new keytab handling functions for dealing with machine credentials

Add new functions that will be used in the next patch.  The new behavior
is to search for particular keytab entries in a specified order:

root/<fqdn>@<REALM>
nfs/<fqdn>@<REALM>
host/<fqdn>@<REALM>
root/<any-name>@<REALM>
nfs/<any-name>@<REALM>
host/<any-name>@<REALM>

Signed-off-by: Kevin Coffman <kwc@citi.umich.edu>
Signed-off-by: Neil Brown <neilb@suse.de>
utils/gssd/krb5_util.c
utils/gssd/krb5_util.h