summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-07-12 16:41:49 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-07-17 15:06:30 +0200
commit8cc00c355862f5573f884efe828aa4c0f855376a (patch)
tree703cda49f09eff0b39d1a1583453702a8242a865
parent711bba7e2f72a816774effa389ad13bcc46e7843 (diff)
downloadsssd-8cc00c355862f5573f884efe828aa4c0f855376a.tar.gz
sssd-8cc00c355862f5573f884efe828aa4c0f855376a.tar.xz
sssd-8cc00c355862f5573f884efe828aa4c0f855376a.zip
MAN: clarify the default access provider for AD
https://fedorahosted.org/sssd/ticket/1965 After we added a section that clarified what access_provider=ad did, some users were confused and thought that "ad" was also the default access provider if "id_provider=ad" was specified.
-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 b252d9394..fef7a2d82 100644
--- a/src/man/sssd-ad.5.xml
+++ b/src/man/sssd-ad.5.xml
@@ -319,6 +319,11 @@ ldap_access_order = expire
ldap_account_expire_policy = ad
</programlisting>
</para>
+ <para>
+ However, unless the <quote>ad</quote> access control provider
+ is explicitly configured, the default access provider is
+ <quote>permit</quote>.
+ </para>
</refsect1>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/seealso.xml" />