+Thu Oct 31 13:48:14 1996 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * init_ctx.c (krb5_init_context): Make it more obvious that
+ default ticket lifetimes is not yet supported.
+
Tue Sep 24 20:59:14 1996 Theodore Y. Ts'o <tytso@mit.edu>
* get_in_tkt.c (make_preauth_list): Correctly null-terminate the
0, 5 * 60, &tmp);
ctx->clockskew = tmp;
- /* Default ticket lifetime is
+#if 0
+ /* Default ticket lifetime is currently not supported */
profile_get_integer(ctx->profile, "libdefaults", "tkt_lifetime",
0, 10 * 60 * 60, &tmp);
- ctx->clockskew = tmp;
+ ctx->tkt_lifetime = tmp;
+#endif
/* DCE 1.1 and below only support CKSUMTYPE_RSA_MD4 (2) */
/* DCE add kdc_req_checksum_type = 2 to krb5.conf */