[Samba] Samba + acl,user_xattr
TAKAHASHI Motonobu
monyo at monyo.com
Sun Dec 18 07:21:25 MST 2011
From: Dmitry Mordovin <d.mordovin at dwide.com>
Date: Fri, 16 Dec 2011 10:39:44 +0400
> Now, when I try to Apply hidden attribute, popup message - Error change
> file attributes. Access Denied.
At first, has your file system already enabled xattr?
For example, are following commands successfull?
# touch test.txt
# setfattr -n user.test -v test test.txt
# setfattr -n security.test -v test2 test.txt
# getfattr -d test.txt
# getfattr -n security.test -d test.txt
And your Samba (smbd) is xattr-ready?
For example the following commands show HAVE_*XATTR line?
# smbd -b | grep SETXATTR
HAVE_FSETXATTR
HAVE_LSETXATTR
HAVE_SETXATTR
---
TAKAHASHI Motonobu <monyo at samba.gr.jp>
More information about the samba
mailing list