summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-09-26 22:08:15 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-09-27 16:00:21 +0200
commit4b96f0cd6d075bc2aac18ba8368b65aaae41eb06 (patch)
treeac1e2a11bc609bdad985e59a4b6d4d0eefd86a77 /src/man
parent2a413fb8751775f04ee989c92effd38299914ce1 (diff)
downloadsssd-4b96f0cd6d075bc2aac18ba8368b65aaae41eb06.tar.gz
sssd-4b96f0cd6d075bc2aac18ba8368b65aaae41eb06.tar.xz
sssd-4b96f0cd6d075bc2aac18ba8368b65aaae41eb06.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.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml
index 4a8c60b49..b05605aef 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.