Penguin
Diff: AccessControlLists
EditPageHistoryDiffInfoLikePages

Differences between version 16 and previous revision of AccessControlLists.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 16 Last edited on Wednesday, March 9, 2005 5:41:09 am by PaulScheremet Revert
Older page: version 15 Last edited on Wednesday, March 9, 2005 5:38:50 am by PaulScheremet Revert
@@ -77,5 +77,10 @@
 Additional informations can be found in the [man pages|http://acl.bestbits.at/man/man.shtml] or in this [article|http://www.linux-mag.com/2003-09/acls_01.html]. 
  
 !!!ACL's with Samba 
  
-Samba 3 supports using libacl to support full ACL access to Samba shares. You need to ensure it's compiled into Samba (by running <verbatim>testparm -v</verbatim>) and install libacl. Then it seems like you don't have to do anything more. See http://www.bluelightning.org/linux/samba_acl_howto/ for a small howto. 
+Samba 3 supports using libacl to support full ACL access to Samba shares.  
+To ensure it's compiled into Samba do:  
+ <verbatim>  
+ testparm -v  
+ </verbatim>  
+Then install libacl. Now it seems like you don't have to do anything more. See http://www.bluelightning.org/linux/samba_acl_howto/ for a small howto.