1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

s3:docs: add documentation for new "idmap read only" parameter

This commit is contained in:
Michael Adam 2010-07-30 15:15:47 +02:00
parent 6d9f4d6d36
commit 8496c663ff

View File

@ -0,0 +1,21 @@
<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>