Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vfs_acl_xattr(8) [centos man page]

VFS_ACL_XATTR(8)					    System Administration tools 					  VFS_ACL_XATTR(8)

NAME
vfs_acl_xattr - Save NTFS-ACLs in Extended Attributes (EAs) SYNOPSIS
vfs objects = acl_xattr DESCRIPTION
This VFS module is part of the samba(7) suite. The vfs_acl_xattr VFS module stores NTFS Access Control Lists (ACLs) in Extended Attributes (EAs). This enables the full mapping of Windows ACLs on Samba servers. The ACLs are stored in the Extended Attribute security.NTACL of a file or directory. This Attribute is not listed by getfattr -d filename. To show the current value, the name of the EA must be specified (e.g. getfattr -n security.NTACL filename). This module is stackable. OPTIONS
acl_xattr:ignore system acls = [yes|no] When set to yes, a best effort mapping from/to the POSIX ACL layer will not be done by this module. The default is no, which means that Samba keeps setting and evaluating both the system ACLs and the NT ACLs. This is better if you need your system ACLs be set for local or NFS file access, too. If you only access the data via Samba you might set this to yes to achieve better NT ACL compatibility. AUTHOR
The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed. Samba 4.0 06/17/2014 VFS_ACL_XATTR(8)

Check Out this Related Man Page

VFS_AUDIT(8)						    System Administration tools 					      VFS_AUDIT(8)

NAME
vfs_audit - record selected Samba VFS operations in the system log SYNOPSIS
vfs objects = audit DESCRIPTION
This VFS module is part of the samba(7) suite. The vfs_audit VFS module records selected client operations to the system log using syslog(3). The following Samba VFS operations are recorded: connect disconnect opendir mkdir rmdir open close rename unlink chmod fchmod chmod_acl fchmod_acl This module is stackable. OPTIONS
audit:facility = FACILITY Log messages to the named syslog(3) facility. audit:priority = PRIORITY Log messages with the named syslog(3) priority. EXAMPLES
Log operations on all shares using the LOCAL1 facility and NOTICE priority: [global] vfs objects = audit audit:facility = LOCAL1 audit:priority = NOTICE VERSION
This man page is correct for version 3.0.25 of the Samba suite. AUTHOR
The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed. Samba 4.0 06/17/2014 VFS_AUDIT(8)
Man Page

15 More Discussions You Might Find Interesting

1. IP Networking

Samba

:confused: I've been trying to get Samba working on RH7.2 but been failing. Could anyone give me some tips on what I should check to see what I'm doing wrong. I've double check everything. Maybe I could of forgot something. PLEASE HELP. (2 Replies)
Discussion started by: aojmoj
2 Replies

2. UNIX for Dummies Questions & Answers

Samba Practice

I have a dual boot machine with both "Windoze ME" and Redhat Linux 7.2. I want to know if it is possible to practice with the Samba Suite on a dual boot machine if I was able to incorporate using IP addresses. I was thinking if your able to ping yourself why wouldn't you be able to administer... (3 Replies)
Discussion started by: bilal_aa
3 Replies

3. Linux

Samba Server

I set up Samba so Windows can Access Linux, but how can I access my windows machine from linux (preferably using samba).? (6 Replies)
Discussion started by: erhan_j
6 Replies

4. Solaris

Can't dance the Samba!

Hi all, Firstly this is my very first attempt at installing and using Samba and only have a basic grasp of how it works.... Earlier today I installed Samba 3.0.2 under Solaris 9 (Sun Ultra 60) for the purpose of sharing my home directory on the Sun with my PC. Following the instructions at... (3 Replies)
Discussion started by: alarmcall
3 Replies

5. UNIX for Dummies Questions & Answers

Samba question

I'm about to be leaving when my current contract is, though I would like to be able to do one last thing though. Ok here's the deal. Everything here is Windows :( apart from a huge Xerox printer they have which running of Unix :) The other IT blokes here (Windows people) have told the blokes in... (3 Replies)
Discussion started by: woofie
3 Replies

6. UNIX for Advanced & Expert Users

Samba: Install w/o Root

I've had some recent success compiling some simple programs to my home directory without root access (wget, screen, less). My Question is this: Can I compile a complex program like Samba WITHOUT root access to my home directory? Or are the multiple library dependencies going to cause an issue?... (2 Replies)
Discussion started by: goldfish
2 Replies

7. Shell Programming and Scripting

Convert IP address (within a line) to hostname

I have a tricky problem, and I'm quite the scripting newb. I have Cisco ACLs that have IP addresses in them. I'd like to convert the IP's to hostnames for easier analysis. A sample ACL input file would be (I've obfuscated the IPs): access-list acl-secure-out line 1 extended permit icmp any... (3 Replies)
Discussion started by: scolazz
3 Replies

8. Ubuntu

Samba not working

I'm trying to hook up a Ubuntu 10.04 PC to my media box by Samba and I am getting can not connect errors although I can see the directories. I have done everything I can think of to enable sharing and guest access. Can anyone think of anything to try such as restoring defaults and trying again? Has... (8 Replies)
Discussion started by: dothehustle
8 Replies

9. UNIX for Dummies Questions & Answers

Restricting Usage of Setuid Programs to the Admin User In MacOsx

This is a quote from the Apple security configuration (you can download it from Apple) " Using ACLs to Restrict Usage of Setuid Programs The ACL feature of Mac OS X can also be used to restrict the execution of setuid programs. Restricting the execution of setuid programs to administrators... (3 Replies)
Discussion started by: Vera
3 Replies

10. UNIX for Advanced & Expert Users

Enterprise level Solaris&Windows file sharing

"Samba," I know, I know. However, I am a gov't worker and Samba is off the table. Does anyone have a recommendation for an off the shelf, secure solution? I've already suggested rsync and NFS services for Windows Server and got shot down. (4 Replies)
Discussion started by: LittleLebowski
4 Replies

11. UNIX for Advanced & Expert Users

NFS3 over KVM-Guest don't map UnixACLs

Hi, I have an problem with ACLs over NFS3. The Problem is, when i mount a nfsshare from an KVMguest, the UnixACLs were not mapped too. I don't know why. But this is only when i have the NFSshares on an virtulamachine. When i do the same with ein real machine, ACLs work well. You can see that:... (4 Replies)
Discussion started by: darktux
4 Replies

12. Red Hat

Chmod overiding default ACLs.

Afternoon all, This should be a simple task. I have set up default acls on a directory to allow user user1 to read it. This directory is owned by root:root. setfacl -d -m u:user1:rx /directory I also did via the group. This works fine, new files made by root are readable. ... (4 Replies)
Discussion started by: snoop6060
4 Replies

13. SCO

SCO Openserver 6 and Samba

We are running an Openserver 6 machine and I am trying to locate a more current compiled version of Samba (> Samba 3.3). We print to Windows PCs that need to be upgraded from XP to 7. Everything works great in XP but I can't seem to get around the known bug in Samba 3.0.3 when accessing shares on a... (3 Replies)
Discussion started by: Jim546
3 Replies

14. Proxy Server

Unable to access Samba share with Ubuntu on Win7

I have an issue with my Samba share - I am unable to write to it, edit a file or rename a folder etc within Windows. I am using Windows 7 and Ubuntu 12.04 and this is my Samba config. I can connect to the /sylius directory no problem (no password required), but I cannot save to it. Is... (3 Replies)
Discussion started by: crmpicco
3 Replies

15. Ubuntu

Unable to access Samba share with Ubuntu on Win7

(3 Replies)
Discussion started by: crmpicco
3 Replies