~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/winbind/idmapallocbackend.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 refers
 
10
        to the name of the idmap module which will provide the id allocation
 
11
        functionality. Please refer to the man page for each idmap plugin to
 
12
        determine whether or not the module implements the allocation feature.
 
13
        The most common plugins are the tdb (<citerefentry>
 
14
        <refentrytitle>idmap_tdb</refentrytitle><manvolnum>8</manvolnum></citerefentry>)
 
15
        and ldap (<citerefentry><refentrytitle>idmap_ldap</refentrytitle>
 
16
        <manvolnum>8</manvolnum></citerefentry>) libraries.
 
17
        </para>
 
18
 
 
19
        <para>
 
20
        This parameter defaults to the value <smbconfoption name="idmap
 
21
        backend"/> was set to, so by default winbind will allocate Unix IDs
 
22
        from the default backend. You will only need to set this parameter
 
23
        explicitly if you have an external source for Unix IDs, like a central
 
24
        database service somewhere in your company.
 
25
        </para>
 
26
 
 
27
        <para>
 
28
        Also refer to the <smbconfoption name="idmap alloc config"/> option.
 
29
        </para>
 
30
</description>
 
31
 
 
32
<value type="example">tdb</value>
 
33
</samba:parameter>