diff options
author | Jeremy Allison <jra@samba.org> | 2006-05-09 23:37:32 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:19 -0500 |
commit | 16b61d452086b9b609fd7a6b16c0fa92b57438e2 (patch) | |
tree | 70d13d6b8e00b9cbf6ddcaa0ec759c95ae44eb4e | |
parent | 0413e483dbf9e748afcb260445708b20abbfd43e (diff) | |
download | samba-16b61d452086b9b609fd7a6b16c0fa92b57438e2.tar.gz samba-16b61d452086b9b609fd7a6b16c0fa92b57438e2.tar.bz2 samba-16b61d452086b9b609fd7a6b16c0fa92b57438e2.zip |
"usershare owner only" docs.
Jeremy.
(This used to be commit 51bf56aa26964d71875c654677d436deccdefd1b)
-rw-r--r-- | docs/smbdotconf/misc/usershareowneronly.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/smbdotconf/misc/usershareowneronly.xml b/docs/smbdotconf/misc/usershareowneronly.xml new file mode 100644 index 0000000000..4aab43a0da --- /dev/null +++ b/docs/smbdotconf/misc/usershareowneronly.xml @@ -0,0 +1,19 @@ +<samba:parameter name="usershare owner only" + context="G" + basic="1" advanced="1" + type="boolean" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para>This parameter controls whether the pathname exported by + a user defined shares must be owned by the user creating the + user defined share or not. If set to True (the default) then + smbd checks that the directory path being shared is owned by + the user who owns the usershare file defining this share and + refuses to create the share if not. If set to False then no + such check is performed and any directory path may be exported + regardless of who owns it. + </para> + +</description> +<value type="default">True</value> +</samba:parameter> |