Next update of VFS modules development guide
[kai/samba.git] / docs / smbdotconf / winbind / idmapdomains.xml
1 <samba:parameter name="idmap domains"
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 domains option defines a list of Windows domains which will each
9         have a separately configured backend for managing Winbind's SID/uid/gid
10         tables.  This parameter is mutually exclusive with the older <smbconfoption 
11         name="idmap backend"/> option.
12         </para>
13
14         <para>
15         Values consist of the short domain name for Winbind's primary or collection
16         of trusted domains.  You may also use an arbitrary string to represent a catchall
17         domain backend for any domain not explicitly listed.
18         </para>
19
20         <para>
21         Refer to the <smbconfoption name="idmap config"/> for details about
22         managing the SID/uid/gid backend for each domain.
23         </para>
24 </description>
25
26 <value type="example">default AD CORP</value>
27 </samba:parameter>