summaryrefslogtreecommitdiffstats
path: root/src/providers/ad/ad_id.h
Commit message (Collapse)AuthorAgeFilesLines
* AD: Download master domain info when enumeratingJakub Hrozek2013-09-181-0/+10
| | | | | | | | | | https://fedorahosted.org/sssd/ticket/2068 With the current design, downloading master domain data was tied to subdomains refresh, triggered by responders. But because enumeration is a background task that can't be triggered on its own, we can't rely on responders to download the master domain data and we need to check the master domain on each enumeration request.
* IPA: Look up AD users directly if IPA server mode is onJakub Hrozek2013-06-281-0/+11
| | | | | | | | https://fedorahosted.org/sssd/ticket/1962 If the ipa_server_mode is selected IPA subdomain user and group lookups are not done with the help of the extdom plugin but directly against AD using the AD ID code.
* AD context was set to null due to type mismatchOndrej Kos2012-08-231-0/+2
|
* AD: Add AD identity providerStephen Gallagher2012-07-061-0/+29
This new identity provider takes advantage of existing code for the LDAP provider, but provides sensible defaults for operating against an Active Directory 2008 R2 or later server.