diff options
Diffstat (limited to 'docs/smbdotconf/misc/setdirectory.xml')
-rw-r--r-- | docs/smbdotconf/misc/setdirectory.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/smbdotconf/misc/setdirectory.xml b/docs/smbdotconf/misc/setdirectory.xml new file mode 100644 index 0000000000..435c77fd03 --- /dev/null +++ b/docs/smbdotconf/misc/setdirectory.xml @@ -0,0 +1,16 @@ +<samba:parameter name="set directory" + context="S" + type="boolean" + xmlns:samba="http://samba.org/common"> +<description> + <para>If <command moreinfo="none">set directory = no</command>, then + users of the service may not use the setdir command to change + directory.</para> + + <para>The <command moreinfo="none">setdir</command> command is only implemented + in the Digital Pathworks client. See the Pathworks documentation + for details.</para> +</description> + +<value type="default">no</value> +</samba:parameter> |