8ea28e2611171241b87fb6f53b3b580ba060d835
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / base / serverservices.xml
1 <samba:parameter name="server services"
2                  context="G"
3                                  type="list"
4                  advanced="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>This option contains the services that the Samba daemon will run.</para>
8
9         <para>An entry in the <filename>smb.conf</filename> file can either override
10                 the previous value completely or entries can be removed from or added to it
11                 by prefixing them with <constant>+</constant> or <constant>-</constant>.
12         </para>
13 </description>
14
15 <value type="default">s3fs rpc nbt wrepl ldap cldap kdc drepl winbind ntp_signd kcc dnsupdate dns</value>
16 <value type="example">-s3fs +smb</value>
17 </samba:parameter>