Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/docs/manpages/idmap_ad.8

    r860 r988  
    22.\"     Title: idmap_ad
    33.\"    Author: [see the "AUTHOR" section]
    4 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
    5 .\"      Date: 09/18/2013
     4.\" Generator: DocBook XSL Stylesheets v1.7.1 <http://docbook.sf.net/>
     5.\"      Date: 0
    66.\"    Manual: System Administration tools
    7 .\"    Source: Samba 3.6
     7.\"    Source: Samba
    88.\"  Language: English
    99.\"
    10 .TH "IDMAP_AD" "8" "09/18/2013" "Samba 3\&.6" "System Administration tools"
     10.TH "IDMAP_AD" "8" "0" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * Define some portability stuff
     
    3434The 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\&.
    3535.PP
    36 Note that the idmap_ad module has changed considerably since Samba versions 3\&.0 and 3\&.2\&. Currently, the
     36Currently, the
    3737\fIad\fR
    38 backend does not work as the 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
     38backend 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
    3939\fItdb\fR
    4040or
     
    4949.RE
    5050.PP
    51 schema_mode = <rfc2307 | sfu >
     51schema_mode = <rfc2307 | sfu >
    5252.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\&.
     53Defines 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\&.
    5454.RE
    5555.SH "EXAMPLES"
     
    6262.nf
    6363        [global]
     64
     65
    6466        idmap config * : backend = tdb
    6567        idmap config * : range = 1000000\-1999999
Note: See TracChangeset for help on using the changeset viewer.