]> git.decadent.org.uk Git - nfs-utils.git/commit
gssd - expired credentials problem
authorLukas Hejtmanek <xhejtman@gmail.com>
Wed, 20 Mar 2013 17:24:02 +0000 (13:24 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 25 Mar 2013 14:09:09 +0000 (10:09 -0400)
commitda54dec3cb40095cac96fd2d838144129262ac7f
treeac8f457ec613dccc56040d465a1cfdaa244e6146
parent5b9108f73a5f15372f9be9238070cf8d62956a49
gssd - expired credentials problem

I noticed that there is a problem with expired credentials if NFS
client's time is even few seconds behind KDC's or NFS server's time.
Client's kernel requests new GSS context but rpc.gssd is happy with
existing krb cache as it valid according to local time.

Signed-off-by: Steve Dickson <steved@redhat.com>
utils/gssd/krb5_util.c