summaryrefslogtreecommitdiff
path: root/src/providers/ad/ad_id.h
AgeCommit message (Collapse)AuthorFilesLines
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.