diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2014-06-03 08:14:12 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-07-14 15:15:47 +0200 |
commit | b3f56d9e4bd065590383eb1f812a3b77e3c56f24 (patch) | |
tree | 7c616909dfbdee7212349b9433d15d5c9e1d83c3 | |
parent | f7de6fc66192e935184f91c3187efaa24a6ba439 (diff) | |
download | sssd-b3f56d9e4bd065590383eb1f812a3b77e3c56f24.tar.gz sssd-b3f56d9e4bd065590383eb1f812a3b77e3c56f24.tar.xz sssd-b3f56d9e4bd065590383eb1f812a3b77e3c56f24.zip |
MAN: Document that each provider type uses its own set of options
https://fedorahosted.org/sssd/ticket/2281
Many users were configuring the combination of
id_provider=ad
access_provider=ldap
expecting that the access_provider would use the same serves the
id_provider does. That's not the case, each provider type must be
configured separately.
Reviewed-by: Stephen Gallagher <sgallagh@redhat.com>
-rw-r--r-- | src/man/sssd-ad.5.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index 9070144ce..d8c423541 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -481,7 +481,10 @@ ldap_account_expire_policy = ad <para> However, unless the <quote>ad</quote> access control provider is explicitly configured, the default access provider is - <quote>permit</quote>. + <quote>permit</quote>. Please note that if you configure an + access provider other than <quote>ad</quote>, you need to set + all the connection parameters (such as LDAP URIs and encryption + details) manually. </para> </refsect1> |