diff options
Diffstat (limited to 'upstream/archlinux/man8/idmap_ad.8')
-rw-r--r-- | upstream/archlinux/man8/idmap_ad.8 | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/upstream/archlinux/man8/idmap_ad.8 b/upstream/archlinux/man8/idmap_ad.8 index d319f474..6c8e0d9d 100644 --- a/upstream/archlinux/man8/idmap_ad.8 +++ b/upstream/archlinux/man8/idmap_ad.8 @@ -2,12 +2,12 @@ .\" Title: idmap_ad .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 02/19/2024 +.\" Date: 05/09/2024 .\" Manual: System Administration tools -.\" Source: Samba 4.19.5 +.\" Source: Samba 4.20.1 .\" Language: English .\" -.TH "IDMAP_AD" "8" "02/19/2024" "Samba 4\&.19\&.5" "System Administration tools" +.TH "IDMAP_AD" "8" "05/09/2024" "Samba 4\&.20\&.1" "System Administration tools" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -50,9 +50,11 @@ Defines the available matching UID and GID range for which the backend is author .PP schema_mode = <rfc2307 | sfu | sfu20> .RS 4 -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\&. For SFU 3\&.0 or 3\&.5 please choose "sfu", for SFU 2\&.0 please choose "sfu20"\&. Please note that the behavior of primary group membership is controlled by the +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 Server 2003 R2 and newer or the Service for Unix (SFU) schema for versions before Windows Server 2003 R2\&. For SFU 3\&.0 or 3\&.5 please choose "sfu", for SFU 2\&.0 please choose "sfu20"\&. Please note that the behavior of primary group membership is controlled by the \fIunix_primary_group\fR option\&. +.sp +Default: rfc2307 .RE .PP unix_primary_group = yes/no @@ -81,6 +83,15 @@ are used\&. Default: no .RE .PP +all_groupmem = yes/no +.RS 4 +If set to +\fIyes\fR +winbind will retrieve all group members for getgrnam(3), getgrgid(3) and getgrent(3) calls, including those with missing uidNumber\&. +.sp +Default: no +.RE +.PP deny ous .RS 4 This parameter is a list of OUs from which objects will not be mapped via the ad idmap module\&. If |