diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2013-04-18 14:17:40 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-04-26 00:31:17 +0200 |
commit | c7a4383b3b5549d0627c21bb02bd5f0bd46a3531 (patch) | |
tree | 8df536cf68284babe484c23e80e54f57b564ba17 /src/man | |
parent | 95972b3250651a0d8eb823dbf6d5e8308c331a8d (diff) | |
download | sssd-c7a4383b3b5549d0627c21bb02bd5f0bd46a3531.tar.gz sssd-c7a4383b3b5549d0627c21bb02bd5f0bd46a3531.tar.bz2 sssd-c7a4383b3b5549d0627c21bb02bd5f0bd46a3531.zip |
Document that the AD provider is case-insensitive
https://fedorahosted.org/sssd/ticket/1867
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ad.5.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index 3b2b0bc0..5513c2ee 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -68,6 +68,9 @@ <programlisting> ldap_id_mapping = False </programlisting> + 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. </para> </refsect1> |