c8ca077aed8632feb1c72d53f58f8e244acdb358
[tprouty/samba.git] / docs / smbdotconf / winbind / idmapbackend.xml
1 <samba:parameter name="idmap backend"
2                  context="G"
3                  type="string"
4                  advanced="1" developer="1" hide="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>
8         The idmap backend provides a plugin interface for Winbind to use
9         varying backends to store SID/uid/gid mapping tables.  This
10         option is mutually exclusive with the newer and more flexible
11         <smbconfoption name="idmap domains"/> parameter.  The main difference
12         between the &quot;idmap backend&quot; and the &quot;idmap domains&quot;
13         is that the former only allows on backend for all domains while the
14         latter supports configuring backends on a per domain basis.
15         </para>
16
17         <para>Examples of SID/uid/gid backends include tdb (<citerefentry>
18         <refentrytitle>idmap_tdb</refentrytitle><manvolnum>8</manvolnum></citerefentry>),
19         ldap (<citerefentry><refentrytitle>idmap_ldap</refentrytitle>
20         <manvolnum>8</manvolnum></citerefentry>), rid (<citerefentry>
21         <refentrytitle>idmap_rid</refentrytitle><manvolnum>8</manvolnum></citerefentry>),
22         and ad (<citerefentry><refentrytitle>idmap_tdb</refentrytitle>
23         <manvolnum>8</manvolnum></citerefentry>).
24         <para>
25 </description>
26
27 <value type="default"></value>
28 <value type="example">ldap:ldap://ldapslave.example.com/</value>
29 <value type="example">ad</value>
30 </samba:parameter>