|
Last change
on this file since 368 was 368, checked in by Herwig Bauernfeind, 16 years ago |
|
Update Samba 3.3 to 3.3.10 (docs)
|
|
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: 01/14/2010
|
|---|
| 6 | .\" Manual: System Administration tools
|
|---|
| 7 | .\" Source: Samba 3.3
|
|---|
| 8 | .\" Language: English
|
|---|
| 9 | .\"
|
|---|
| 10 | .TH "IDMAP_HASH" "8" "01/14/2010" "Samba 3\&.3" "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 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\&.
|
|---|
| 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 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
|
|---|
| 57 | 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.