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-xml/manpages-3/idmap_ad.8.xml

    r480 r745  
    88        <refmiscinfo class="source">Samba</refmiscinfo>
    99        <refmiscinfo class="manual">System Administration tools</refmiscinfo>
    10         <refmiscinfo class="version">3.5</refmiscinfo>
     10        <refmiscinfo class="version">3.6</refmiscinfo>
    1111</refmeta>
    1212
     
    2626        classes and relative attribute/value pairs to the user and
    2727        group objects in the AD.</para>
     28
     29        <para>
     30        Note that the idmap_ad module has changed considerably since
     31        Samba versions 3.0 and 3.2.
     32        Currently, the <parameter>ad</parameter> backend
     33        does not work as the the default idmap backend, but one has
     34        to configure it separately for each domain for which one wants
     35        to use it, using disjoint ranges. One usually needs to configure
     36        a writeable default idmap range, using for example the
     37        <parameter>tdb</parameter> or <parameter>ldap</parameter>
     38        backend, in order to be able to map the BUILTIN sids and
     39        possibly other trusted domains. The writeable default config
     40        is also needed in order to be able to create group mappings.
     41        This catch-all default idmap configuration should have a range
     42        that is disjoint from any explicitly configured domain with
     43        idmap backend <parameter>ad</parameter>. See the example below.
     44        </para>
    2845</refsynopsisdiv>
    2946
     
    6986        <programlisting>
    7087        [global]
    71         idmap backend = tdb
    72         idmap uid = 1000000-1999999
    73         idmap gid = 1000000-1999999
     88        idmap config * : backend = tdb
     89        idmap config * : range = 1000000-1999999
    7490
    7591        idmap config CORP : backend  = ad
Note: See TracChangeset for help on using the changeset viewer.