~ubuntu-branches/ubuntu/maverick/samba/maverick-security

« back to all changes in this revision

Viewing changes to docs-xml/manpages-3/vfs_acl_xattr.8.xml

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-03-03 22:02:23 UTC
  • mfrom: (0.28.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090303220223-3bdlm2d9fwx1p1ye
Tags: 2:3.3.1-1ubuntu1
* Merge from Debian unstable (LP: #337094), remaining changes:
  + debian/patches/VERSION.patch:
    - setup SAMBA_VERSION_SUFFIX to Ubuntu.
  + debian/smb.conf:
    - add "(Samba, Ubuntu)" to server string.
    - comment out the default [homes] share, and add a comment about
      "valid users = %S" to show users how to restrict access to
      \\server\username to only username.
    - Set 'usershare allow guests', so that usershare admins are 
      allowed to create public shares in addition to authenticated
      ones.
    - add map to guest = Bad user, maps bad username to guest access. 
  + debian/samba-common.config:
    - Do not change priority to high if dhclient3 is installed.
    - Use priority medium instead of high for the workgroup question.
  + debian/mksambapasswd.awk:
    - Do not add user with UID less than 1000 to smbpasswd.
  + debian/control:
    - Make libwbclient0 replace/conflict with hardy's likewise-open.
    - Don't build against ctdb.
  + debian/rules:
    - enable "native" PIE hardening.
  + Add ufw integration:
    - Created debian/samba.ufw.profile
    - debian/rules, debian/samba.dirs, debian/samba.files: install
      profile
    - debian/control: have samba suggest ufw
* Dropped changes, merged in Debian:
  + debian/libpam-smbpass.pam-config, debian/libpam-smbpass.postinst,
    debian/libpam-smbpass.prerm, debian/libpam-smbpass.files,
    debian/rules:
    - Make libpam-smbpasswd depend on libpam-runtime to allow 
      libpam-smbpasswd for auto-configuration.
  + debian/control:
    - Provide a config block for the new PAM framework to auto-configure
      itself
  + debian/samba.postinst:
    - When populating the new sambashare group, it is not an error
      if the user simply does not exist; test for this case and let
      the install continue instead of aborting.
  + debian/winbind.files:
    - include additional files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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_xattr.8">
 
4
 
 
5
<refmeta>
 
6
        <refentrytitle>vfs_acl_xattr</refentrytitle>
 
7
        <manvolnum>8</manvolnum>
 
8
        <refmiscinfo class="source">Samba</refmiscinfo>
 
9
        <refmiscinfo class="manual">System Administration tools</refmiscinfo>
 
10
        <refmiscinfo class="version">3.3</refmiscinfo>
 
11
</refmeta>
 
12
 
 
13
 
 
14
<refnamediv>
 
15
        <refname>vfs_acl_xattr</refname>
 
16
        <refpurpose>Save NTFS-ACLs in Extended Attributes (EAs)</refpurpose>
 
17
</refnamediv>
 
18
 
 
19
<refsynopsisdiv>
 
20
        <cmdsynopsis>
 
21
                <command>vfs objects = acl_xattr</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_xattr</command> VFS module stores
 
33
        NTFS Access Control Lists (ACLs) in Extended Attributes (EAs).
 
34
        This enables the full mapping of Windows ACLs on Samba
 
35
        servers.
 
36
        </para>
 
37
 
 
38
        <para>The ACLs are stored in the Extended Attribute
 
39
        <parameter>security.NTACL</parameter> of a file or directory.
 
40
        This Attribute is <emphasis>not</emphasis> listed by
 
41
        <command>getfattr -d <filename>filename</filename></command>.
 
42
        To show the current value, the name of the EA must be specified
 
43
        (e.g. <command>getfattr -n security.NTACL <filename>filename</filename>
 
44
        </command>).
 
45
        </para>
 
46
 
 
47
        <para>Please note that this module is
 
48
        <emphasis>experimental</emphasis>!
 
49
        </para>
 
50
 
 
51
        <para>This module is stackable.</para>
 
52
</refsect1>
 
53
 
 
54
<refsect1>
 
55
        <title>OPTIONS</title>
 
56
        <para>
 
57
        There are no options for <command>vfs_acl_xattr</command>.
 
58
        </para>
 
59
</refsect1>
 
60
 
 
61
<refsect1>
 
62
        <title>AUTHOR</title>
 
63
 
 
64
        <para>The original Samba software and related utilities
 
65
        were created by Andrew Tridgell. Samba is now developed
 
66
        by the Samba Team as an Open Source project similar
 
67
        to the way the Linux kernel is developed.</para>
 
68
</refsect1>
 
69
 
 
70
</refentry>