diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-12 22:41:20 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:19 -0500 |
commit | acee25664c2c3740473fbcb12fbf8afa48c40acd (patch) | |
tree | 3f2197c5c3ec48f568bd3bdb3d4f5e253d30869d /docs/smbdotconf/misc | |
parent | 9c72dd78f25be4a7ffa5af5a242670ec76930d6f (diff) | |
download | samba-acee25664c2c3740473fbcb12fbf8afa48c40acd.tar.gz samba-acee25664c2c3740473fbcb12fbf8afa48c40acd.tar.bz2 samba-acee25664c2c3740473fbcb12fbf8afa48c40acd.zip |
Update DTD location
(This used to be commit 889dfcc532bd3357314313fe8f70a022a174eef4)
Diffstat (limited to 'docs/smbdotconf/misc')
46 files changed, 46 insertions, 46 deletions
diff --git a/docs/smbdotconf/misc/addsharecommand.xml b/docs/smbdotconf/misc/addsharecommand.xml index 22e0ef28b7..c1eecd5930 100644 --- a/docs/smbdotconf/misc/addsharecommand.xml +++ b/docs/smbdotconf/misc/addsharecommand.xml @@ -2,7 +2,7 @@ context="G" type="string" advanced="1" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>Samba 2.2.0 introduced the ability to dynamically add and delete shares via the Windows NT 4.0 Server Manager. The diff --git a/docs/smbdotconf/misc/afsshare.xml b/docs/smbdotconf/misc/afsshare.xml index d91b4a7cdb..9dfa69bbcb 100644 --- a/docs/smbdotconf/misc/afsshare.xml +++ b/docs/smbdotconf/misc/afsshare.xml @@ -2,7 +2,7 @@ context="S" type="boolean" advanced="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This parameter controls whether special AFS features are enabled for this share. If enabled, it assumes that the directory exported via diff --git a/docs/smbdotconf/misc/afsusernamemap.xml b/docs/smbdotconf/misc/afsusernamemap.xml index a404c14ad1..8e68ffec74 100644 --- a/docs/smbdotconf/misc/afsusernamemap.xml +++ b/docs/smbdotconf/misc/afsusernamemap.xml @@ -2,7 +2,7 @@ context="G" type="string" advanced="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>If you are using the fake kaserver AFS feature, you might want to hand-craft the usernames you are creating tokens for. diff --git a/docs/smbdotconf/misc/available.xml b/docs/smbdotconf/misc/available.xml index 4b358a9bef..4535bad1ce 100644 --- a/docs/smbdotconf/misc/available.xml +++ b/docs/smbdotconf/misc/available.xml @@ -2,7 +2,7 @@ context="S" basic="1" advanced="1" print="1" type="boolean" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This parameter lets you "turn off" a service. If <parameter moreinfo="none">available = no</parameter>, then <emphasis>ALL</emphasis> diff --git a/docs/smbdotconf/misc/changesharecommand.xml b/docs/smbdotconf/misc/changesharecommand.xml index 4b13afc04e..6349648595 100644 --- a/docs/smbdotconf/misc/changesharecommand.xml +++ b/docs/smbdotconf/misc/changesharecommand.xml @@ -2,7 +2,7 @@ context="G" type="string" advanced="1" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>Samba 2.2.0 introduced the ability to dynamically add and delete shares via the Windows NT 4.0 Server Manager. The diff --git a/docs/smbdotconf/misc/configfile.xml b/docs/smbdotconf/misc/configfile.xml index 8c1128a934..b1dc0d1b29 100644 --- a/docs/smbdotconf/misc/configfile.xml +++ b/docs/smbdotconf/misc/configfile.xml @@ -2,7 +2,7 @@ context="G" type="string" hide="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This allows you to override the config file to use, instead of the default (usually <filename moreinfo="none">smb.conf</filename>). diff --git a/docs/smbdotconf/misc/copy.xml b/docs/smbdotconf/misc/copy.xml index eba7e4c35c..608071e6e8 100644 --- a/docs/smbdotconf/misc/copy.xml +++ b/docs/smbdotconf/misc/copy.xml @@ -1,4 +1,4 @@ -<samba:parameter name="copy" context="S" hide="1" xmlns:samba="http://samba.org/common" type="string"> +<samba:parameter name="copy" context="S" hide="1" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc" type="string"> <description> <para>This parameter allows you to "clone" service entries. The specified service is simply duplicated under the diff --git a/docs/smbdotconf/misc/defaultservice.xml b/docs/smbdotconf/misc/defaultservice.xml index 66d9710f82..f7a6c0234d 100644 --- a/docs/smbdotconf/misc/defaultservice.xml +++ b/docs/smbdotconf/misc/defaultservice.xml @@ -2,7 +2,7 @@ context="G" advanced="1" developer="1" type="string" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <synonym>default</synonym> <description> <para>This parameter specifies the name of a service diff --git a/docs/smbdotconf/misc/deletereadonly.xml b/docs/smbdotconf/misc/deletereadonly.xml index ed6daae925..de4f566a0a 100644 --- a/docs/smbdotconf/misc/deletereadonly.xml +++ b/docs/smbdotconf/misc/deletereadonly.xml @@ -1,7 +1,7 @@ <samba:parameter name="delete readonly" context="S" type="boolean" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This parameter allows readonly files to be deleted. This is not normal DOS semantics, but is allowed by UNIX.</para> diff --git a/docs/smbdotconf/misc/deletesharecommand.xml b/docs/smbdotconf/misc/deletesharecommand.xml index d1b6a7ef29..1489a4136d 100644 --- a/docs/smbdotconf/misc/deletesharecommand.xml +++ b/docs/smbdotconf/misc/deletesharecommand.xml @@ -2,7 +2,7 @@ context="G" type="string" advanced="1" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>Samba 2.2.0 introduced the ability to dynamically add and delete shares via the Windows NT 4.0 Server Manager. The diff --git a/docs/smbdotconf/misc/dfreecommand.xml b/docs/smbdotconf/misc/dfreecommand.xml index 7d51e3e2db..1c058d2918 100644 --- a/docs/smbdotconf/misc/dfreecommand.xml +++ b/docs/smbdotconf/misc/dfreecommand.xml @@ -2,7 +2,7 @@ context="G" type="string" advanced="1" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>The <parameter moreinfo="none">dfree command</parameter> setting diff --git a/docs/smbdotconf/misc/dontdescend.xml b/docs/smbdotconf/misc/dontdescend.xml index 8cabd5ec01..e12593939d 100644 --- a/docs/smbdotconf/misc/dontdescend.xml +++ b/docs/smbdotconf/misc/dontdescend.xml @@ -1,7 +1,7 @@ <samba:parameter name="dont descend" context="S" type="boolean" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>There are certain directories on some systems (e.g., the <filename moreinfo="none">/proc</filename> tree under Linux) that are either not diff --git a/docs/smbdotconf/misc/dosfilemode.xml b/docs/smbdotconf/misc/dosfilemode.xml index 7cf26eddc6..dbe7ac6b7a 100644 --- a/docs/smbdotconf/misc/dosfilemode.xml +++ b/docs/smbdotconf/misc/dosfilemode.xml @@ -1,7 +1,7 @@ <samba:parameter name="dos filemode" context="S" type="boolean" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para> The default behavior in Samba is to provide UNIX-like behavior where only the owner of a file/directory is diff --git a/docs/smbdotconf/misc/dosfiletimeresolution.xml b/docs/smbdotconf/misc/dosfiletimeresolution.xml index a54db1940b..130f0fd91e 100644 --- a/docs/smbdotconf/misc/dosfiletimeresolution.xml +++ b/docs/smbdotconf/misc/dosfiletimeresolution.xml @@ -1,7 +1,7 @@ <samba:parameter name="dos filetime resolution" context="S" type="boolean" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>Under the DOS and Windows FAT filesystem, the finest granularity on time resolution is two seconds. Setting this parameter diff --git a/docs/smbdotconf/misc/dosfiletimes.xml b/docs/smbdotconf/misc/dosfiletimes.xml index 49891af439..877687bb06 100644 --- a/docs/smbdotconf/misc/dosfiletimes.xml +++ b/docs/smbdotconf/misc/dosfiletimes.xml @@ -1,7 +1,7 @@ <samba:parameter name="dos filetimes" context="S" type="boolean" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>Under DOS and Windows, if a user can write to a file they can change the timestamp on it. Under POSIX semantics, diff --git a/docs/smbdotconf/misc/fakedirectorycreatetimes.xml b/docs/smbdotconf/misc/fakedirectorycreatetimes.xml index 0cff11c8c0..974b6f0f30 100644 --- a/docs/smbdotconf/misc/fakedirectorycreatetimes.xml +++ b/docs/smbdotconf/misc/fakedirectorycreatetimes.xml @@ -1,7 +1,7 @@ <samba:parameter name="fake directory create times" context="S" type="boolean" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>NTFS and Windows VFAT file systems keep a create time for all files and directories. This is not the same as the diff --git a/docs/smbdotconf/misc/followsymlinks.xml b/docs/smbdotconf/misc/followsymlinks.xml index 441a08d26c..d3113d658a 100644 --- a/docs/smbdotconf/misc/followsymlinks.xml +++ b/docs/smbdotconf/misc/followsymlinks.xml @@ -1,7 +1,7 @@ <samba:parameter name="follow symlinks" context="S" type="boolean" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This parameter allows the Samba administrator to stop <citerefentry><refentrytitle>smbd</refentrytitle> diff --git a/docs/smbdotconf/misc/fstype.xml b/docs/smbdotconf/misc/fstype.xml index 5a67a363a4..3c1da17633 100644 --- a/docs/smbdotconf/misc/fstype.xml +++ b/docs/smbdotconf/misc/fstype.xml @@ -1,7 +1,7 @@ <samba:parameter name="fstype" context="S" type="string" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This parameter allows the administrator to configure the string that specifies the type of filesystem a share diff --git a/docs/smbdotconf/misc/homedirmap.xml b/docs/smbdotconf/misc/homedirmap.xml index 1fbafaa5e4..4e4e0d9fe5 100644 --- a/docs/smbdotconf/misc/homedirmap.xml +++ b/docs/smbdotconf/misc/homedirmap.xml @@ -2,7 +2,7 @@ context="G" type="string" advanced="1" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>If<link linkend="NISHOMEDIR"><parameter moreinfo="none">nis homedir </parameter></link> is <constant>yes</constant>, and <citerefentry><refentrytitle>smbd</refentrytitle> diff --git a/docs/smbdotconf/misc/include.xml b/docs/smbdotconf/misc/include.xml index eac865ee01..409c9aff3c 100644 --- a/docs/smbdotconf/misc/include.xml +++ b/docs/smbdotconf/misc/include.xml @@ -2,7 +2,7 @@ context="G" type="string" hide="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This allows you to include one config file inside another. The file is included literally, as though typed diff --git a/docs/smbdotconf/misc/kernelchangenotify.xml b/docs/smbdotconf/misc/kernelchangenotify.xml index da7ca1f415..068583fad8 100644 --- a/docs/smbdotconf/misc/kernelchangenotify.xml +++ b/docs/smbdotconf/misc/kernelchangenotify.xml @@ -2,7 +2,7 @@ context="G" type="boolean" advanced="1" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This parameter specifies whether Samba should ask the kernel for change notifications in directories so that diff --git a/docs/smbdotconf/misc/lockdirectory.xml b/docs/smbdotconf/misc/lockdirectory.xml index 0733778c5f..a0abf8cf97 100644 --- a/docs/smbdotconf/misc/lockdirectory.xml +++ b/docs/smbdotconf/misc/lockdirectory.xml @@ -2,7 +2,7 @@ context="G" advanced="1" developer="1" type="string" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <synonym>lock dir</synonym> <description> <para>This option specifies the directory where lock diff --git a/docs/smbdotconf/misc/magicoutput.xml b/docs/smbdotconf/misc/magicoutput.xml index 40f3a0e46d..1e41a9ff55 100644 --- a/docs/smbdotconf/misc/magicoutput.xml +++ b/docs/smbdotconf/misc/magicoutput.xml @@ -1,7 +1,7 @@ <samba:parameter name="magic output" context="S" type="string" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This parameter specifies the name of a file which will contain output created by a magic script (see the diff --git a/docs/smbdotconf/misc/magicscript.xml b/docs/smbdotconf/misc/magicscript.xml index ea06400a46..143576e7bd 100644 --- a/docs/smbdotconf/misc/magicscript.xml +++ b/docs/smbdotconf/misc/magicscript.xml @@ -1,7 +1,7 @@ <samba:parameter name="magic script" context="S" type="string" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This parameter specifies the name of a file which, if opened, will be executed by the server when the file is closed. diff --git a/docs/smbdotconf/misc/messagecommand.xml b/docs/smbdotconf/misc/messagecommand.xml index 36e52c8997..117600cf1d 100644 --- a/docs/smbdotconf/misc/messagecommand.xml +++ b/docs/smbdotconf/misc/messagecommand.xml @@ -2,7 +2,7 @@ context="G" type="string" advanced="1" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This specifies what command to run when the server receives a WinPopup style message.</para> diff --git a/docs/smbdotconf/misc/nishomedir.xml b/docs/smbdotconf/misc/nishomedir.xml index 84032a1b15..a1bfd947b6 100644 --- a/docs/smbdotconf/misc/nishomedir.xml +++ b/docs/smbdotconf/misc/nishomedir.xml @@ -2,7 +2,7 @@ context="G" type="boolean" advanced="1" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>Get the home share server from a NIS map. For UNIX systems that use an automounter, the user's home directory diff --git a/docs/smbdotconf/misc/panicaction.xml b/docs/smbdotconf/misc/panicaction.xml index 9f55b550e7..85edad84e4 100644 --- a/docs/smbdotconf/misc/panicaction.xml +++ b/docs/smbdotconf/misc/panicaction.xml @@ -2,7 +2,7 @@ context="G" type="string" advanced="1" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This is a Samba developer option that allows a system command to be called when either <citerefentry><refentrytitle>smbd</refentrytitle> diff --git a/docs/smbdotconf/misc/piddirectory.xml b/docs/smbdotconf/misc/piddirectory.xml index ad13d2e598..c4c3a2bf7d 100644 --- a/docs/smbdotconf/misc/piddirectory.xml +++ b/docs/smbdotconf/misc/piddirectory.xml @@ -2,7 +2,7 @@ context="G" type="string" advanced="1" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This option specifies the directory where pid files will be placed. </para> diff --git a/docs/smbdotconf/misc/postexec.xml b/docs/smbdotconf/misc/postexec.xml index c32023c509..3f0cb5073a 100644 --- a/docs/smbdotconf/misc/postexec.xml +++ b/docs/smbdotconf/misc/postexec.xml @@ -2,7 +2,7 @@ context="S" type="string" advanced="1" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This option specifies a command to be run whenever the service is disconnected. It takes the usual diff --git a/docs/smbdotconf/misc/preexec.xml b/docs/smbdotconf/misc/preexec.xml index 905213aafa..001f9c2b42 100644 --- a/docs/smbdotconf/misc/preexec.xml +++ b/docs/smbdotconf/misc/preexec.xml @@ -2,7 +2,7 @@ context="S" type="string" advanced="1" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <synonym>exec</synonym> <description> <para>This option specifies a command to be run whenever diff --git a/docs/smbdotconf/misc/preexecclose.xml b/docs/smbdotconf/misc/preexecclose.xml index 9be5856e8b..a557a58a36 100644 --- a/docs/smbdotconf/misc/preexecclose.xml +++ b/docs/smbdotconf/misc/preexecclose.xml @@ -2,7 +2,7 @@ context="S" type="boolean" advanced="1" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This boolean option controls whether a non-zero return code from <link linkend="PREEXEC"><parameter moreinfo="none">preexec diff --git a/docs/smbdotconf/misc/preload.xml b/docs/smbdotconf/misc/preload.xml index 53abba1f1b..70b5b2968b 100644 --- a/docs/smbdotconf/misc/preload.xml +++ b/docs/smbdotconf/misc/preload.xml @@ -2,7 +2,7 @@ context="G" advanced="1" developer="1" type="string" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <synonym>auto services</synonym> <description> <para>This is a list of services that you want to be diff --git a/docs/smbdotconf/misc/remoteannounce.xml b/docs/smbdotconf/misc/remoteannounce.xml index d573277d8c..891790327d 100644 --- a/docs/smbdotconf/misc/remoteannounce.xml +++ b/docs/smbdotconf/misc/remoteannounce.xml @@ -2,7 +2,7 @@ context="G" advanced="1" developer="1" type="list" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This option allows you to setup <citerefentry><refentrytitle>nmbd</refentrytitle> <manvolnum>8</manvolnum></citerefentry>to periodically announce itself diff --git a/docs/smbdotconf/misc/remotebrowsesync.xml b/docs/smbdotconf/misc/remotebrowsesync.xml index e3acd1c82d..ea25cf48c8 100644 --- a/docs/smbdotconf/misc/remotebrowsesync.xml +++ b/docs/smbdotconf/misc/remotebrowsesync.xml @@ -2,7 +2,7 @@ context="G" advanced="1" developer="1" type="list" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This option allows you to setup <citerefentry><refentrytitle>nmbd</refentrytitle> <manvolnum>8</manvolnum></citerefentry> to periodically request diff --git a/docs/smbdotconf/misc/rootpostexec.xml b/docs/smbdotconf/misc/rootpostexec.xml index b60a6e9152..6fa003f085 100644 --- a/docs/smbdotconf/misc/rootpostexec.xml +++ b/docs/smbdotconf/misc/rootpostexec.xml @@ -2,7 +2,7 @@ context="S" type="string" advanced="1" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This is the same as the <parameter moreinfo="none">postexec</parameter> parameter except that the command is run as root. This diff --git a/docs/smbdotconf/misc/rootpreexec.xml b/docs/smbdotconf/misc/rootpreexec.xml index 5c1267c22f..9f84b9f04d 100644 --- a/docs/smbdotconf/misc/rootpreexec.xml +++ b/docs/smbdotconf/misc/rootpreexec.xml @@ -2,7 +2,7 @@ context="S" type="string" advanced="1" wizard="1" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This is the same as the <parameter moreinfo="none">preexec</parameter> parameter except that the command is run as root. This diff --git a/docs/smbdotconf/misc/rootpreexecclose.xml b/docs/smbdotconf/misc/rootpreexecclose.xml index 66808dfcf0..e0f11b567a 100644 --- a/docs/smbdotconf/misc/rootpreexecclose.xml +++ b/docs/smbdotconf/misc/rootpreexecclose.xml @@ -2,7 +2,7 @@ context="S" type="boolean" advanced="1" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This is the same as the <parameter moreinfo="none">preexec close </parameter> parameter except that the command is run as root.</para> diff --git a/docs/smbdotconf/misc/setdirectory.xml b/docs/smbdotconf/misc/setdirectory.xml index 435c77fd03..5859dddcbb 100644 --- a/docs/smbdotconf/misc/setdirectory.xml +++ b/docs/smbdotconf/misc/setdirectory.xml @@ -1,7 +1,7 @@ <samba:parameter name="set directory" context="S" type="boolean" - xmlns:samba="http://samba.org/common"> + 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 diff --git a/docs/smbdotconf/misc/socketaddress.xml b/docs/smbdotconf/misc/socketaddress.xml index 803288c820..7566380e70 100644 --- a/docs/smbdotconf/misc/socketaddress.xml +++ b/docs/smbdotconf/misc/socketaddress.xml @@ -2,7 +2,7 @@ context="G" type="string" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This option allows you to control what address Samba will listen for connections on. This is used to diff --git a/docs/smbdotconf/misc/timeoffset.xml b/docs/smbdotconf/misc/timeoffset.xml index 908ffeb55c..1afc514e60 100644 --- a/docs/smbdotconf/misc/timeoffset.xml +++ b/docs/smbdotconf/misc/timeoffset.xml @@ -2,7 +2,7 @@ context="G" type="integer" advanced="1" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This parameter is a setting in minutes to add to the normal GMT to local time conversion. This is useful if diff --git a/docs/smbdotconf/misc/utmp.xml b/docs/smbdotconf/misc/utmp.xml index 3bc54893f6..f50b0794c7 100644 --- a/docs/smbdotconf/misc/utmp.xml +++ b/docs/smbdotconf/misc/utmp.xml @@ -2,7 +2,7 @@ context="G" type="boolean" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This boolean parameter is only available if Samba has been configured and compiled with the option <command moreinfo="none"> diff --git a/docs/smbdotconf/misc/utmpdirectory.xml b/docs/smbdotconf/misc/utmpdirectory.xml index bf515d9883..b02fc93bf0 100644 --- a/docs/smbdotconf/misc/utmpdirectory.xml +++ b/docs/smbdotconf/misc/utmpdirectory.xml @@ -2,7 +2,7 @@ context="G" type="string" advanced="1" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This parameter is only available if Samba has been configured and compiled with the option <command moreinfo="none"> diff --git a/docs/smbdotconf/misc/valid.xml b/docs/smbdotconf/misc/valid.xml index 7c3806ef02..2f92f6367c 100644 --- a/docs/smbdotconf/misc/valid.xml +++ b/docs/smbdotconf/misc/valid.xml @@ -1,7 +1,7 @@ <samba:parameter name="-valid" context="S" type="boolean" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para> This parameter indicates whether a share is valid and thus can be used. When this parameter is set to false, diff --git a/docs/smbdotconf/misc/volume.xml b/docs/smbdotconf/misc/volume.xml index 4f5ac705fa..d3385e704c 100644 --- a/docs/smbdotconf/misc/volume.xml +++ b/docs/smbdotconf/misc/volume.xml @@ -1,7 +1,7 @@ <samba:parameter name="volume" context="S" type="string" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This allows you to override the volume label returned for a share. Useful for CDROMs with installation programs diff --git a/docs/smbdotconf/misc/widelinks.xml b/docs/smbdotconf/misc/widelinks.xml index 2f664b9059..fb707c1950 100644 --- a/docs/smbdotconf/misc/widelinks.xml +++ b/docs/smbdotconf/misc/widelinks.xml @@ -1,7 +1,7 @@ <samba:parameter name="wide links" context="S" type="boolean" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This parameter controls whether or not links in the UNIX file system may be followed by the server. Links diff --git a/docs/smbdotconf/misc/wtmpdirectory.xml b/docs/smbdotconf/misc/wtmpdirectory.xml index 22948f504c..de7321d080 100644 --- a/docs/smbdotconf/misc/wtmpdirectory.xml +++ b/docs/smbdotconf/misc/wtmpdirectory.xml @@ -2,7 +2,7 @@ context="G" type="string" advanced="1" developer="1" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This parameter is only available if Samba has been configured and compiled with the option <command moreinfo="none"> |