diff options
author | bubulle <bubulle@alioth.debian.org> | 2008-11-01 11:09:46 +0000 |
---|---|---|
committer | bubulle <bubulle@alioth.debian.org> | 2008-11-01 11:09:46 +0000 |
commit | a2b71a0141763c20552bb45eeb4cb78c4b513118 (patch) | |
tree | 85b64d98387145ea4e00c1b529e1820542a979a3 /docs/manpages/idmap_hash.8 | |
parent | 2203bd59918d6d70515f9dad601cb5c0ef098092 (diff) | |
download | samba-a2b71a0141763c20552bb45eeb4cb78c4b513118.tar.gz |
Revert the merge of 3.3.0~pre2 in upstream branch
git-svn-id: svn://svn.debian.org/svn/pkg-samba/branches/samba/upstream@2200 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'docs/manpages/idmap_hash.8')
-rw-r--r-- | docs/manpages/idmap_hash.8 | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/docs/manpages/idmap_hash.8 b/docs/manpages/idmap_hash.8 deleted file mode 100644 index 7c1d9c5758..0000000000 --- a/docs/manpages/idmap_hash.8 +++ /dev/null @@ -1,45 +0,0 @@ -.\" Title: idmap_hash -.\" Author: -.\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/> -.\" Date: 10/02/2008 -.\" Manual: System Administration tools -.\" Source: Samba 3.2 -.\" -.TH "IDMAP_HASH" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" -.\" disable hyphenation -.nh -.\" disable justification (adjust text to left margin only) -.ad l -.SH "NAME" -idmap_hash - Samba's idmap_hash Backend for Winbind -.SH "DESCRIPTION" -.PP -The idmap_hash plugin implements a hashing algorithm used map SIDs for domain users and groups to a 31\-bit uid and gid\. This plugin also implements the nss_info API and can be used to support a local name mapping files if enabled via the "winbind normlaize names" and "winbind nss info" parameters in smb\.conf\. -.SH "IDMAP OPTIONS" -.PP -name_map -.RS 4 -Specifies the absolute path to the name mapping file used by the nss_info API\. Entries in the file are of the form "\fIunix name\fR -= -\fIqualified domain name\fR\. Mapping of both user and group names is supported\. -.RE -.SH "EXAMPLES" -.PP -The following example utilizes the idmap_hash plugin for the idmap and nss_info information\. -.sp -.RS 4 -.nf - [global] - idmap backend = hash - idmap uid = 1000\-4000000000 - idmap gid = 1000\-4000000000 - - winbind nss info = hash - winbind normalize names = yes - idmap_hash:name_map = /etc/samba/name_map\.cfg - -.fi -.RE -.SH "AUTHOR" -.PP -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\. |