Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/docs/htmldocs/manpages/idmap_ad.8.html

    r599 r745  
    55        by the administrator by adding the posixAccount/posixGroup
    66        classes and relative attribute/value pairs to the user and
    7         group objects in the AD.</p></div><div class="refsect1" title="IDMAP OPTIONS"><a name="id266339"></a><h2>IDMAP OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">range = low - high</span></dt><dd><p>
     7        group objects in the AD.</p><p>
     8        Note that the idmap_ad module has changed considerably since
     9        Samba versions 3.0 and 3.2.
     10        Currently, the <em class="parameter"><code>ad</code></em> backend
     11        does not work as the the default idmap backend, but one has
     12        to configure it separately for each domain for which one wants
     13        to use it, using disjoint ranges. One usually needs to configure
     14        a writeable default idmap range, using for example the
     15        <em class="parameter"><code>tdb</code></em> or <em class="parameter"><code>ldap</code></em>)
     16        backend, in order to be able to map the BUILTIN sids and
     17        possibly other trusted domains. The writeable default config
     18        is also needed in order to be able to create group mappings.
     19        This catch-all default idmap configuration should have a range
     20        that is disjoint from any explicitly configured domain with
     21        idmap backend <em class="parameter"><code>ad</code></em>. See the example below.
     22        </p></div><div class="refsect1" title="IDMAP OPTIONS"><a name="id266828"></a><h2>IDMAP OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">range = low - high</span></dt><dd><p>
    823                        Defines the available matching UID and GID range for which the
    924                        backend is authoritative. Note that the range acts as a filter.
     
    1732                        This can be either the RFC2307 schema support included
    1833                        in Windows 2003 R2 or the Service for Unix (SFU) schema.
    19                 </p></dd></dl></div></div><div class="refsect1" title="EXAMPLES"><a name="id266832"></a><h2>EXAMPLES</h2><p>
     34                </p></dd></dl></div></div><div class="refsect1" title="EXAMPLES"><a name="id2668"></a><h2>EXAMPLES</h2><p>
    2035        The following example shows how to retrieve idmappings from our principal and
    2136        trusted AD domains. If trusted domains are present id conflicts must be
     
    3348        idmap config CORP : backend  = ad
    3449        idmap config CORP : range = 1000-999999
    35         </pre></div><div class="refsect1" title="AUTHOR"><a name="id266852"></a><h2>AUTHOR</h2><p>
     50        </pre></div><div class="refsect1" title="AUTHOR"><a name="id2668"></a><h2>AUTHOR</h2><p>
    3651        The original Samba software and related utilities
    3752        were created by Andrew Tridgell. Samba is now developed
Note: See TracChangeset for help on using the changeset viewer.