smb.conf(5): Fix mixing of tabs and spaces.
[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
8                 run.</para>
9
10         <para>An entry in the <filename>smb.conf</filename> file can either
11                 override the previous value completely or entries can be removed from
12                 or added to it by prefixing them with <constant>+</constant> or
13                 <constant>-</constant>.  </para>
14 </description>
15
16 <value type="default">s3fs rpc nbt wrepl ldap cldap kdc drepl winbind ntp_signd kcc dnsupdate dns</value>
17 <value type="example">-s3fs +smb</value>
18 </samba:parameter>