Changeset 745 for trunk/server/docs-xml/manpages-3/idmap_ad.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_ad.8.xml
r480 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 … … 26 26 classes and relative attribute/value pairs to the user and 27 27 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> 28 45 </refsynopsisdiv> 29 46 … … 69 86 <programlisting> 70 87 [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 74 90 75 91 idmap config CORP : backend = ad
Note:
See TracChangeset
for help on using the changeset viewer.