mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
4b477f7a23
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
22 lines
688 B
XML
22 lines
688 B
XML
<samba:parameter name="idmap backend"
|
|
context="G"
|
|
type="string"
|
|
advanced="1" developer="1" hide="1"
|
|
generated_function="0"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>
|
|
The idmap backend provides a plugin interface for Winbind to use
|
|
varying backends to store SID/uid/gid mapping tables.
|
|
</para>
|
|
|
|
<para>
|
|
This option specifies the default backend that is used when no special
|
|
configuration set, but it is now deprecated in favour of the new
|
|
spelling <smbconfoption name="idmap config * : backend"/>.
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default">tdb</value>
|
|
</samba:parameter>
|