s3:lib: make use of samba_tevent_context_init()
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / misc / fstype.xml
blobc7df18c38b39954f58f4a74f6b7a7037f8b9b481
1 <samba:parameter name="fstype"
2                  context="S"
3                          type="string"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>
7         This parameter allows the administrator to configure the string that specifies the type of filesystem a share 
8         is using that is reported by <citerefentry><refentrytitle>smbd</refentrytitle> <manvolnum>8</manvolnum></citerefentry> 
9         when a client queries the filesystem type for a share. The default type is <constant>NTFS</constant> for compatibility 
10         with Windows NT but this can be changed to other strings such as <constant>Samba</constant> or <constant>FAT</constant> 
11         if required.
12         </para>
13 </description>
14 <value type="default">NTFS</value>
15 <value type="example">Samba</value>
16 </samba:parameter>