summaryrefslogtreecommitdiff
path: root/src/providers/ad/ad_id.h
AgeCommit message (Collapse)AuthorFilesLines
2013-09-18AD: Download master domain info when enumeratingJakub Hrozek1-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.
2013-06-28IPA: Look up AD users directly if IPA server mode is onJakub Hrozek1-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.
2012-08-23AD context was set to null due to type mismatchOndrej Kos1-0/+2
2012-07-06AD: Add AD identity providerStephen Gallagher1-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.