summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/tuning
diff options
context:
space:
mode:
Diffstat (limited to 'docs/smbdotconf/tuning')
-rw-r--r--docs/smbdotconf/tuning/allocationroundupsize.xml2
-rw-r--r--docs/smbdotconf/tuning/blocksize.xml2
-rw-r--r--docs/smbdotconf/tuning/changenotifytimeout.xml2
-rw-r--r--docs/smbdotconf/tuning/deadtime.xml2
-rw-r--r--docs/smbdotconf/tuning/getwdcache.xml2
-rw-r--r--docs/smbdotconf/tuning/hostnamelookups.xml2
-rw-r--r--docs/smbdotconf/tuning/keepalive.xml2
-rw-r--r--docs/smbdotconf/tuning/maxconnections.xml2
-rw-r--r--docs/smbdotconf/tuning/maxdisksize.xml2
-rw-r--r--docs/smbdotconf/tuning/maxopenfiles.xml2
-rw-r--r--docs/smbdotconf/tuning/maxsmbdprocesses.xml2
-rw-r--r--docs/smbdotconf/tuning/minprintspace.xml2
-rw-r--r--docs/smbdotconf/tuning/namecachetimeout.xml2
-rw-r--r--docs/smbdotconf/tuning/paranoidserversecurity.xml2
-rw-r--r--docs/smbdotconf/tuning/socketoptions.xml2
-rw-r--r--docs/smbdotconf/tuning/strictallocate.xml2
-rw-r--r--docs/smbdotconf/tuning/strictsync.xml2
-rw-r--r--docs/smbdotconf/tuning/syncalways.xml2
-rw-r--r--docs/smbdotconf/tuning/usemmap.xml2
-rw-r--r--docs/smbdotconf/tuning/usesendfile.xml2
-rw-r--r--docs/smbdotconf/tuning/writecachesize.xml2
21 files changed, 21 insertions, 21 deletions
diff --git a/docs/smbdotconf/tuning/allocationroundupsize.xml b/docs/smbdotconf/tuning/allocationroundupsize.xml
index 9937add846..5fc013b5a0 100644
--- a/docs/smbdotconf/tuning/allocationroundupsize.xml
+++ b/docs/smbdotconf/tuning/allocationroundupsize.xml
@@ -1,7 +1,7 @@
<samba:parameter name="allocation roundup size"
context="S"
type="integer"
- xmlns:samba="http://samba.org/common">
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This parameter allows an administrator to tune the
allocation size reported to Windows clients. The default
diff --git a/docs/smbdotconf/tuning/blocksize.xml b/docs/smbdotconf/tuning/blocksize.xml
index e6e5458163..f2dd592577 100644
--- a/docs/smbdotconf/tuning/blocksize.xml
+++ b/docs/smbdotconf/tuning/blocksize.xml
@@ -1,7 +1,7 @@
<samba:parameter name="block size"
type="integer"
context="S"
- xmlns:samba="http://samba.org/common">
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This parameter controls the behavior of <citerefentry><refentrytitle>smbd</refentrytitle>
<manvolnum>8</manvolnum></citerefentry> when reporting disk free
diff --git a/docs/smbdotconf/tuning/changenotifytimeout.xml b/docs/smbdotconf/tuning/changenotifytimeout.xml
index 16160f10af..37b3dc777a 100644
--- a/docs/smbdotconf/tuning/changenotifytimeout.xml
+++ b/docs/smbdotconf/tuning/changenotifytimeout.xml
@@ -2,7 +2,7 @@
type="integer"
context="G"
developer="1"
- xmlns:samba="http://samba.org/common">
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This SMB allows a client to tell a server to
&quot;watch&quot; a particular directory for any changes and only reply to
diff --git a/docs/smbdotconf/tuning/deadtime.xml b/docs/smbdotconf/tuning/deadtime.xml
index fd31043d36..51b76bd85a 100644
--- a/docs/smbdotconf/tuning/deadtime.xml
+++ b/docs/smbdotconf/tuning/deadtime.xml
@@ -2,7 +2,7 @@
context="G"
developer="1"
type="integer"
- xmlns:samba="http://samba.org/common">
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>The value of the parameter (a decimal integer)
represents the number of minutes of inactivity before a connection
diff --git a/docs/smbdotconf/tuning/getwdcache.xml b/docs/smbdotconf/tuning/getwdcache.xml
index 069f072db4..cac8dba47b 100644
--- a/docs/smbdotconf/tuning/getwdcache.xml
+++ b/docs/smbdotconf/tuning/getwdcache.xml
@@ -1,7 +1,7 @@
<samba:parameter name="getwd cache"
context="G"
developer="1"
- xmlns:samba="http://samba.org/common">
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This is a tuning option. When this is enabled a
caching algorithm will be used to reduce the time taken for getwd()
diff --git a/docs/smbdotconf/tuning/hostnamelookups.xml b/docs/smbdotconf/tuning/hostnamelookups.xml
index 890d25e4d9..68f4ec4f40 100644
--- a/docs/smbdotconf/tuning/hostnamelookups.xml
+++ b/docs/smbdotconf/tuning/hostnamelookups.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>Specifies whether samba should use (expensive)
hostname lookups or use the ip addresses instead. An example place
diff --git a/docs/smbdotconf/tuning/keepalive.xml b/docs/smbdotconf/tuning/keepalive.xml
index dd0c1ca51d..8eef0d0c5b 100644
--- a/docs/smbdotconf/tuning/keepalive.xml
+++ b/docs/smbdotconf/tuning/keepalive.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>The value of the parameter (an integer) represents
the number of seconds between <parameter moreinfo="none">keepalive</parameter>
diff --git a/docs/smbdotconf/tuning/maxconnections.xml b/docs/smbdotconf/tuning/maxconnections.xml
index 62be8a2c0f..ac014100ea 100644
--- a/docs/smbdotconf/tuning/maxconnections.xml
+++ b/docs/smbdotconf/tuning/maxconnections.xml
@@ -1,7 +1,7 @@
<samba:parameter name="max connections"
context="S"
type="integer"
- xmlns:samba="http://samba.org/common">
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This option allows the number of simultaneous connections to a service to be limited.
If <parameter moreinfo="none">max connections</parameter> is greater than 0 then connections
diff --git a/docs/smbdotconf/tuning/maxdisksize.xml b/docs/smbdotconf/tuning/maxdisksize.xml
index 55de85a8d8..ee53105a8a 100644
--- a/docs/smbdotconf/tuning/maxdisksize.xml
+++ b/docs/smbdotconf/tuning/maxdisksize.xml
@@ -2,7 +2,7 @@
context="G"
type="integer"
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 put an upper limit
on the apparent size of disks. If you set this option to 100
diff --git a/docs/smbdotconf/tuning/maxopenfiles.xml b/docs/smbdotconf/tuning/maxopenfiles.xml
index 775fe064dd..ea0a33980a 100644
--- a/docs/smbdotconf/tuning/maxopenfiles.xml
+++ b/docs/smbdotconf/tuning/maxopenfiles.xml
@@ -2,7 +2,7 @@
type="integer"
context="G"
advanced="1" developer="1"
- xmlns:samba="http://samba.org/common">
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This parameter limits the maximum number of
open files that one <citerefentry><refentrytitle>smbd</refentrytitle>
diff --git a/docs/smbdotconf/tuning/maxsmbdprocesses.xml b/docs/smbdotconf/tuning/maxsmbdprocesses.xml
index 46e8222ca6..677d731aa9 100644
--- a/docs/smbdotconf/tuning/maxsmbdprocesses.xml
+++ b/docs/smbdotconf/tuning/maxsmbdprocesses.xml
@@ -2,7 +2,7 @@
type="integer"
context="G"
developer="1"
- xmlns:samba="http://samba.org/common">
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This parameter limits the maximum number of <citerefentry><refentrytitle>smbd</refentrytitle>
<manvolnum>8</manvolnum></citerefentry> processes concurrently running on a system and is intended
diff --git a/docs/smbdotconf/tuning/minprintspace.xml b/docs/smbdotconf/tuning/minprintspace.xml
index cc5cac5621..706e4a70cf 100644
--- a/docs/smbdotconf/tuning/minprintspace.xml
+++ b/docs/smbdotconf/tuning/minprintspace.xml
@@ -2,7 +2,7 @@
context="S"
type="integer"
print="1"
- xmlns:samba="http://samba.org/common">
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This sets the minimum amount of free disk
space that must be available before a user will be able to spool
diff --git a/docs/smbdotconf/tuning/namecachetimeout.xml b/docs/smbdotconf/tuning/namecachetimeout.xml
index 0d69d44809..32ad55f1d0 100644
--- a/docs/smbdotconf/tuning/namecachetimeout.xml
+++ b/docs/smbdotconf/tuning/namecachetimeout.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>Specifies the number of seconds it takes before
entries in samba's hostname resolve cache time out. If
diff --git a/docs/smbdotconf/tuning/paranoidserversecurity.xml b/docs/smbdotconf/tuning/paranoidserversecurity.xml
index 44b53c268d..e5c2fe0ad1 100644
--- a/docs/smbdotconf/tuning/paranoidserversecurity.xml
+++ b/docs/smbdotconf/tuning/paranoidserversecurity.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>Some version of NT 4.x allow non-guest
users with a bad passowrd. When this option is enabled, samba will not
diff --git a/docs/smbdotconf/tuning/socketoptions.xml b/docs/smbdotconf/tuning/socketoptions.xml
index 4d3dd37e07..7a5c221939 100644
--- a/docs/smbdotconf/tuning/socketoptions.xml
+++ b/docs/smbdotconf/tuning/socketoptions.xml
@@ -2,7 +2,7 @@
context="G"
type="list"
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 set socket options
to be used when talking with the client.</para>
diff --git a/docs/smbdotconf/tuning/strictallocate.xml b/docs/smbdotconf/tuning/strictallocate.xml
index d1ffdf63a4..2606f2028b 100644
--- a/docs/smbdotconf/tuning/strictallocate.xml
+++ b/docs/smbdotconf/tuning/strictallocate.xml
@@ -1,7 +1,7 @@
<samba:parameter name="strict allocate"
context="S"
type="boolean"
- xmlns:samba="http://samba.org/common">
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This is a boolean that controls the handling of
disk space allocation in the server. When this is set to <constant>yes</constant>
diff --git a/docs/smbdotconf/tuning/strictsync.xml b/docs/smbdotconf/tuning/strictsync.xml
index 1d123cfe9c..0d33845513 100644
--- a/docs/smbdotconf/tuning/strictsync.xml
+++ b/docs/smbdotconf/tuning/strictsync.xml
@@ -1,7 +1,7 @@
<samba:parameter name="strict sync"
context="S"
type="boolean"
- xmlns:samba="http://samba.org/common">
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>Many Windows applications (including the Windows 98 explorer
shell) seem to confuse flushing buffer contents to disk with doing
diff --git a/docs/smbdotconf/tuning/syncalways.xml b/docs/smbdotconf/tuning/syncalways.xml
index 1abe2b3e0e..5d8eb2d568 100644
--- a/docs/smbdotconf/tuning/syncalways.xml
+++ b/docs/smbdotconf/tuning/syncalways.xml
@@ -1,7 +1,7 @@
<samba:parameter name="sync always"
context="S"
type="boolean"
- xmlns:samba="http://samba.org/common">
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This is a boolean parameter that controls
whether writes will always be written to stable storage before
diff --git a/docs/smbdotconf/tuning/usemmap.xml b/docs/smbdotconf/tuning/usemmap.xml
index e1f8ad71e2..c23fc35840 100644
--- a/docs/smbdotconf/tuning/usemmap.xml
+++ b/docs/smbdotconf/tuning/usemmap.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 global parameter determines if the tdb internals of Samba can
depend on mmap working correctly on the running system. Samba requires a coherent
diff --git a/docs/smbdotconf/tuning/usesendfile.xml b/docs/smbdotconf/tuning/usesendfile.xml
index 0fa3340abc..5f4fd844ed 100644
--- a/docs/smbdotconf/tuning/usesendfile.xml
+++ b/docs/smbdotconf/tuning/usesendfile.xml
@@ -1,7 +1,7 @@
<samba:parameter name="use sendfile"
context="S"
type="boolean"
- xmlns:samba="http://samba.org/common">
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>If this parameter is <constant>yes</constant>, and the <constant>sendfile()</constant> system call is supported by the underlying operating system, then some SMB read calls (mainly ReadAndX
and ReadRaw) will use the more efficient sendfile system call for files that
diff --git a/docs/smbdotconf/tuning/writecachesize.xml b/docs/smbdotconf/tuning/writecachesize.xml
index 85ebaa460a..12965b4048 100644
--- a/docs/smbdotconf/tuning/writecachesize.xml
+++ b/docs/smbdotconf/tuning/writecachesize.xml
@@ -1,7 +1,7 @@
<samba:parameter name="write cache size"
context="S"
type="integer"
- xmlns:samba="http://samba.org/common">
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>If this integer parameter is set to non-zero value,
Samba will create an in-memory cache for each oplocked file