diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2013-08-12 00:19:42 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-08-24 18:04:48 +0200 |
commit | 728a1812b7c5f70febb522342c5b357da598acfe (patch) | |
tree | df93b77816df090d489e2a79167af5e4ff1da844 /src/man | |
parent | 8cae6755d2d2f50765d43a68de0be09ee98659ed (diff) | |
download | sssd-728a1812b7c5f70febb522342c5b357da598acfe.tar.gz sssd-728a1812b7c5f70febb522342c5b357da598acfe.tar.bz2 sssd-728a1812b7c5f70febb522342c5b357da598acfe.zip |
MAN: AD provider only supports trusted domains from the same forest
Resolves:
https://fedorahosted.org/sssd/ticket/2044
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 92656929..4a8c60b4 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -42,6 +42,11 @@ or later. Earlier versions may work, but are unsupported. </para> <para> + The AD provider is able to provide identity information and + authentication for entities from trusted domains as well. Currently + only trusted domains in the same forest are recognized. + </para> + <para> The AD provider accepts the same options used by the <citerefentry> <refentrytitle>sssd-ldap</refentrytitle> |