add more idmap alloc smb.conf entries
[Samba.git] / docs / smbdotconf / winbind / idmapallocbackend.xml
blob60e20b82d5e440c758577a6c926285bb428d329e
1 <samba:parameter name="idmap alloc 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 alloc backend provides a plugin interface for Winbind to use
9         when allocating Unix uids/gids for Windows SIDs.  This option is
10         to be used in conjunction with the <smbconfoption name="idmap domains"/> 
11         parameter and refers to the name of the idmap module which will provide
12         the id allocation functionality.  Please refer to the man page 
13         for each idmap plugin to determine whether or not the module implements
14         the allocation feature.  The most common plugins are the tdb (<citerefentry>
15         <refentrytitle>idmap_tdb</refentrytitle><manvolnum>8</manvolnum></citerefentry>)
16         and ldap (<citerefentry><refentrytitle>idmap_ldap</refentrytitle>
17         <manvolnum>8</manvolnum></citerefentry>) libraries.
18         </para>
20         <para>Also refer to the <smbconfoption name="idmap alloc config"/> option.
21         </para>
22 </description>
24 <value type="example">tdb</value>
25 </samba:parameter>