Correct kdc_timesync documentation
authorGreg Hudson <ghudson@mit.edu>
Tue, 17 Apr 2012 03:19:07 +0000 (03:19 +0000)
committerGreg Hudson <ghudson@mit.edu>
Tue, 17 Apr 2012 03:19:07 +0000 (03:19 +0000)
kdc_timesync is read from the profile as an integer, not a boolean; go
back to documenting it that way.

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

doc/rst_source/krb_admins/conf_files/krb5_conf.rst

index de7da29fd10083493b29eb8e873e3d94a203ae85..51ec79fc18c50e12c7c79ece40f946f13fd24754 100644 (file)
@@ -219,13 +219,13 @@ The libdefaults section may contain any of the following relations:
     (KDC_OPT_RENEWABLE_OK).
 
 **kdc_timesync**
-    If this flag is true, client machines will compute the difference
-    between their time and the time returned by the KDC in the
-    timestamps in the tickets and use this value to correct for an
-    inaccurate system clock when requesting service tickets or
-    authenticating to services.  This corrective factor is only used
-    by the Kerberos library; it is not used to change the system
-    clock.  The default value is true.
+    The value of this relation must be an integer.  If it is nonzero,
+    client machines will compute the difference between their time and
+    the time returned by the KDC in the timestamps in the tickets and
+    use this value to correct for an inaccurate system clock when
+    requesting service tickets or authenticating to services.  This
+    corrective factor is only used by the Kerberos library; it is not
+    used to change the system clock.  The default value is 1.
 
 **kdc_req_checksum_type**
     An integer which specifies the type of checksum to use for the KDC