Last change
on this file was 740, checked in by Silvan Scherrer, 13 years ago |
Samba Server: update vendor to 3.6.0
|
File size:
2.1 KB
|
Line | |
---|
1 | '\" t
|
---|
2 | .\" Title: idmap_hash
|
---|
3 | .\" Author: [see the "AUTHOR" section]
|
---|
4 | .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
---|
5 | .\" Date: 08/08/2011
|
---|
6 | .\" Manual: System Administration tools
|
---|
7 | .\" Source: Samba 3.6
|
---|
8 | .\" Language: English
|
---|
9 | .\"
|
---|
10 | .TH "IDMAP_HASH" "8" "08/08/2011" "Samba 3\&.6" "System Administration tools"
|
---|
11 | .\" -----------------------------------------------------------------
|
---|
12 | .\" * set default formatting
|
---|
13 | .\" -----------------------------------------------------------------
|
---|
14 | .\" disable hyphenation
|
---|
15 | .nh
|
---|
16 | .\" disable justification (adjust text to left margin only)
|
---|
17 | .ad l
|
---|
18 | .\" -----------------------------------------------------------------
|
---|
19 | .\" * MAIN CONTENT STARTS HERE *
|
---|
20 | .\" -----------------------------------------------------------------
|
---|
21 | .SH "NAME"
|
---|
22 | idmap_hash \- Samba\'s idmap_hash Backend for Winbind
|
---|
23 | .SH "DESCRIPTION"
|
---|
24 | .PP
|
---|
25 | 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\&.
|
---|
26 | .SH "IDMAP OPTIONS"
|
---|
27 | .PP
|
---|
28 | name_map
|
---|
29 | .RS 4
|
---|
30 | 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
|
---|
31 | =
|
---|
32 | \fIqualified domain name\fR"\&. Mapping of both user and group names is supported\&.
|
---|
33 | .RE
|
---|
34 | .SH "EXAMPLES"
|
---|
35 | .PP
|
---|
36 | The following example utilizes the idmap_hash plugin for the idmap and nss_info information\&.
|
---|
37 | .sp
|
---|
38 | .if n \{\
|
---|
39 | .RS 4
|
---|
40 | .\}
|
---|
41 | .nf
|
---|
42 | [global]
|
---|
43 | idmap config * : backend = hash
|
---|
44 | idmap config * : range = 1000\-4000000000
|
---|
45 |
|
---|
46 | winbind nss info = hash
|
---|
47 | winbind normalize names = yes
|
---|
48 | idmap_hash:name_map = /etc/samba/name_map\&.cfg
|
---|
49 |
|
---|
50 | .fi
|
---|
51 | .if n \{\
|
---|
52 | .RE
|
---|
53 | .\}
|
---|
54 | .SH "AUTHOR"
|
---|
55 | .PP
|
---|
56 | 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\&.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.