smb.conf(5): Add basic documentation for 'server services'.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 28 Sep 2012 17:09:41 +0000 (10:09 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 18 Oct 2012 20:34:29 +0000 (22:34 +0200)
docs-xml/smbdotconf/base/serverservices.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/base/serverservices.xml b/docs-xml/smbdotconf/base/serverservices.xml
new file mode 100644 (file)
index 0000000..8ea28e2
--- /dev/null
@@ -0,0 +1,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>