summaryrefslogtreecommitdiffstats
path: root/src/providers/ad/ad_access.h
Commit message (Collapse)AuthorAgeFilesLines
* AD: Search GC by default during access control, fall back to LDAPJakub Hrozek2013-10-251-1/+3
| | | | | | | | | | Resolves: https://fedorahosted.org/sssd/ticket/2082 In order to allow the ad_access_filter option to work for subdomain users as well, the Global Catalog must be searched. This patch adds a wrapper request atop sdap_access_send that selects the right connection (GC or LDAP) and optionally falls back to LDAP.
* AD: Add AD access-control providerStephen Gallagher2012-07-061-0/+35
This patch adds support for checking whether a user is expired or disabled in AD.