mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
docs: mention AD prerequirements for using idmap_ad
Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
2314f47cd4
commit
c3057f69a2
@ -22,9 +22,12 @@
|
||||
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 posixAccount/posixGroup
|
||||
classes and relative attribute/value pairs to the user and
|
||||
group objects in the AD.</para>
|
||||
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.</para>
|
||||
|
||||
<para>
|
||||
Currently, the <parameter>ad</parameter> backend
|
||||
|
Loading…
x
Reference in New Issue
Block a user