=== modified file 'clients.conf' --- clients.conf 2010-09-12 03:00:40 +0000 +++ clients.conf 2011-09-19 09:42:55 +0000 @@ -4,14 +4,19 @@ # How long until a client is disabled and not be allowed to get the # data this server holds. -;timeout = 1h +;timeout = 5m # How often to run the checker to confirm that a client is still up. # Note: a new checker will not be started if an old one is still # running. The server will wait for a checker to complete until the # above "timeout" occurs, at which time the client will be disabled, # and any running checker killed. -;interval = 5m +;interval = 2m + +# Extended timeout is an added timeout that is given once after a +# password has been sent sucessfully to a client. This allows for +# additional delays caused by file system checks and quota checks. +;extended_timeout = 15m # What command to run as "the checker". ;checker = fping -q -- %%(host)s @@ -70,7 +75,7 @@ ;host = 192.0.2.3 ; ;# Parameters from the [DEFAULT] section can be overridden per client. -;interval = 5m +;interval = 1m ; ;# This client requires manual approval before it receives its secret. ;approved_by_default = False === modified file 'mandos-clients.conf.xml' --- mandos-clients.conf.xml 2011-09-18 14:28:47 +0000 +++ mandos-clients.conf.xml 2011-09-19 09:42:55 +0000 @@ -3,7 +3,7 @@ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ /etc/mandos/clients.conf"> - + %common; ]> @@ -182,6 +182,29 @@ + + + + This option is optional. + + + Extended timeout is an added timeout that is given once + after a password has been sent sucessfully to a client. + The timeout is by default longer than the normal timeout, + and is used for handling the extra long downtime while a + machine is booting up. Time to take into consideration + when changing this value is file system checks and quota + checks. The default value is 15 minutes. + + + The format of TIME is the same + as for timeout below. + + + + + @@ -319,29 +342,6 @@ - - - - - - This option is optional. - - - Extended timeout is an added timeout that is given once - after a password has been sent sucessfully to a client. - The timeout is by default longer than the normal timeout, - and is used for handling the extra long downtime while a - matchine is booting up. Time to take into consideration - when changing this value is system file checks and quota - checks. The default value is 15 minutes. - - - The format of TIME is the same - as for timeout above. - - -