source: branches/samba-3.2.x/docs-xml/smbdotconf/winbind/idmapallocbackend.xml

Last change on this file was 203, checked in by Herwig Bauernfeind, 16 years ago

Missing 3.2.2 client and HOWTO files

File size: 1.1 KB
Line 
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>
19
20 <para>Also refer to the <smbconfoption name="idmap alloc config"/> option.
21 </para>
22</description>
23
24<value type="example">tdb</value>
25</samba:parameter>
Note: See TracBrowser for help on using the repository browser.