Re: [Samba] samba 3.3.x vfs_acl_xattr support

2009-03-09 Thread Karolin Seeger
Hi John, On Sun, Mar 08, 2009 at 10:12:14PM -0400, John Drescher wrote: > > Starting with version 3.3.1, the source code package now contains a man page > > for vfs_acl_xattr: > > > This is what I have on 3.3.1. To me this documentation seriously needs > expanded. please feel free to submit a pa

Re: [Samba] samba 3.3.x vfs_acl_xattr support

2009-03-08 Thread Harry Jede
Am Montag, 9. März 2009 03:12 schrieb John Drescher: > > Starting with version 3.3.1, the source code package now contains a > > man page for vfs_acl_xattr: > > This is what I have on 3.3.1. To me this documentation seriously > needs expanded. It should be enough to add a "SEE ALSO" section. > NAM

Re: [Samba] samba 3.3.x vfs_acl_xattr support

2009-03-08 Thread John Drescher
> Starting with version 3.3.1, the source code package now contains a man page > for vfs_acl_xattr: > This is what I have on 3.3.1. To me this documentation seriously needs expanded. NAME vfs_acl_xattr - Save NTFS-ACLs in Extended Attributes (EAs) SYNOPSIS vfs objects = acl_xattr D

Re: [Samba] samba 3.3.x vfs_acl_xattr support

2009-03-08 Thread Miguel Medalha
The source code package includes a (almost) complete documentation. See there, under docs, the following books: - Samba3-HOWTO.pdf -- This 965-pages book contains a whole chapter dedicated to vfs modules: Chapter 23 Stackable VFS modules - Samba3-ByExample.pdf The HTML versions of the abov

Re: [Samba] samba 3.3.x vfs_acl_xattr support

2009-03-07 Thread Miguel Medalha
I did read majority of the how to document http://us6.samba.org/samba/docs/man/Samba-HOWTO-Collection/ and I don't think I can find the answer there. Understandably that document is for samba 3.0.x, but I don't see a version of howto for samba 3.3. I also checked smb.conf file, I don't think

Re: [Samba] samba 3.3.x vfs_acl_xattr support

2009-03-07 Thread Ying Hu
I did read majority of the how to document http://us6.samba.org/samba/docs/man/Samba-HOWTO-Collection/ and I don't think I can find the answer there. Understandably that document is for samba 3.0.x, but I don't see a version of howto for samba 3.3. I also checked smb.conf file, I don't think it say

Re: [Samba] samba 3.3.x vfs_acl_xattr support

2009-03-07 Thread Miguel Medalha
No, could you tell me what flags i need to set in smb.conf? In the future, how do I figure out what flags should be used by reading the source code? Is there any document about vfs module? vfs objects = acl_xattr Document? man smb.conf Did you read the samba docs at all? -- To unsubscribe

Re: [Samba] samba 3.3.x vfs_acl_xattr support

2009-03-07 Thread Ying Hu
No, could you tell me what flags i need to set in smb.conf? In the future, how do I figure out what flags should be used by reading the source code? Is there any document about vfs module? Thanks, Ying On Sat, Mar 7, 2009 at 5:34 PM, Miguel Medalha wrote: > Compilation options are not enough to

Re: [Samba] samba 3.3.x vfs_acl_xattr support

2009-03-07 Thread Miguel Medalha
Compilation options are not enough to enable vfs_acl_xattr support. Does your smb.conf call the appropriate vfs module? -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

Re: [Samba] samba 3.3.x vfs_acl_xattr support

2009-03-07 Thread Ying Hu
Thanks for the reply. I just tried to use this feature, but after I created a file, getfattr returns empty. Here is my compilation flags: ./configure --prefix=/usr \ --localstatedir=/var/lib/samba \ --sysconfdir=/et

Re: [Samba] samba 3.3.x vfs_acl_xattr support

2009-03-04 Thread Jeremy Allison
On Wed, Mar 04, 2009 at 08:16:35AM -0500, Adam Tauno Williams wrote: > On Wed, 2009-03-04 at 08:03 -0500, Ying Hu wrote: > > >From samba 3.3.0 release notes, it seems like samba 3.3.x is at least > > experimenting using xattr to store NT ACL, which can eventually provide > > better NT ACL support.

Re: [Samba] samba 3.3.x vfs_acl_xattr support

2009-03-04 Thread Volker Lendecke
On Wed, Mar 04, 2009 at 08:03:46AM -0500, Ying Hu wrote: > >From samba 3.3.0 release notes, it seems like samba 3.3.x is at least > experimenting using xattr to store NT ACL, which can eventually provide > better NT ACL support. I tried similar features with samba 4.0.0 alpha6, > which works very n

Re: [Samba] samba 3.3.x vfs_acl_xattr support

2009-03-04 Thread Adam Tauno Williams
On Wed, 2009-03-04 at 08:03 -0500, Ying Hu wrote: > >From samba 3.3.0 release notes, it seems like samba 3.3.x is at least > experimenting using xattr to store NT ACL, which can eventually provide > better NT ACL support. I tried similar features with samba 4.0.0 alpha6, > which works very nice. Is