* kinit.c (KRB5_DEFAULT_LIFE): default life should be 10 hours,
authorMark Eichin <eichin@mit.edu>
Mon, 2 Oct 1995 19:23:54 +0000 (19:23 +0000)
committerMark Eichin <eichin@mit.edu>
Mon, 2 Oct 1995 19:23:54 +0000 (19:23 +0000)
not eight, for practical/social reasons.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6919 dc483132-0cff-0310-8789-dd5450dbe970

src/clients/kinit/ChangeLog
src/clients/kinit/kinit.c

index 0a964f41d12d47caaa9aa0f65b58a08ee3fe91e1..87bf40b8f557807adcfdce7da291bb71cbe72a8a 100644 (file)
@@ -1,3 +1,7 @@
+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
index 52a4d81802443b8b2bf2a3e58158fdc7969f9c2e..234fd0b888069c9fb8691b477bf3ca32a8f24f7a 100644 (file)
@@ -34,7 +34,7 @@
 #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;