not eight, for practical/social reasons.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6919
dc483132-0cff-0310-8789-
dd5450dbe970
+Tue Sep 26 22:19:32 1995 Mark Eichin <eichin@cygnus.com>
+
+ * kinit.c (KRB5_DEFAULT_LIFE): default life should be 10 hours,
+ not eight, for practical/social reasons.
Mon Aug 21 16:49:06 EDT 1995 Paul Park (pjpark@mit.edu)
* kinit.c - Use string_to_deltat to parse lifetime arguments so that
#endif
#define KRB5_DEFAULT_OPTIONS 0
-#define KRB5_DEFAULT_LIFE 60*60*8 /* 8 hours */
+#define KRB5_DEFAULT_LIFE 60*60*10 /* 10 hours */
extern int optind;
extern char *optarg;