summaryrefslogtreecommitdiff
path: root/docs/htmldocs/manpages/idmap_rid.8.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/htmldocs/manpages/idmap_rid.8.html')
-rw-r--r--docs/htmldocs/manpages/idmap_rid.8.html19
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/htmldocs/manpages/idmap_rid.8.html b/docs/htmldocs/manpages/idmap_rid.8.html
index 1e76560df7..7495ee62a1 100644
--- a/docs/htmldocs/manpages/idmap_rid.8.html
+++ b/docs/htmldocs/manpages/idmap_rid.8.html
@@ -13,17 +13,18 @@
by default start at 1000 (512 hexadecimal), this means a good value
for base_rid can be 1000 as the resulting ID is calculated this way:
ID = RID - BASE_RID + LOW RANGE ID.
- </p><p>
- Use of this parameter is deprecated.
- </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id2479163"></a><h2>EXAMPLES</h2><p>This example shows how to configure a domain with idmap_rid</p><pre class="programlisting">
+ </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id2516123"></a><h2>EXAMPLES</h2><p>This example shows how to configure 2 domains with idmap_rid</p><pre class="programlisting">
[global]
- idmap backend = tdb
- idmap uid = 1000000-1999999
- idmap gid = 1000000-1999999
+ idmap domains = MAIN TRUSTED1
- idmap config TRUSTED : backend = rid
- idmap config TRUSTED : range = 50000 - 99999
- </pre></div><div class="refsect1" lang="en"><a name="id2479181"></a><h2>AUTHOR</h2><p>
+ idmap config MAIN:backend = rid
+ idmap config MAIN:base_rid = 0
+ idmap config MAIN:range = 10000 - 49999
+
+ idmap config TRUSTED1:backend = rid
+ idmap config TRUSTED1:base_rid = 1000
+ idmap config TRUSTED1:range = 50000 - 99999
+ </pre></div><div class="refsect1" lang="en"><a name="id2479180"></a><h2>AUTHOR</h2><p>
The original Samba software and related utilities
were created by Andrew Tridgell. Samba is now developed
by the Samba Team as an Open Source project similar