diff options
author | Björn Jacke <bj@sernet.de> | 2013-05-15 15:52:25 +0200 |
---|---|---|
committer | Bjoern Jacke <bj@sernet.de> | 2013-05-17 16:10:23 +0200 |
commit | c3057f69a274f0d8e0e66183bd5e8be7703b6750 (patch) | |
tree | d9d1e285679e85fd3fc27ab0e4838b3ef743626f /docs-xml/manpages/idmap_ad.8.xml | |
parent | 2314f47cd4c9a1815da02394f7ed00819f6c2c66 (diff) | |
download | samba-c3057f69a274f0d8e0e66183bd5e8be7703b6750.tar.gz samba-c3057f69a274f0d8e0e66183bd5e8be7703b6750.tar.xz samba-c3057f69a274f0d8e0e66183bd5e8be7703b6750.zip |
docs: mention AD prerequirements for using idmap_ad
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'docs-xml/manpages/idmap_ad.8.xml')
-rw-r--r-- | docs-xml/manpages/idmap_ad.8.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs-xml/manpages/idmap_ad.8.xml b/docs-xml/manpages/idmap_ad.8.xml index 2ae7fc8c518..0e33b772bb2 100644 --- a/docs-xml/manpages/idmap_ad.8.xml +++ b/docs-xml/manpages/idmap_ad.8.xml @@ -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 |