diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2013-05-23 01:15:02 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-06-07 00:14:13 +0200 |
commit | 9aa117a93e315f790a1922d9ac7bd484878b621e (patch) | |
tree | 2ca931d7bc7a1a74d0f94033399578240dd8d387 /src/providers/ldap/sdap_async.h | |
parent | e6e129a40e69af52a12deed91f68fff3569c51ce (diff) | |
download | sssd-9aa117a93e315f790a1922d9ac7bd484878b621e.tar.gz sssd-9aa117a93e315f790a1922d9ac7bd484878b621e.tar.bz2 sssd-9aa117a93e315f790a1922d9ac7bd484878b621e.zip |
LDAP: Pass in a connection to ID functions
Instead of using the default connection from the sdap_id_ctx, allow the
caller to specify which connection shall be used for this particular
request. Again, no functional change is present in this patch, just
another parameter is added.
Diffstat (limited to 'src/providers/ldap/sdap_async.h')
-rw-r--r-- | src/providers/ldap/sdap_async.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap_async.h b/src/providers/ldap/sdap_async.h index eedf8a70..38c8302d 100644 --- a/src/providers/ldap/sdap_async.h +++ b/src/providers/ldap/sdap_async.h @@ -117,6 +117,7 @@ struct tevent_req *sdap_get_initgr_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct sdap_handle *sh, struct sdap_id_ctx *id_ctx, + struct sdap_id_conn_ctx *conn, const char *name, const char **grp_attrs); int sdap_get_initgr_recv(struct tevent_req *req); |