~zulcss/samba/server-dailies-3.4

1 by Chuck Short
Initial version
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>