document KRB5_GC_EXPIRED_OK

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15166 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-05-18 04:07:38 +00:00
parent 485b61db15
commit b926505f3f

View File

@@ -1,4 +1,4 @@
.\" Copyright (c) 2004 Kungliga Tekniska H<>gskolan .\" Copyright (c) 2004 - 2005 Kungliga Tekniska H<>gskolan
.\" (Royal Institute of Technology, Stockholm, Sweden). .\" (Royal Institute of Technology, Stockholm, Sweden).
.\" All rights reserved. .\" All rights reserved.
.\" .\"
@@ -93,7 +93,8 @@ Kerberos 5 Library (libkrb5, -lkrb5)
.Fn krb5_get_credentials_with_flags .Fn krb5_get_credentials_with_flags
get credentials by first looking in the get credentials by first looking in the
.Fa ccache .Fa ccache
and then fetch the credential from the KDC using the krbtgt in and if doesn't exists or is expired, fetch the credential from the KDC
using the krbtgt in
.Fa ccache . .Fa ccache .
Valid flags to pass into Valid flags to pass into
.Fa options .Fa options
@@ -108,7 +109,10 @@ don't got out on network to fetch credential.
request a user to user ticket. request a user to user ticket.
This options doesn't store the resulting user to user credential in This options doesn't store the resulting user to user credential in
the the
.Fa ccache. .Fa ccache .
.It KRB5_GC_EXPIRED_OK
returns the credential even if its expired, default behavior is trying
to refetch the credential from the KDC.
.El .El
.Pp .Pp
.Fa Flags .Fa Flags