~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/vfs/aclcompatibility.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>