samba: Change default process model to prefork
[samba.git] / docs-xml / manpages / samba.8.xml
index 0d542b2fbc86d924c59eb597b62fbef757bf8858..8d548d85fddf39abfd4a2d7303e95ae53daa0c63 100644 (file)
                        for each new client connection.</para></listitem>
 
                        <listitem><para><emphasis>prefork</emphasis></para>
-                       <para>A process is started for each Samba service, and a
-                       fixed number of worker processes are started for those
+                       <para>The default. A process is started for each Samba service,
+                       and a fixed number of worker processes are started for those
                        services that support it (currently LDAP, NETLOGON, and KDC).
                        The client connections are then shared amongst the worker
                        processes.