diff options
author | Michael Adam <obnox@samba.org> | 2010-07-30 15:15:47 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:40 +0200 |
commit | 8496c663ff2c93911b0221e24fdf4f4b31e9e563 (patch) | |
tree | 45deaec32179af91b1581f05b0572cb2be3a8141 /docs-xml | |
parent | 6d9f4d6d36da6f9ab729d769d00e615fe8b4a499 (diff) | |
download | samba-8496c663ff2c93911b0221e24fdf4f4b31e9e563.tar.gz |
s3:docs: add documentation for new "idmap read only" parameter
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/winbind/idmapreadonly.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/winbind/idmapreadonly.xml b/docs-xml/smbdotconf/winbind/idmapreadonly.xml new file mode 100644 index 0000000000..9767ff0ace --- /dev/null +++ b/docs-xml/smbdotconf/winbind/idmapreadonly.xml @@ -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> |