(get_init_creds_common): if start_time is given, request a postdated
ticket. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6022 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -242,6 +242,8 @@ get_init_creds_common(krb5_context context,
|
|||||||
*client_realm,
|
*client_realm,
|
||||||
"proxiable");
|
"proxiable");
|
||||||
|
|
||||||
|
if (start_time)
|
||||||
|
flags->b.postdated = 1;
|
||||||
if (cred->times.renew_till)
|
if (cred->times.renew_till)
|
||||||
flags->b.renewable = 1;
|
flags->b.renewable = 1;
|
||||||
if (options->flags & KRB5_GET_INIT_CREDS_OPT_ADDRESS_LIST)
|
if (options->flags & KRB5_GET_INIT_CREDS_OPT_ADDRESS_LIST)
|
||||||
|
Reference in New Issue
Block a user