> -----Original Message----- > From: Lists [mailto:[EMAIL PROTECTED]
> Is there anyway to support NFTS security on linux. it might mean > compiling a new file system into the kernal? I don't know. > Is there a > how to that anyone can point me to. It depends on what you mean by 'NTFS security'. You can get ACLs (Access Control Lists) by patching your kernel and recompiling Samba. I use this on ext2fs and it works well. This will let you maintain lists of user and group permissions like you can on NTFS, but it will not get you the NT-specific permissions such as Take Ownership -- just read/write permissions. If you're in an NT domain you may also want to look into using winbind. Winbind and ACLs, together, give you a pretty good approximation of an NT domain member file server. You can find more information on Linux ACLs here: http://acl.bestbits.at/ -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba