summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_id.h
Commit message (Collapse)AuthorAgeFilesLines
* IPA: Look up AD users directly if IPA server mode is onJakub Hrozek2013-06-281-0/+9
| | | | | | | | 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.
* Use struct to hold different types of request parametersSumit Bose2013-05-021-2/+2
| | | | | | | Currently the POSIX ID or the user name are passed in different parameters to some calls. The method will get cumbersome and error-prone if new parameters like, e.g. the SID, are added. This patch adds a union to hold the different kind of parameters.
* Remove unused attribute listSumit Bose2013-05-021-1/+0
|
* Fix ipa_subdomain_id names and tevent_req styleSimo Sorce2012-12-041-5/+5
|
* Add ID operations in subdomainsJan Zeleny2012-04-241-0/+6
|
* Add s2n extended operationSumit Bose2012-04-241-0/+10
|
* NSS: Add individual timeouts for entry typesStephen Gallagher2012-02-041-0/+1
| | | | https://fedorahosted.org/sssd/ticket/1016
* Pass sdap_id_ctx to online check from IPA providerJakub Hrozek2011-12-191-0/+3
|
* Added IPA account info handlerJan Zeleny2011-11-231-0/+48
Currently it is only handling netgroups by itself, other requests are forwarded to LDAP provider.