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_rid.8.xml

    r414 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
     
    2222        mapping scheme to map UIDs/GIDs and SIDs. No database is required
    2323        in this case as the mapping is deterministic.</para>
     24
     25        <para>
     26        Note that the idmap_rid module has changed considerably since Samba
     27        versions 3.0. and 3.2.
     28        Currently, there should to be an explicit idmap configuration for each
     29        domain that should use the idmap_rid backend, using disjoint ranges.
     30        One usually needs to define a writeable default idmap range, using
     31        a backent like <parameter>tdb</parameter> or <parameter>ldap</parameter>
     32        that can create unix ids, in order to be able to map the BUILTIN sids
     33        and other domains, and also in order to be able to create group mappings.
     34        See the example below.
     35        </para>
     36
     37        <para>
     38        Note that the old syntax
     39        <parameter>idmap backend = rid:"DOM1=range DOM2=range2 ..."</parameter>
     40        is not supported any more since Samba version 3.0.25.
     41        </para>
    2442</refsynopsisdiv>
    2543
     
    89107        workgroup = MAIN
    90108
    91         idmap backend = tdb
    92         idmap uid = 1000000-1999999
    93         idmap gid = 1000000-1999999
     109        idmap config * : backend        = tdb
     110        idmap config * : range          = 1000000-1999999
    94111
    95112        idmap config MAIN : backend     = rid
Note: See TracChangeset for help on using the changeset viewer.