summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/base/serverservices.xml
blob: 8ea28e2611171241b87fb6f53b3b580ba060d835 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<samba:parameter name="server services"
                 context="G"
				 type="list"
                 advanced="1"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
	<para>This option contains the services that the Samba daemon will run.</para>

	<para>An entry in the <filename>smb.conf</filename> file can either override
		the previous value completely or entries can be removed from or added to it
		by prefixing them with <constant>+</constant> or <constant>-</constant>.
	</para>
</description>

<value type="default">s3fs rpc nbt wrepl ldap cldap kdc drepl winbind ntp_signd kcc dnsupdate dns</value>
<value type="example">-s3fs +smb</value>
</samba:parameter>