From 6bd336bec70fbef75e2190c999ce89cc07489650 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 21 Mar 2013 11:49:59 +0100 Subject: Document what does access_provider=ad do https://fedorahosted.org/sssd/ticket/1841 --- src/man/sssd-ad.5.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index 1570ed8a7..a628e0d66 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -244,6 +244,20 @@ chpass_provider = ad ad_server = dc1.example.com ad_hostname = client.example.com ad_domain = example.com + + + + + + NOTES + + The AD access control provider checks if the account is expired. + It has the same effect as the following configuration of the LDAP + provider: + +access_provider = ldap +ldap_access_order = expire +ldap_account_expire_policy = ad -- cgit