1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/docs-xml/smbdotconf/winbind/idmapuid.xml
Michael Adam 99d0c3b0dc docs:smbdotconf: add deprecated flags where missing.
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31 01:55:31 +02:00

22 lines
699 B
XML

<samba:parameter name="idmap uid"
type="string"
context="G"
generated_function="0"
handler="handle_idmap_uid"
deprecated="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<synonym>winbind uid</synonym>
<description>
<para>
The idmap uid parameter specifies the range of user ids for
the default idmap configuration. It is now deprecated in favour
of <smbconfoption name="idmap config * : range"/>.
</para>
<para>See the <smbconfoption name="idmap config"/> option.</para>
</description>
<value type="default"></value>
<value type="example">10000-20000</value>
</samba:parameter>