From 5661d1290f74312a405db970aea097da77706f71 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 24 Jun 2008 05:04:29 +0000 Subject: Merge from branch sun-iprop git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20465 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config-files/kdc.conf.M | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'src/config-files') diff --git a/src/config-files/kdc.conf.M b/src/config-files/kdc.conf.M index f19c6e0083..21f173bbe2 100644 --- a/src/config-files/kdc.conf.M +++ b/src/config-files/kdc.conf.M @@ -1,4 +1,4 @@ -.\" Copyright 1995 by the Massachusetts Institute of Technology. +.\" Copyright 1995, 2008 by the Massachusetts Institute of Technology. .\" .\" Export of this software from the United States of America may .\" require a specific license from the United States Government. @@ -224,6 +224,24 @@ This specifies the maximum time period that a ticket may be renewed for in this realm. +.IP iprop_enable +This +.B boolean +("true" or "false") specifies whether incremental database propagation +is enabled. The default is "false". + +.IP iprop_master_ulogsize +This +.B numeric value +specifies the maximum number of log entries to be retained for +incremental propagation. The maximum value is 2500; default is 1000. + +.IP iprop_slave_poll +This +.B delta time string +specfies how often the slave KDC polls for new updates from the +master. Default is "2m" (that is, two minutes). + .IP supported_enctypes list of key:salt strings that specifies the default key/salt combinations of principals for this realm -- cgit