From b1b9be46ab84382e1017a157fc8b85a1a2d441eb Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 17 Feb 2009 08:59:27 +0100 Subject: docs: extend the example in the idmp_rid manpage to configure 2 domains with rid Michael --- docs-xml/manpages-3/idmap_rid.8.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs-xml/manpages-3/idmap_rid.8.xml b/docs-xml/manpages-3/idmap_rid.8.xml index 7e48c11c53..146c4b92de 100644 --- a/docs-xml/manpages-3/idmap_rid.8.xml +++ b/docs-xml/manpages-3/idmap_rid.8.xml @@ -76,16 +76,28 @@ EXAMPLES - This example shows how to configure a domain with idmap_rid + + This example shows how to configure two domains with idmap_rid, + the principal domain and a trusted domain, leaving the default + id mapping scheme at tdb. The example also demonstrates the use + of the base_rid parameter for the trusted domain. + [global] + security = domain + workgroup = MAIN + idmap backend = tdb idmap uid = 1000000-1999999 idmap gid = 1000000-1999999 + idmap config MAIN : backend = rid + idmap config MAIN : range = 10000 - 49999 + idmap config TRUSTED : backend = rid idmap config TRUSTED : range = 50000 - 99999 + idmap config TRUSTED : base_rid = 1000 -- cgit