Merge branch 'master' of ctdb into 'master' of samba
[samba.git] / docs-xml / manpages / vfs_acl_tdb.8.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="vfs_acl_tdb.8">
4
5 <refmeta>
6         <refentrytitle>vfs_acl_tdb</refentrytitle>
7         <manvolnum>8</manvolnum>
8         <refmiscinfo class="source">Samba</refmiscinfo>
9         <refmiscinfo class="manual">System Administration tools</refmiscinfo>
10         <refmiscinfo class="version">4.1</refmiscinfo>
11 </refmeta>
12
13
14 <refnamediv>
15         <refname>vfs_acl_tdb</refname>
16         <refpurpose>Save NTFS-ACLs in a tdb file</refpurpose>
17 </refnamediv>
18
19 <refsynopsisdiv>
20         <cmdsynopsis>
21                 <command>vfs objects = acl_tdb</command>
22         </cmdsynopsis>
23 </refsynopsisdiv>
24
25 <refsect1>
26         <title>DESCRIPTION</title>
27
28         <para>This VFS module is part of the
29         <citerefentry><refentrytitle>samba</refentrytitle>
30         <manvolnum>7</manvolnum></citerefentry> suite.</para>
31
32         <para>The <command>vfs_acl_tdb</command> VFS module stores
33         NTFS Access Control Lists (ACLs) in a tdb file.
34         This enables the full mapping of Windows ACLs on Samba
35         servers.
36         </para>
37
38         <para>
39         The ACL settings are stored in
40         <filename>$LOCKDIR/file_ntacls.tdb</filename>.
41         </para>
42
43         <para>This module is stackable.</para>
44 </refsect1>
45
46 <refsect1>
47         <title>OPTIONS</title>
48
49         <variablelist>
50                 <!-- please keep in sync with the other acl vfs modules that provide the same options -->
51                 <varlistentry>
52                 <term>acl_tdb:ignore system acls = [yes|no]</term>
53                 <listitem>
54                 <para>
55                 When set to <emphasis>yes</emphasis>, a best effort mapping
56                 from/to the POSIX ACL layer will <emphasis>not</emphasis> be
57                 done by this module. The default is <emphasis>no</emphasis>,
58                 which means that Samba keeps setting and evaluating both the
59                 system ACLs and the NT ACLs. This is better if you need your
60                 system ACLs be set for local or NFS file access, too. If you only
61                 access the data via Samba you might set this to yes to achieve
62                 better NT ACL compatibility.
63                 </para>
64                 </listitem>
65                 </varlistentry>
66         </variablelist>
67
68 </refsect1>
69
70 <refsect1>
71         <title>AUTHOR</title>
72
73         <para>The original Samba software and related utilities
74         were created by Andrew Tridgell. Samba is now developed
75         by the Samba Team as an Open Source project similar
76         to the way the Linux kernel is developed.</para>
77 </refsect1>
78
79 </refentry>