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:
@@ -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).
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
@@ -93,7 +93,8 @@ Kerberos 5 Library (libkrb5, -lkrb5)
|
||||
.Fn krb5_get_credentials_with_flags
|
||||
get credentials by first looking in the
|
||||
.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 .
|
||||
Valid flags to pass into
|
||||
.Fa options
|
||||
@@ -109,6 +110,9 @@ request a user to user ticket.
|
||||
This options doesn't store the resulting user to user credential in
|
||||
the
|
||||
.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
|
||||
.Pp
|
||||
.Fa Flags
|
||||
|
Reference in New Issue
Block a user