docs: Update idmap_rid manpage
authorAndreas Schneider <asn@samba.org>
Wed, 12 Apr 2017 11:17:16 +0000 (13:17 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 17 Apr 2017 22:43:20 +0000 (00:43 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
docs-xml/manpages/idmap_rid.8.xml

index b00d01e94eaac6b47531902dd007b1d7a31bca45..19d89ef97d8ed749458f35ad16caf2ca2f54fa42 100644 (file)
        in this case as the mapping is deterministic.</para>
 
        <para>
-       Note that the idmap_rid module has changed considerably since Samba
-       versions 3.0. and 3.2.
        Currently, there should to be an explicit idmap configuration for each
        domain that should use the idmap_rid backend, using disjoint ranges.
+       </para>
+
+       <para>
+       NOTE: The idmap_rid backend can NOT bet used as the default backend.
        One usually needs to define a writeable default idmap range, using
        a backend like <parameter>tdb</parameter> or <parameter>ldap</parameter>
        that can create unix ids, in order to be able to map the BUILTIN sids
        and other domains, and also in order to be able to create group mappings.
        See the example below.
        </para>
-
-       <para>
-       Note that the old syntax
-       <parameter>idmap backend = rid:"DOM1=range DOM2=range2 ..."</parameter>
-       is not supported any more since Samba version 3.0.25.
-       </para>
 </refsynopsisdiv>
 
 <refsect1>