From: Greg Hudson Date: Tue, 17 Apr 2012 03:19:07 +0000 (+0000) Subject: Correct kdc_timesync documentation X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=07b2ae74d0b7600fe1e0eb1de8a12806d7403770;p=krb5.git Correct kdc_timesync documentation 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 --- diff --git a/doc/rst_source/krb_admins/conf_files/krb5_conf.rst b/doc/rst_source/krb_admins/conf_files/krb5_conf.rst index de7da29fd..51ec79fc1 100644 --- a/doc/rst_source/krb_admins/conf_files/krb5_conf.rst +++ b/doc/rst_source/krb_admins/conf_files/krb5_conf.rst @@ -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