The branch, master has been updated
via b80afa1ca0c libgpo:admx:: s/the the/the/
from 04e0fb9b2d1 lib/replace: memset_explicit() only takes three
arguments
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit b80afa1ca0cd20c9ea17bf0b41e65f707fc6f25e
Author: Douglas Bagnall <[email protected]>
Date: Fri Sep 13 14:23:12 2024 +1200
libgpo:admx:: s/the the\b/the/
Signed-off-by: Douglas Bagnall <[email protected]>
Reviewed-by: Volker Lendecke <[email protected]>
Autobuild-User(master): Volker Lendecke <[email protected]>
Autobuild-Date(master): Tue Nov 12 09:21:53 UTC 2024 on atb-devel-224
-----------------------------------------------------------------------
Summary of changes:
libgpo/admx/en-US/samba.adml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Changeset truncated at 500 lines:
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</string>
<string id="POL_3B93FDE1_6461_572C_AD2E_6AEEAE4EA949_Help">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.</string>
<string id="POL_E633B0BE_9CF3_5D79_A9F1_CB782C82A19C">prefork backoff
increment</string>
<string id="POL_E633B0BE_9CF3_5D79_A9F1_CB782C82A19C_Help">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</string>
<string id="POL_B4E848BD_E606_552C_8C9F_3F8CC1AEF191">prefork
children</string>
<string id="POL_B4E848BD_E606_552C_8C9F_3F8CC1AEF191_Help">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.
--
Samba Shared Repository