1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

docs: extend the example in the idmp_rid manpage to configure 2 domains with rid

Michael
This commit is contained in:
Michael Adam 2009-02-17 08:59:27 +01:00
parent 74940606f7
commit b1b9be46ab

View File

@ -76,16 +76,28 @@
<refsect1>
<title>EXAMPLES</title>
<para>This example shows how to configure a domain with idmap_rid</para>
<para>
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.
</para>
<programlisting>
[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
</programlisting>
</refsect1>