From ee4c020510614783bc992d1019e6b6ecf8239cea Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 9 May 2006 00:31:21 +0000 Subject: Fix formatting a bit + small typo (This used to be commit 842bdfe5083f735b7ccc9020baf548b8b958558a) --- docs/manpages-3/smb.conf.5.xml | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/docs/manpages-3/smb.conf.5.xml b/docs/manpages-3/smb.conf.5.xml index 5376b74c23..94539a29ab 100644 --- a/docs/manpages-3/smb.conf.5.xml +++ b/docs/manpages-3/smb.conf.5.xml @@ -299,8 +299,8 @@ alias|alias|alias|alias... Starting with Samba version 3.0.23 the capability for non-root users to add, modify, and delete their own share definitions has been added. This capability is called usershares and - is controlled by a set of parameters in the [global] section of the smb.conf. - The relevent parameters are : + is controlled by a set of parameters in the [global] section of the smb.conf. + The relevant parameters are : @@ -349,14 +349,20 @@ alias|alias|alias|alias... shares, create the directory to contain the share definitions as follows: Become root: - - mkdir /usr/local/samba/lib/usershares - chgrp foo /usr/local/samba/lib/usershares - chmod 1770 /usr/local/samba/lib/usershares - - Then add the parameters usershare path = /usr/local/samba/lib/usershares, - usershare max shares = 10 (or the desired number of shares) to the global - section of your smb.conf. Members of the group foo may then manipulate the user defined shares + +mkdir /usr/local/samba/lib/usershares +chgrp foo /usr/local/samba/lib/usershares +chmod 1770 /usr/local/samba/lib/usershares + +Then add the parameters + + + /usr/local/samba/lib/usershares + 10 # (or the desired number of shares) + + + to the global + section of your smb.conf. Members of the group foo may then manipulate the user defined shares using the following commands. -- cgit