From 5fa7e666bd81a2222b155bdf3f0c3fc1bc3fabf5 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Fri, 7 Mar 2014 10:37:48 -0500 Subject: [PATCH] Update iprop_master_ulogsize documentation When we removed the maximum number of ulog entries (#7368), we did not update the documentation for that parameter in kdc.conf. Reported by Richard Basch. ticket: 7849 target_version: 1.12.2 tags: pullup --- doc/admin/conf_files/kdc_conf.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/admin/conf_files/kdc_conf.rst b/doc/admin/conf_files/kdc_conf.rst index be9064d772..d063bf623a 100644 --- a/doc/admin/conf_files/kdc_conf.rst +++ b/doc/admin/conf_files/kdc_conf.rst @@ -202,8 +202,8 @@ The following tags may be specified in a [realms] subsection: **iprop_master_ulogsize** (Integer.) Specifies the maximum number of log entries to be - retained for incremental propagation. The maximum value is 2500; - the default value is 1000. + retained for incremental propagation. The default value is 1000. + Prior to release 1.11, the maximum value was 2500. **iprop_slave_poll** (Delta time string.) Specifies how often the slave KDC polls for -- 2.47.3