From: Martin Schwenke Date: Tue, 4 Jul 2023 00:55:19 +0000 (+1000) Subject: docs-xml: Fix rid idmap backend documentation X-Git-Tag: talloc-2.4.1~72 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=6989ec3873a099ddaccffe6a4ecc25d544aa5702;p=thirdparty%2Fsamba.git docs-xml: Fix rid idmap backend documentation 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 Reviewed-by: Andreas Schneider --- diff --git a/docs-xml/manpages/idmap_rid.8.xml b/docs-xml/manpages/idmap_rid.8.xml index ade4b78d44d..de2f89d6ca2 100644 --- a/docs-xml/manpages/idmap_rid.8.xml +++ b/docs-xml/manpages/idmap_rid.8.xml @@ -28,7 +28,7 @@ - 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 tdb or ldap that can create unix ids, in order to be able to map the BUILTIN sids @@ -108,6 +108,7 @@ idmap config TRUSTED : backend = rid idmap config TRUSTED : range = 50000 - 99999 + idmap config TRUSTED : base_rid = 500000