mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
64b720d284
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
17 lines
760 B
XML
17 lines
760 B
XML
<samba:parameter name="nt acl support"
|
|
context="S"
|
|
type="boolean"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This boolean parameter controls whether <citerefentry><refentrytitle>smbd</refentrytitle>
|
|
<manvolnum>8</manvolnum></citerefentry> will attempt to map
|
|
UNIX permissions into Windows NT access control lists. The UNIX
|
|
permissions considered are the traditional UNIX owner and
|
|
group permissions, as well as POSIX ACLs set on any files or
|
|
directories. This parameter was formally a global parameter in
|
|
releases prior to 2.2.2.</para>
|
|
</description>
|
|
|
|
<value type="default">yes</value>
|
|
</samba:parameter>
|