Changeset 988 for vendor/current/docs/manpages/idmap_ad.8
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
-
vendor/current/docs/manpages/idmap_ad.8 (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs/manpages/idmap_ad.8
r860 r988 2 2 .\" Title: idmap_ad 3 3 .\" Author: [see the "AUTHOR" section] 4 .\" Generator: DocBook XSL Stylesheets v1.7 6.1 <http://docbook.sf.net/>5 .\" Date: 0 9/18/20134 .\" Generator: DocBook XSL Stylesheets v1.7.1 <http://docbook.sf.net/> 5 .\" Date: 0 6 6 .\" Manual: System Administration tools 7 .\" Source: Samba 3.67 .\" Source: Samba 8 8 .\" Language: English 9 9 .\" 10 .TH "IDMAP_AD" "8" "0 9/18/2013" "Samba 3\&.6" "System Administration tools"10 .TH "IDMAP_AD" "8" "0" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * Define some portability stuff … … 34 34 The idmap_ad plugin provides a way for Winbind to read id mappings from an AD server that uses RFC2307/SFU schema extensions\&. This module implements only the "idmap" API, and is READONLY\&. Mappings must be provided in advance by the administrator by adding the uidNumber attributes for users and gidNumber attributes for groups in the AD\&. Winbind will only map users that have a uidNumber and whose primary group have a gidNumber attribute set\&. It is however recommended that all groups in use have gidNumber attributes assigned, otherwise they are not working\&. 35 35 .PP 36 Note that the idmap_ad module has changed considerably since Samba versions 3\&.0 and 3\&.2\&.Currently, the36 Currently, the 37 37 \fIad\fR 38 backend does not work as the thedefault idmap backend, but one has to configure it separately for each domain for which one wants to use it, using disjoint ranges\&. One usually needs to configure a writeable default idmap range, using for example the38 backend does not work as the default idmap backend, but one has to configure it separately for each domain for which one wants to use it, using disjoint ranges\&. One usually needs to configure a writeable default idmap range, using for example the 39 39 \fItdb\fR 40 40 or … … 49 49 .RE 50 50 .PP 51 schema_mode = <rfc2307 | sfu >51 schema_mode = <rfc2307 | sfu > 52 52 .RS 4 53 Defines the schema that idmap_ad should use when querying Active Directory regarding user and group information\&. This can be either the RFC2307 schema support included in Windows 2003 R2 or the Service for Unix (SFU) schema\&. 53 Defines the schema that idmap_ad should use when querying Active Directory regarding user and group information\&. This can be either the RFC2307 schema support included in Windows 2003 R2 or the Service for Unix (SFU) schema\&. 54 54 .RE 55 55 .SH "EXAMPLES" … … 62 62 .nf 63 63 [global] 64 65 64 66 idmap config * : backend = tdb 65 67 idmap config * : range = 1000000\-1999999
Note:
See TracChangeset
for help on using the changeset viewer.
