summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-03-22 17:08:42 +0100
committerMichael Adam <obnox@samba.org>2011-03-22 22:49:57 +0100
commitcafb25ab371edcb9bc47da3e95b9fac0d3d57a59 (patch)
tree50a253dfc53fed31e7e2ba6358d5a92cfd6f6b53 /docs-xml
parent474f6a0f752bc3fb96cbd6cdc766b916b244c5d5 (diff)
downloadsamba-cafb25ab371edcb9bc47da3e95b9fac0d3d57a59.tar.gz
samba-cafb25ab371edcb9bc47da3e95b9fac0d3d57a59.tar.bz2
samba-cafb25ab371edcb9bc47da3e95b9fac0d3d57a59.zip
s3:docs: remove documentation of "idmap read only" which was removed.
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/winbind/idmapreadonly.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/docs-xml/smbdotconf/winbind/idmapreadonly.xml b/docs-xml/smbdotconf/winbind/idmapreadonly.xml
deleted file mode 100644
index 9767ff0ace..0000000000
--- a/docs-xml/smbdotconf/winbind/idmapreadonly.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<samba:parameter name="idmap read only"
- context="G"
- type="string"
- advanced="1" developer="0"
- xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
-<description>
-
- <para>
- Setting this parameter to <value type="example">yes</value> allows
- the default idmap back-end to be switched to a read only mode, which
- means that it can not allocate new user or group IDs to create new
- mappings. Normally, the default idmap back-end is a so called allocating
- back-end that creates user and group ids and new mappings as needed.
-
- Whether a back-end honors the read only setting is left to the
- implementation of the back-end.
- </para>
-
-</description>
-<value type="default">no</value>
-</samba:parameter>