source: vendor/3.5.0/docs/manpages/idmap_hash.8

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 2.0 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: 02/19/2010
6.\" Manual: System Administration tools
7.\" Source: Samba 3.5
8.\" Language: English
9.\"
10.TH "IDMAP_HASH" "8" "02/19/2010" "Samba 3\&.5" "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"
22idmap_hash \- Samba\'s idmap_hash Backend for Winbind
23.SH "DESCRIPTION"
24.PP
25The 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
28name_map
29.RS 4
30Specifies 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
36The 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 backend = hash
44 idmap uid = 1000\-4000000000
45 idmap gid = 1000\-4000000000
46
47 winbind nss info = hash
48 winbind normalize names = yes
49 idmap_hash:name_map = /etc/samba/name_map\&.cfg
50
51.fi
52.if n \{\
53.RE
54.\}
55.SH "AUTHOR"
56.PP
57The 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.