diff options
author | vorlon <vorlon@alioth.debian.org> | 2008-07-20 08:05:43 +0000 |
---|---|---|
committer | vorlon <vorlon@alioth.debian.org> | 2008-07-20 08:05:43 +0000 |
commit | d3d0a1bb1e3b23e7bb42b3bed443a144b66853de (patch) | |
tree | 98b044e3cfabb6e4d9c1dc0ea59a57fb8ff42a85 /docs/htmldocs/manpages/idmap_rid.8.html | |
parent | d6e51346b53b3703496a09d0f4f94ca0ebfaf056 (diff) | |
parent | f9e6081383cfc8d4319afa4103dbe5abcaafa708 (diff) | |
download | samba-d3d0a1bb1e3b23e7bb42b3bed443a144b66853de.tar.gz |
upstream-3.2 branch is now the upstream branch
git-svn-id: svn://svn.debian.org/svn/pkg-samba/branches/samba/upstream@2052 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'docs/htmldocs/manpages/idmap_rid.8.html')
-rw-r--r-- | docs/htmldocs/manpages/idmap_rid.8.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/htmldocs/manpages/idmap_rid.8.html b/docs/htmldocs/manpages/idmap_rid.8.html index e2c02a20f1..d7771cea2d 100644 --- a/docs/htmldocs/manpages/idmap_rid.8.html +++ b/docs/htmldocs/manpages/idmap_rid.8.html @@ -1,6 +1,6 @@ -<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.73.2"></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 — 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 +<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.73.1"></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 — 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="id315549"></a><h2>IDMAP OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">range = low - high</span></dt><dd><p> + in this case as the mapping is deterministic.</p></div><div class="refsect1" lang="en"><a name="id2516086"></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 @@ -13,7 +13,7 @@ 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="id283765"></a><h2>EXAMPLES</h2><p>This example shows how to configure 2 domains with idmap_rid</p><pre class="programlisting"> + </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id2479162"></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 @@ -24,7 +24,7 @@ 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="id282739"></a><h2>AUTHOR</h2><p> + </pre></div><div class="refsect1" lang="en"><a name="id2479183"></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 |