From ca16c95b70df7e455b620a5d6eb9f224c725ae44 Mon Sep 17 00:00:00 2001 From: vorlon Date: Sat, 14 Feb 2009 17:12:39 +0000 Subject: Merge samba-3.3.0 into branches/samba/upstream. git-svn-id: svn://svn.debian.org/svn/pkg-samba/branches/samba/upstream@2570 fc4039ab-9d04-0410-8cac-899223bdd6b0 --- docs/htmldocs/manpages/idmap_rid.8.html | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'docs/htmldocs/manpages/idmap_rid.8.html') diff --git a/docs/htmldocs/manpages/idmap_rid.8.html b/docs/htmldocs/manpages/idmap_rid.8.html index 7495ee62a1..6115cc584b 100644 --- a/docs/htmldocs/manpages/idmap_rid.8.html +++ b/docs/htmldocs/manpages/idmap_rid.8.html @@ -1,6 +1,6 @@ -idmap_rid

Name

idmap_rid — Samba's idmap_rid Backend for Winbind

DESCRIPTION

The idmap_rid backend provides a way to use an algorithmic +idmap_rid

Name

idmap_rid — Samba's idmap_rid Backend for Winbind

DESCRIPTION

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.

IDMAP OPTIONS

range = low - high

+ in this case as the mapping is deterministic.

IDMAP OPTIONS

range = low - high

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,18 +13,17 @@ 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. -

EXAMPLES

This example shows how to configure 2 domains with idmap_rid

+		

+ Use of this parameter is deprecated. +

EXAMPLES

This example shows how to configure a domain with idmap_rid

 	[global]
-	    idmap domains = MAIN TRUSTED1
+	idmap backend = tdb
+	idmap uid = 1000000-1999999
+	idmap gid = 1000000-1999999
 
-	    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
-	

AUTHOR

+ idmap config TRUSTED : backend = rid + idmap config TRUSTED : range = 50000 - 99999 +

AUTHOR

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 -- cgit v1.2.3