[26475] in CVS-changelog-for-Kerberos-V5
svn rev #25806: trunk/doc/rst_source/krb_admins/conf_files/
daemon@ATHENA.MIT.EDU (ghudson@mit.edu)
Mon Apr 16 23:19:10 2012
Date: Mon, 16 Apr 2012 23:19:07 -0400
From: ghudson@mit.edu
Message-Id: <201204170319.q3H3J7vX004484@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
http://src.mit.edu/fisheye/changelog/krb5/?cs=25806
Commit By: ghudson
Log Message:
Correct kdc_timesync documentation
kdc_timesync is read from the profile as an integer, not a boolean; go
back to documenting it that way.
Changed Files:
U trunk/doc/rst_source/krb_admins/conf_files/krb5_conf.rst
Modified: trunk/doc/rst_source/krb_admins/conf_files/krb5_conf.rst
===================================================================
--- trunk/doc/rst_source/krb_admins/conf_files/krb5_conf.rst 2012-04-16 23:21:42 UTC (rev 25805)
+++ trunk/doc/rst_source/krb_admins/conf_files/krb5_conf.rst 2012-04-17 03:19:07 UTC (rev 25806)
@@ -219,13 +219,13 @@
(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
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5