summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_hostid.c
Commit message (Collapse)AuthorAgeFilesLines
* SSH: When host is removed from LDAP, remove it from the cache as wellJan Cholasta2013-06-271-1/+8
| | | | https://fedorahosted.org/sssd/ticket/1949
* LDAP: sdap_id_ctx might contain several connectionsJakub Hrozek2013-06-071-1/+1
| | | | | | | | | | | | | | | | | | | With some LDAP server implementations, one server might provide different "views" of the identites on different ports. One example is the Active Directory Global catalog. The provider would contact different view depending on which operation it is performing and against which SSSD domain. At the same time, these views run on the same server, which means the same server options, enumeration, cleanup or Kerberos service should be used. So instead of using several different failover ports or several instances of sdap_id_ctx, this patch introduces a new "struct sdap_id_conn_ctx" that contains the connection cache to the particular view and an instance of "struct sdap_options" that contains the URI. No functional changes are present in this patch, currently all providers use a single connection. Multiple connections will be used later in the upcoming patches.
* Add be_req_get_data() helper funciton.Simo Sorce2013-01-211-1/+1
| | | | In preparation for making struct be_req opaque.
* Add be_req_get_be_ctx() helper.Simo Sorce2013-01-211-2/+4
| | | | In preparation for making be_req opaque
* Remove sysdb argument from ipa_host_info_send()Simo Sorce2013-01-211-4/+2
|
* Remove sysdb as a be context structure memberSimo Sorce2013-01-211-1/+1
| | | | The sysdb context is already available through the 'domain' structure.
* Add domain arguments to sysdb ssh functionsSimo Sorce2013-01-151-1/+2
|
* SSH: Refactor sysdb and related codeJan Cholasta2012-10-051-2/+16
|
* SSH: Add dp_get_host_send to common responder codeJakub Hrozek2012-05-031-9/+6
| | | | | | | | Instead of using account_info request, creates a new ssh specific request. This improves code readability and will make the code more flexible in the future. https://fedorahosted.org/sssd/ticket/1176
* SSH: Save SSH host name aliasesJan Cholasta2012-02-261-29/+8
|
* IPA hosts refactoringJan Zeleny2012-02-241-10/+3
|
* IPA: Add host info handlerJan Cholasta2012-02-071-0/+345