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.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/htmldocs/manpages/idmap_rid.8.html b/docs/htmldocs/manpages/idmap_rid.8.html
new file mode 100644
index 0000000000..346d55ae8f
--- /dev/null
+++ b/docs/htmldocs/manpages/idmap_rid.8.html
@@ -0,0 +1,32 @@
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>idmap_rid</title><link rel="stylesheet" href="samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="idmap_rid.8"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>idmap_rid &#8212; Samba's idmap_rid Backend for Winbind</p></div><div class="refsynopsisdiv"><h2>DESCRIPTION</h2><p>The idmap_rid backend provides a way to use an algorithmic
+ mapping scheme to map UIDs/GIDs and SIDs. No database is required
+ in this case as the mapping is deterministic.</p></div><div class="refsect1" lang="en"><a name="id291817"></a><h2>IDMAP OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">range = low - high</span></dt><dd><p>
+ Defines the available matching uid and gid range for which the
+ backend is authoritative. Note that the range acts as a filter.
+ If algorithmically determined UID or GID fall outside the
+ range, they are ignored and the corresponding map is discarded.
+ It is intended as a way to avoid accidental UID/GID overlaps
+ between local and remotely defined IDs.
+ </p></dd><dt><span class="term">base_rid = INTEGER</span></dt><dd><p>
+ Defines the base integer used to build SIDs out of an UID or a GID,
+ and to rebase the UID or GID to be obtained from a SID. User RIDs
+ 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></dd></dl></div></div><div class="refsect1" lang="en"><a name="id259542"></a><h2>EXAMPLES</h2><p>This example shows how to configure 2 domains with idmap_rid</p><pre class="programlisting">
+ [global]
+ idmap domains = MAIN TRUSTED1
+
+ idmap config MAIN:backend = rid
+ idmap config MAIN:base_rid = 1000
+ 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="id259559"></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
+ to the way the Linux kernel is developed.
+ </p></div></div></body></html>