nfs4acls: Introduce a helper variable
[Samba.git] / docs-xml / smbdotconf / base / doscharset.xml
blobc99b8403ccf86b2a2a88845e346b889dadf4cd5d
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>
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>