source: branches/samba-3.5.x/docs-xml/smbdotconf/vfs/aclcompatibility.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 758 bytes
Line 
1<samba:parameter name="acl compatibility"
2 context="G"
3 type="enum"
4 advanced="1" developer="1"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7 <para>This parameter specifies what OS ACL semantics should
8 be compatible with. Possible values are <emphasis>winnt</emphasis> for Windows NT 4,
9 <emphasis>win2k</emphasis> for Windows 2000 and above and <emphasis>auto</emphasis>.
10 If you specify <emphasis>auto</emphasis>, the value for this parameter
11 will be based upon the version of the client. There should
12 be no reason to change this parameter from the default.</para>
13</description>
14
15<value type="default">Auto</value>
16<value type="example">win2k</value>
17</samba:parameter>
Note: See TracBrowser for help on using the repository browser.