svn rev #23820: trunk/ doc/ src/config-files/

ghudson@MIT.EDU ghudson at MIT.EDU
Fri Mar 19 12:17:05 EDT 2010


http://src.mit.edu/fisheye/changelog/krb5/?cs=23820
Commit By: ghudson
Log Message:
ticket: 6680
target_version: 1.8.1
tags: pullup

Document the ticket_lifetime libdefaults setting (which was added in
r16656, #2656).  Based on a patch from nalin at redhat.com.



Changed Files:
U   trunk/doc/admin.texinfo
U   trunk/src/config-files/krb5.conf.M
Modified: trunk/doc/admin.texinfo
===================================================================
--- trunk/doc/admin.texinfo	2010-03-18 17:37:31 UTC (rev 23819)
+++ trunk/doc/admin.texinfo	2010-03-19 16:17:05 UTC (rev 23820)
@@ -516,13 +516,6 @@
 Kerberos.  Use a value of 1 on DCE 1.0.3a systems, and a value of 2 on
 DCE 1.1 systems.  The default value is @value{DefaultCcacheType}.
 
- at ignore
- at itemx tkt_lifetime
-The default lifetime of a ticket.  The default is
- at value{DefaultTktLifetime}.  This is currently not supported by the
-code.
- at end ignore
-
 @itemx dns_lookup_kdc
 Indicate whether DNS SRV records should be used to locate the KDCs and
 other servers for a realm, if they are not listed in the information for
@@ -583,6 +576,11 @@
 fail if the client machine does not have a keytab.  The default for the
 flag is @value{DefaultVerifyApReqNofail}.
 
+ at itemx ticket_lifetime
+The value of this tag is the default lifetime for
+initial tickets.  The default value for the tag is
+ at value{DefaultTktLifetime}.
+
 @itemx renew_lifetime
 The value of this tag is the default renewable lifetime for
 initial tickets.  The default value for the tag is

Modified: trunk/src/config-files/krb5.conf.M
===================================================================
--- trunk/src/config-files/krb5.conf.M	2010-03-18 17:37:31 UTC (rev 23819)
+++ trunk/src/config-files/krb5.conf.M	2010-03-19 16:17:05 UTC (rev 23820)
@@ -220,6 +220,10 @@
 fail if the client machine does not have a keytab.  The default for the
 flag is false.
 
+.IP ticket_lifetime
+The value of this tag is the default lifetime for initial tickets.  The
+default value for the tag is 1 day (1d).
+
 .IP renew_lifetime
 The value of this tag is the default renewable lifetime for initial
 tickets.  The default value for the tag is 0.




More information about the cvs-krb5 mailing list