(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:
Assar Westerlund
1999-04-20 22:11:54 +00:00
parent 432abd5432
commit 4bd2f7fb48

View File

@@ -242,6 +242,8 @@ get_init_creds_common(krb5_context context,
*client_realm,
"proxiable");
if (start_time)
flags->b.postdated = 1;
if (cred->times.renew_till)
flags->b.renewable = 1;
if (options->flags & KRB5_GET_INIT_CREDS_OPT_ADDRESS_LIST)