diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2013-09-26 22:08:15 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-09-27 15:52:14 +0200 |
commit | 4343b618051d295cbb1a805a85feb117a91c6945 (patch) | |
tree | b1541d5a19dfaecf4832c7545d84a06b4afeaf94 /src/man | |
parent | c2aeea38addda1a07e60adbc3451f11b640f7bf1 (diff) | |
download | sssd-4343b618051d295cbb1a805a85feb117a91c6945.tar.gz sssd-4343b618051d295cbb1a805a85feb117a91c6945.tar.xz sssd-4343b618051d295cbb1a805a85feb117a91c6945.zip |
MAN: Document that POSIX attributes must be replicated to GC
Currently the AD provider relies on the presence of the POSIX attributes
in the Global Catalog. This patch mentiones the fact in the sssd-ad(5)
manual page.
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ad.5.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index ce5602b8c..bae9d003d 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -73,6 +73,11 @@ <programlisting> ldap_id_mapping = False </programlisting> + In order to retrieve users and groups using POSIX attributes from trusted + domains, the AD administrator must make sure that the POSIX attributes + are replicated to the Global Catalog. + </para> + <para> Users, groups and other entities served by SSSD are always treated as case-insensitive in the AD provider for compatibility with Active Directory's LDAP implementation. |