1 | '\" t
|
---|
2 | .\" Title: idmap_hash
|
---|
3 | .\" Author: [see the "AUTHOR" section]
|
---|
4 | .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
|
---|
5 | .\" Date: 09/18/2013
|
---|
6 | .\" Manual: System Administration tools
|
---|
7 | .\" Source: Samba 3.6
|
---|
8 | .\" Language: English
|
---|
9 | .\"
|
---|
10 | .TH "IDMAP_HASH" "8" "09/18/2013" "Samba 3\&.6" "System Administration tools"
|
---|
11 | .\" -----------------------------------------------------------------
|
---|
12 | .\" * Define some portability stuff
|
---|
13 | .\" -----------------------------------------------------------------
|
---|
14 | .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
15 | .\" http://bugs.debian.org/507673
|
---|
16 | .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
---|
17 | .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
18 | .ie \n(.g .ds Aq \(aq
|
---|
19 | .el .ds Aq '
|
---|
20 | .\" -----------------------------------------------------------------
|
---|
21 | .\" * set default formatting
|
---|
22 | .\" -----------------------------------------------------------------
|
---|
23 | .\" disable hyphenation
|
---|
24 | .nh
|
---|
25 | .\" disable justification (adjust text to left margin only)
|
---|
26 | .ad l
|
---|
27 | .\" -----------------------------------------------------------------
|
---|
28 | .\" * MAIN CONTENT STARTS HERE *
|
---|
29 | .\" -----------------------------------------------------------------
|
---|
30 | .SH "NAME"
|
---|
31 | idmap_hash \- Samba\*(Aqs idmap_hash Backend for Winbind
|
---|
32 | .SH "DESCRIPTION"
|
---|
33 | .PP
|
---|
34 | The idmap_hash plugin implements a hashing algorithm used to map SIDs for domain users and groups to 31\-bit uids and gids, respectively\&. This plugin also implements the nss_info API and can be used to support a local name mapping files if enabled via the "winbind normalize names" and "winbind nss info" parameters in smb\&.conf\&.
|
---|
35 | .SH "IDMAP OPTIONS"
|
---|
36 | .PP
|
---|
37 | name_map
|
---|
38 | .RS 4
|
---|
39 | 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
|
---|
40 | =
|
---|
41 | \fIqualified domain name\fR"\&. Mapping of both user and group names is supported\&.
|
---|
42 | .RE
|
---|
43 | .SH "EXAMPLES"
|
---|
44 | .PP
|
---|
45 | The following example utilizes the idmap_hash plugin for the idmap and nss_info information\&.
|
---|
46 | .sp
|
---|
47 | .if n \{\
|
---|
48 | .RS 4
|
---|
49 | .\}
|
---|
50 | .nf
|
---|
51 | [global]
|
---|
52 | idmap config * : backend = hash
|
---|
53 | idmap config * : range = 1000\-4000000000
|
---|
54 |
|
---|
55 | winbind nss info = hash
|
---|
56 | winbind normalize names = yes
|
---|
57 | idmap_hash:name_map = /etc/samba/name_map\&.cfg
|
---|
58 |
|
---|
59 | .fi
|
---|
60 | .if n \{\
|
---|
61 | .RE
|
---|
62 | .\}
|
---|
63 | .SH "AUTHOR"
|
---|
64 | .PP
|
---|
65 | 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\&.
|
---|