mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
b55b56351d
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
18 lines
789 B
XML
18 lines
789 B
XML
<samba:parameter name="nt acl support"
|
|
context="S"
|
|
advanced="1" wizard="1"
|
|
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>
|