Changeset 745 for trunk/server/docs-xml/manpages-3/idmap_rid.8.xml
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/docs-xml/manpages-3/idmap_rid.8.xml
r414 r745 8 8 <refmiscinfo class="source">Samba</refmiscinfo> 9 9 <refmiscinfo class="manual">System Administration tools</refmiscinfo> 10 <refmiscinfo class="version">3. 5</refmiscinfo>10 <refmiscinfo class="version">3.6</refmiscinfo> 11 11 </refmeta> 12 12 … … 22 22 mapping scheme to map UIDs/GIDs and SIDs. No database is required 23 23 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> 24 42 </refsynopsisdiv> 25 43 … … 89 107 workgroup = MAIN 90 108 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 94 111 95 112 idmap config MAIN : backend = rid
Note:
See TracChangeset
for help on using the changeset viewer.