From: Douglas Bagnall Date: Fri, 13 Sep 2024 02:23:12 +0000 (+1200) Subject: libgpo:admx:: s/the the\b/the/ X-Git-Tag: tdb-1.4.13~565 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b80afa1ca0cd20c9ea17bf0b41e65f707fc6f25e;p=thirdparty%2Fsamba.git libgpo:admx:: s/the the\b/the/ Signed-off-by: Douglas Bagnall Reviewed-by: Volker Lendecke Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Tue Nov 12 09:21:53 UTC 2024 on atb-devel-224 --- diff --git a/libgpo/admx/en-US/samba.adml b/libgpo/admx/en-US/samba.adml index 133ed9c26ae..2230db34ede 100755 --- a/libgpo/admx/en-US/samba.adml +++ b/libgpo/admx/en-US/samba.adml @@ -70,7 +70,7 @@ Example: MYNAME This sets the NetBIOS scope that Samba will operate under. This should not be set unless every machine on your LAN also sets this value. prefork backoff increment This option specifies the number of seconds added to the delay before a prefork master or worker process is restarted. The restart is initially zero, the prefork backoff increment is added to the delay on each restart up to the value specified by "prefork maximum backoff". - Additionally the the backoff for an individual service by using "prefork backoff increment: service name" i.e. "prefork backoff increment:ldap = 2" to set the backoff increment to 2. + Additionally the backoff for an individual service by using "prefork backoff increment: service name" i.e. "prefork backoff increment:ldap = 2" to set the backoff increment to 2. If the backoff increment is 2 and the maximum backoff is 5. There will be a zero second delay for the first restart. A two second delay for the second restart. A four second delay for the third and any subsequent restarts prefork children This option controls the number of worker processes that are started for each service when prefork process model is enabled (see samba 8 -M) The prefork children are only started for those services that support prefork (currently ldap, kdc and netlogon). For processes that don't support preforking all requests are handled by a single process for that service.