s3/swat: Fix creation of the first share using SWAT.
[Samba.git] / docs-xml / smbdotconf / winbind / idmapdomains.xml
blob131b9e8167b804a9243483c41f11e23ad4ae8f74
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>
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>
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>
26 <value type="example">default AD CORP</value>
27 </samba:parameter>