Changeset 745 for trunk/server/docs-xml/smbdotconf/winbind/idmapbackend.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/smbdotconf/winbind/idmapbackend.xml
r414 r745 12 12 <para> 13 13 This option specifies the default backend that is used when no special 14 configuration set by <smbconfoption name="idmap config"/> matches the 15 specific request. 16 </para> 17 18 <para> 19 This default backend also specifies the place where winbind-generated 20 idmap entries will be stored. So it is highly recommended that you 21 specify a writable backend like <citerefentry> 22 <refentrytitle>idmap_tdb</refentrytitle> <manvolnum>8</manvolnum> 23 </citerefentry> or <citerefentry> 24 <refentrytitle>idmap_ldap</refentrytitle> <manvolnum>8</manvolnum> 25 </citerefentry> as the idmap backend. The <citerefentry> 26 <refentrytitle>idmap_rid</refentrytitle> <manvolnum>8</manvolnum> 27 </citerefentry> and <citerefentry> 28 <refentrytitle>idmap_ad</refentrytitle> <manvolnum>8</manvolnum> 29 </citerefentry> backends are not writable and thus will generate 30 unexpected results if set as idmap backend. 31 </para> 32 33 <para> 34 To use the rid and ad backends, please specify them via the 35 <smbconfoption name="idmap config"/> parameter, possibly also for the 36 domain your machine is member of, specified by <smbconfoption 37 name="workgroup"/>. 38 </para> 39 40 <para>Examples of SID/uid/gid backends include tdb (<citerefentry> 41 <refentrytitle>idmap_tdb</refentrytitle><manvolnum>8</manvolnum></citerefentry>), 42 ldap (<citerefentry><refentrytitle>idmap_ldap</refentrytitle> 43 <manvolnum>8</manvolnum></citerefentry>), rid (<citerefentry> 44 <refentrytitle>idmap_rid</refentrytitle><manvolnum>8</manvolnum></citerefentry>), 45 and ad (<citerefentry><refentrytitle>idmap_ad</refentrytitle> 46 <manvolnum>8</manvolnum></citerefentry>). 14 configuration set, but it is now deprecated in favour of the new 15 spelling <smbconfoption name="idmap config * : backend"/>. 47 16 </para> 48 17 </description>
Note:
See TracChangeset
for help on using the changeset viewer.