docs: fix type for create mask parameter
[Samba.git] / docs-xml / smbdotconf / base / serverservices.xml
blob677ae6ab765cbdd66d069cdc7f142b4a0b9de4cf
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>
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>
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>