diff options
author | Sumit Bose <sbose@redhat.com> | 2010-09-09 15:15:36 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-09-15 11:46:33 -0400 |
commit | 71af2725e8f96b403af3f4aa140c413f751380c0 (patch) | |
tree | a2e2211a59445872e69a79974a142d5f6ccc95de /src/providers/ldap/sdap_async.h | |
parent | 6057958313bde8dc0f43dc97d2ba3e0897722382 (diff) | |
download | sssd-71af2725e8f96b403af3f4aa140c413f751380c0.tar.gz sssd-71af2725e8f96b403af3f4aa140c413f751380c0.tar.bz2 sssd-71af2725e8f96b403af3f4aa140c413f751380c0.zip |
Store rootdse supported features in sdap_handler
Diffstat (limited to 'src/providers/ldap/sdap_async.h')
-rw-r--r-- | src/providers/ldap/sdap_async.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/providers/ldap/sdap_async.h b/src/providers/ldap/sdap_async.h index 60535064..e5a60daa 100644 --- a/src/providers/ldap/sdap_async.h +++ b/src/providers/ldap/sdap_async.h @@ -110,16 +110,14 @@ struct tevent_req *sdap_cli_connect_send(TALLOC_CTX *memctx, struct sdap_options *opts, struct be_ctx *be, struct sdap_service *service, - struct sysdb_attrs **rootdse); + bool skip_rootdse); int sdap_cli_connect_recv(struct tevent_req *req, TALLOC_CTX *memctx, - struct sdap_handle **gsh, - struct sysdb_attrs **rootdse); + struct sdap_handle **gsh); int sdap_cli_connect_recv_ext(struct tevent_req *req, TALLOC_CTX *memctx, bool *can_retry, - struct sdap_handle **gsh, - struct sysdb_attrs **rootdse); + struct sdap_handle **gsh); struct tevent_req *sdap_get_generic_send(TALLOC_CTX *memctx, struct tevent_context *ev, |