s3/docs: Remove superfluous bracket.
[Samba/gbeck.git] / docs-xml / smbdotconf / winbind / idmapreadonly.xml
blob9767ff0aceca56eb810648c91dc1f8a928c6d623
1 <samba:parameter name="idmap read only"
2         context="G"
3         type="string"
4                  advanced="1" developer="0"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
8         <para>
9         Setting this parameter to <value type="example">yes</value> allows
10         the default idmap back-end to be switched to a read only mode, which
11         means that it can not allocate new user or group IDs to create new
12         mappings. Normally, the default idmap back-end is a so called allocating
13         back-end that creates user and group ids and new mappings as needed.
15         Whether a back-end honors the read only setting is left to the
16         implementation of the back-end.
17         </para>
18         
19 </description>
20 <value type="default">no</value>
21 </samba:parameter>