docs:smbdotconf: add enumlist property to parameters where missing
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / base / doscharset.xml
1 <samba:parameter name="dos charset"
2                  type="string"
3                  context="G"
4                  constant="1"
5                  handler="handle_dos_charset"
6                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7 <description>
8         <para>DOS SMB clients assume the server has 
9         the same charset as they do. This option specifies which 
10         charset Samba should talk to DOS clients.
11         </para>
12
13         <para>The default depends on which charsets you have installed. 
14         Samba tries to use charset 850 but falls back to ASCII in 
15         case it is not available. Run <citerefentry><refentrytitle>testparm</refentrytitle>
16         <manvolnum>1</manvolnum></citerefentry> to check the default on your system.</para>
17 </description>
18 </samba:parameter>