summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2012-06-26 11:33:36 +0200
committerBjoern Jacke <bj@sernet.de>2012-06-26 19:55:00 +0200
commita6c5376b978bbe58a2a632764a721ba60317f8ad (patch)
tree810e1c7e934ffc3e6ef2683da93c417e63be64da /docs-xml
parent8ee76b173baaca3fc392116622eb1bb7e584526b (diff)
downloadsamba-a6c5376b978bbe58a2a632764a721ba60317f8ad.tar.gz
samba-a6c5376b978bbe58a2a632764a721ba60317f8ad.tar.bz2
samba-a6c5376b978bbe58a2a632764a721ba60317f8ad.zip
Merge suggested fix from bug 7511 and enhance it
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 <bj@sernet.de> Autobuild-Date(master): Tue Jun 26 19:55:00 CEST 2012 on sn-devel-104
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/misc/usersharepath.xml5
1 files changed, 2 insertions, 3 deletions
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.
</para>
<para>
For example, a valid usershare directory might be /usr/local/samba/lib/usershares,
@@ -29,5 +28,5 @@
</para>
</description>
-<value type="default">NULL</value>
+<value type="default">STATEDIR/usershare</value> with the compile time value of STATEDIR.
</samba:parameter>