docs-xml: Fix rid idmap backend documentation
authorMartin Schwenke <mschwenke@ddn.com>
Tue, 4 Jul 2023 00:55:19 +0000 (10:55 +1000)
committerMartin Schwenke <martins@samba.org>
Mon, 10 Jul 2023 22:49:31 +0000 (22:49 +0000)
The statement just above the example says the example demonstrates the
use of the base_rid parameter.  It doesn't, so fix this.

Also fix a typo.

Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
docs-xml/manpages/idmap_rid.8.xml

index ade4b78d44dd61e010c9d5f96e84f8e66e4f4dd9..de2f89d6ca2cd3d5952d8b71752011b32b36c293 100644 (file)
@@ -28,7 +28,7 @@
        </para>
 
        <para>
-       NOTE: The idmap_rid backend can NOT bet used as the default backend.
+       NOTE: The idmap_rid backend can NOT be 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
 
        idmap config TRUSTED : backend  = rid
        idmap config TRUSTED : range    = 50000 - 99999
+       idmap config TRUSTED : base_rid = 500000
        </programlisting>
 </refsect1>