Searched defs:rootdse (Results 1 - 3 of 3) sorted by relevance

/sssd/src/providers/ldap/
H A Dsdap_async_connection.c1406 struct sysdb_attrs *rootdse; member in struct:sdap_cli_connect_state
1621 /* this rootdse search is performed before we actually do a bind,
1641 ret = sdap_get_rootdse_recv(subreq, state, &state->rootdse);
1660 state->rootdse = NULL;
1673 if (state->do_auth && sasl_mech && state->rootdse) {
1695 if (state->rootdse) {
1696 /* save rootdse data about supported features */
1697 ret = sdap_set_rootdse_supported_lists(state->rootdse, state->sh);
1704 ret = sdap_set_config_options_with_rootdse(state->rootdse, state->opts,
1716 state->rootdse,
[all...]
H A Dsdap.c950 int sdap_set_rootdse_supported_lists(struct sysdb_attrs *rootdse, argument
957 for (i = 0; i < rootdse->num; i++) {
958 el = &rootdse->a[i];
1008 struct sysdb_attrs *rootdse)
1015 for (i = 0; i < rootdse->num; i++) {
1016 if (strcasecmp(rootdse->a[i].name,
1018 nc = &rootdse->a[i];
1019 } else if (strcasecmp(rootdse->a[i].name,
1021 dnc = &rootdse->a[i];
1170 errno_t sdap_set_config_options_with_rootdse(struct sysdb_attrs *rootdse, argument
1007 get_naming_context(TALLOC_CTX *mem_ctx, struct sysdb_attrs *rootdse) argument
1259 sdap_get_server_opts_from_rootdse(TALLOC_CTX *memctx, const char *server, struct sysdb_attrs *rootdse, struct sdap_options *opts, struct sdap_server_opts **srv_opts) argument
[all...]
H A Dsdap_async.c846 struct sysdb_attrs *rootdse; member in struct:sdap_get_rootdse_state
874 DEBUG(SSSDBG_TRACE_ALL, "Getting rootdse\n");
882 state->rootdse = NULL;
938 state->rootdse = talloc_steal(state, results[0]);
941 DEBUG(SSSDBG_TRACE_INTERNAL, "Got rootdse\n");
1022 struct sysdb_attrs **rootdse)
1029 *rootdse = talloc_steal(memctx, state->rootdse);
1020 sdap_get_rootdse_recv(struct tevent_req *req, TALLOC_CTX *memctx, struct sysdb_attrs **rootdse) argument

Completed in 4569 milliseconds