source: vendor/3.6.23/docs/manpages/idmap_adex.8

Last change on this file was 860, checked in by Silvan Scherrer, 11 years ago

Samba 3.6: updated vendor to latest version

File size: 3.2 KB
Line 
1'\" t
2.\" Title: idmap_adex
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_ADEX" "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"
31idmap_adex \- Samba\*(Aqs idmap_adex Backend for Winbind
32.SH "DESCRIPTION"
33.PP
34The idmap_adex plugin provides a way for Winbind to read id mappings from an AD server that uses RFC2307 schema extensions\&. This module implements both the idmap and nss_info APIs and supports domain trustes as well as two\-way cross forest trusts\&. It is a read\-only plugin requiring that the administrator provide mappings in advance by adding the POSIX attribute information to the users and groups objects in AD\&. The most common means of doing this is using "Identity Services for Unix" support on Windows 2003 R2 and later\&.
35.PP
36Note that you must add the uidNumber, gidNumber, and uid attributes to the partial attribute set of the forest global catalog servers\&. This can be done using the Active Directory Schema Management MMC plugin (schmmgmt\&.dll)\&.
37.SH "NSS_INFO"
38.PP
39The nss_info plugin supports reading the unixHomeDirectory, gidNumber, loginShell, and uidNumber attributes from the user object and the gidNumber attribute from the group object to fill in information required by the libc getpwnam() and getgrnam() family of functions\&. Group membership is filled in according to the Windows group membership and not the msSFU30PosixMember attribute\&.
40.PP
41Username aliases are implement by setting the uid attribute on the user object\&. While group name aliases are implemented by reading the displayname attribute from the group object\&.
42.SH "EXAMPLES"
43.PP
44The following example shows how to retrieve idmappings and NSS data from our principal and trusted AD domains\&.
45.sp
46.if n \{\
47.RS 4
48.\}
49.nf
50 [global]
51 idmap config * : backend = adex
52 idmap config * : range = 1000\-4000000000
53
54 winbind nss info = adex
55 winbind normalize names = yes
56
57.fi
58.if n \{\
59.RE
60.\}
61.SH "AUTHOR"
62.PP
63The 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.