History log of /sssd/src/providers/ldap/sdap_id_op.h
Revision Date Author Comments Expand
ba17e124aa7003a92680eda5df0a9b5292c8c19c 02-Nov-2015 Lukas Slebodnik <lslebodn@redhat.com>

SDAP: Remove unused sdap_id_ctx from sdap_id_conn_cache_create Reviewed-by: Pavel Reichl <preichl@redhat.com>

dcb44c39dda9699cdd6488fd116a51ced0687de3 07-Jun-2013 Jakub Hrozek <jhrozek@redhat.com>

LDAP: sdap_id_ctx might contain several connections 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.

cf1cf7b96d38c8b481a90d800cf53546ac15ce8a 07-Dec-2010 Simo Sorce <ssorce@redhat.com>

Pass sdap_id_ctx in sdap_id_op functions.

2d7a7b0140a4d3fcef9148900276e24f82e33866 09-Jul-2010 eindenbom <eindenbom@gmail.com>

LDAP connection usage tracking, sharing and failover retry framework.