summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2013-03-11 22:23:27 +0100
committerJeremy Allison <jra@samba.org>2013-03-12 01:03:37 +0100
commitfb924d02ec05f7106beeeb409becbc39e00ddac9 (patch)
tree06c3c5818f40f49e187d5ee01c7dc6c0f259407f /docs-xml/smbdotconf
parent58e385a5ac37c072a4eef3baa7926b799a732e94 (diff)
downloadsamba-fb924d02ec05f7106beeeb409becbc39e00ddac9.tar.gz
samba-fb924d02ec05f7106beeeb409becbc39e00ddac9.tar.bz2
samba-fb924d02ec05f7106beeeb409becbc39e00ddac9.zip
s3: remove some dead code (for setdir command)
set dir seems to have been a special SMB command used by Pathworks clients the supporting code for it was already removed in 2007, so just remove all remnants related to it (smb.conf parameter, documentation, ...) Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Mar 12 01:03:37 CET 2013 on sn-devel-104
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r--docs-xml/smbdotconf/misc/setdirectory.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs-xml/smbdotconf/misc/setdirectory.xml b/docs-xml/smbdotconf/misc/setdirectory.xml
deleted file mode 100644
index 5e7b379a04..0000000000
--- a/docs-xml/smbdotconf/misc/setdirectory.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<samba:parameter name="set directory"
- context="S"
- type="boolean"
- xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
-<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>