Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/docs-xml/Samba3-HOWTO/TOSHARG-AccessControls.xml

    r414 r745  
    490490        <para>
    491491<indexterm><primary>extended attributes</primary></indexterm>
    492 <indexterm><primary>immutible</primary></indexterm>
     492<indexterm><primary>immutable</primary></indexterm>
    493493<indexterm><primary>chattr</primary></indexterm>
    494494<indexterm><primary>CAP_LINUX_IMMUTABLE</primary></indexterm>
    495495        The specific semantics of the extended attributes are not consistent across UNIX and UNIX-like systems such as Linux.
    496496        For example, it is possible on some implementations of the extended attributes to set a flag that prevents the directory
    497         or file from being deleted. The extended attribute that may achieve this is called the <constant>immutible</constant> bit.
    498         Unfortunately, the implementation of the immutible flag is NOT consistent with published documentation. For example, the
     497        or file from being deleted. The extended attribute that may achieve this is called the <constant>immutable</constant> bit.
     498        Unfortunately, the implementation of the immutable flag is NOT consistent with published documentation. For example, the
    499499        man page for the <command>chattr</command> on SUSE Linux 9.2 says:
    500500<screen>
     
    504504CAP_LINUX_IMMUTABLE capability can set or clear this attribute.
    505505</screen>
    506         A simple test can be done to check if the immutible flag is supported on files in the file system of the Samba host
     506        A simple test can be done to check if the immutable flag is supported on files in the file system of the Samba host
    507507        server.
    508508        </para>
     
    527527mystic:/home/hannibal > rm filename
    528528</screen>
    529         It will not be possible to delete the file if the immutible flag is correctly honored.
     529        It will not be possible to delete the file if the immutable flag is correctly honored.
    530530        </para></step>
    531531        </procedure>
    532532
    533533        <para>
    534         On operating systems and file system types that support the immutible bit, it is possible to create directories
     534        On operating systems and file system types that support the immutable bit, it is possible to create directories
    535535        that cannot be deleted. Check the man page on your particular host system to determine whether or not
    536536        immutable directories are writable. If they are not, then the entire directory and its contents will effectively
     
    874874<indexterm><primary>Computer Management</primary></indexterm>
    875875        At this time Samba does not provide a tool for configuring access control settings on the share
    876         itself the only way to create those settings is to use either the NT4 Server Manager or the Windows 200x
     876        itself.  The only way to create those settings is to use either the NT4 Server Manager or the Windows 200x
    877877        Microsoft Management Console (MMC) for Computer Management. There are currently no plans to provide
    878878        this capability in the Samba command-line tool set.
Note: See TracChangeset for help on using the changeset viewer.