summaryrefslogtreecommitdiff
path: root/src/providers/ipa/ipa_id.c
AgeCommit message (Collapse)AuthorFilesLines
2012-03-16IPA: Allow service lookupsStephen Gallagher1-0/+1
2012-02-04NSS: Add individual timeouts for entry typesStephen Gallagher1-2/+2
https://fedorahosted.org/sssd/ticket/1016
2011-12-19Pass sdap_id_ctx to online check from IPA providerJakub Hrozek1-0/+10
2011-11-25Fix sdap_id_ctx/ipa_id_ctx mismatch in IPA providerJakub Hrozek1-1/+1
This was causing a segfault during HBAC processing and any ID lookups except for netgroups
2011-11-23Added IPA account info handlerJan Zeleny1-0/+323
Currently it is only handling netgroups by itself, other requests are forwarded to LDAP provider.