From a6c5376b978bbe58a2a632764a721ba60317f8ad Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Tue, 26 Jun 2012 11:33:36 +0200 Subject: Merge suggested fix from bug 7511 and enhance it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes from Lars Müller and Olaf Flebbe: a) The location in the filesystem defaults to STATEDIR/usershare b) If undefined the default location is used; if set to zero (the default) user defined shares are ignored. Autobuild-User(master): Björn Jacke Autobuild-Date(master): Tue Jun 26 19:55:00 CEST 2012 on sn-devel-104 --- docs-xml/smbdotconf/misc/usersharepath.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs-xml/smbdotconf/misc') diff --git a/docs-xml/smbdotconf/misc/usersharepath.xml b/docs-xml/smbdotconf/misc/usersharepath.xml index 9e0bfe57d5..cad64be751 100644 --- a/docs-xml/smbdotconf/misc/usersharepath.xml +++ b/docs-xml/smbdotconf/misc/usersharepath.xml @@ -11,8 +11,7 @@ "sticky" bit must also be set, restricting rename and delete to owners of a file (in the same way the /tmp directory is usually configured). Members of the group owner of this directory are the users allowed to create - usershares. If this parameter is undefined then no user defined - shares are allowed. + usershares. For example, a valid usershare directory might be /usr/local/samba/lib/usershares, @@ -29,5 +28,5 @@ -NULL +STATEDIR/usershare with the compile time value of STATEDIR. -- cgit