1VFS_ACL_TDB(8) System Administration tools VFS_ACL_TDB(8)
2
3
4
6 vfs_acl_tdb - Save NTFS-ACLs in a tdb file
7
9 vfs objects = acl_tdb
10
12 This VFS module is part of the samba(7) suite.
13
14 The vfs_acl_tdb VFS module stores NTFS Access Control Lists (ACLs) in a
15 tdb file. This enables the full mapping of Windows ACLs on Samba
16 servers.
17
18 The ACL settings are stored in $LOCKDIR/file_ntacls.tdb.
19
20 This module is stackable.
21
23 acl_tdb:ignore system acls = [yes|no]
24 When set to yes, a best effort mapping from/to the POSIX ACL layer
25 will not be done by this module. The default is no, which means
26 that Samba keeps setting and evaluating both the system ACLs and
27 the NT ACLs. This is better if you need your system ACLs be set for
28 local or NFS file access, too. If you only access the data via
29 Samba you might set this to yes to achieve better NT ACL
30 compatibility.
31
33 The original Samba software and related utilities were created by
34 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
35 Source project similar to the way the Linux kernel is developed.
36
37
38
39Samba 3.6 04/11/2016 VFS_ACL_TDB(8)