Searched defs:services (Results 1 - 12 of 12) sorted by relevance

/sssd-io/src/tools/
H A Dsssd_check_socket_activated_responders.c38 const char *services; local
108 ret = ini_get_config_valueobj("sssd", "services", ini_config,
117 /* In case there's no services' line at all, just return EOK. */
123 services = ini_get_string_config_value(vobj, &ret);
131 str = strstr(services, responder);
184 "but it's still mentioned in the services' line in %s.\n"
185 "Please, consider either adjusting your services' line in %s "
/sssd-io/src/providers/data_provider/
H A Ddp_iface_failover.c33 const char **services,
41 services[count] = talloc_strdup(services, svc->name);
42 if (services[count] == NULL) {
57 const char **services,
65 fo_svc_name = talloc_asprintf(services, "sd_%s", domain->name);
79 /* Drop all subdomain services for different domain. */
97 services[count] = talloc_strdup(services, svc->name);
98 if (services[coun
32 dp_failover_list_services_ldap(struct be_ctx *be_ctx, const char **services, int *_count) argument
55 dp_failover_list_services_ad(struct be_ctx *be_ctx, struct sss_domain_info *domain, const char **services, int *_count) argument
116 dp_failover_list_services_ipa(struct be_ctx *be_ctx, struct sss_domain_info *domain, const char **services, int *_count) argument
187 const char **services; local
[all...]
/sssd-io/src/lib/ipa_hbac/
H A Dipa_hbac.h111 * source hosts, or services.
153 struct hbac_rule_element *services; member in struct:hbac_rule
/sssd-io/src/providers/ipa/
H A Dipa_hbac_services.c42 struct sysdb_attrs **services; member in struct:ipa_hbac_service_state
178 &state->services);
185 /* If there are no services, we'll shortcut out
187 * all services
199 state->services = NULL;
205 state->services);
358 struct sysdb_attrs ***services,
369 *services = talloc_steal(mem_ctx, state->services);
372 talloc_steal(state->services, stat
355 ipa_hbac_service_info_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, size_t *service_count, struct sysdb_attrs ***services, size_t *servicegroup_count, struct sysdb_attrs ***servicegroups) argument
382 hbac_service_attrs_to_rule(TALLOC_CTX *mem_ctx, struct sss_domain_info *domain, const char *rule_name, struct sysdb_attrs *rule_attrs, struct hbac_rule_element **services) argument
[all...]
H A Dipa_rules_common.c260 struct ipa_common_entries *services,
293 /* Save the services */
294 if (services != NULL) {
296 services->entry_subdir,
298 services->entry_count,
299 services->entries,
300 services->group_subdir,
302 services->group_count,
303 services->groups);
305 DEBUG(SSSDBG_CRIT_FAILURE, "Error saving services [
258 ipa_common_save_rules(struct sss_domain_info *domain, struct ipa_common_entries *hosts, struct ipa_common_entries *services, struct ipa_common_entries *rules, time_t *last_update) argument
[all...]
H A Dipa_access.c105 struct ipa_common_entries *services; member in struct:ipa_fetch_hbac_state
145 state->services = talloc_zero(state, struct ipa_common_entries);
347 &state->services->entry_count,
348 &state->services->entries,
349 &state->services->group_count,
350 &state->services->groups);
351 state->services->entry_subdir = HBAC_SERVICES_SUBDIR;
352 state->services->group_subdir = HBAC_SERVICEGROUPS_SUBDIR;
444 state->hosts, state->services, state->rules,
/sssd-io/src/providers/ldap/
H A Dldap_options.c469 char **services = NULL; local
486 CONFDB_MONITOR_ACTIVE_SERVICES, &services);
493 if (string_in_list("autofs", services, true) == false) {
499 talloc_free(services);
H A Dsdap_async_services.c42 struct sysdb_attrs **services; member in struct:sdap_get_services_state
58 struct sysdb_attrs **services,
97 state->services = NULL;
139 "Searching for services with base [%s]\n",
167 struct sysdb_attrs **services; local
171 &count, &services);
179 "Search for services, returned %zu results.\n",
183 /* No services found in this search or enumerating */
189 state->services =
191 state->services,
248 sdap_save_services(TALLOC_CTX *mem_ctx, struct sysdb_ctx *sysdb, struct sss_domain_info *dom, struct sdap_options *opts, struct sysdb_attrs **services, size_t num_services, char **_usn_value) argument
[all...]
/sssd-io/src/tests/
H A Dfail_over-tests.c108 struct fo_service *services[10]; local
118 ret = fo_new_service(ctx->fo_ctx, buf, NULL, &services[i]);
131 fail_if(service != services[i]);
/sssd-io/src/tools/sssctl/
H A Dsssctl_domains.c188 const char **services; local
203 sssctl_sifp_error(sifp, error, "Unable to list services");
209 &services, &num_services);
219 DBUS_TYPE_STRING, &services[i]);
232 printf("%s: %s\n", proper_service_name(services[i]), server);
251 const char **services; local
266 sssctl_sifp_error(sifp, error, "Unable to list services");
272 &services, &num_services);
278 printf(_("Discovered %s servers:\n"), proper_service_name(services[i]));
282 DBUS_TYPE_STRING, &services[
[all...]
/sssd-io/src/monitor/
H A Dmonitor.c74 /* The services are restarted with a delay in case the restart was
122 bool socket_activated; /* also used for dbus-activated services */
164 char **services; member in struct:mt_ctx
180 /* For running unprivileged services */
218 /* Don't signal services, only providers */
248 "Unable to find peer [%s] in list of services, "
268 /* As the service is a responder and wasn't part of the services' list, it means
270 * to the services' list now */
385 /* For {dbus,socket}-activated services we will have to unregister then
554 if (ctx->services !
958 check_services(char **services) argument
[all...]
/sssd-io/src/python/
H A Dpyhbac.c639 HbacRuleElement *services; member in struct:__anon18
669 self->services = (HbacRuleElement *) HbacRuleElement_new(
681 if (self->services == NULL || self->users == NULL ||
683 Py_XDECREF(self->services);
700 Py_CLEAR(self->services);
718 Py_VISIT((PyObject *) self->services);
761 HbacRuleElement_init(self->services, empty_tuple, NULL) == -1 ||
879 "users %s services %s "
886 services_repr = HbacRuleElement_repr(self->services);
1018 { discard_const_p(char, "services"), T_OBJECT_E
[all...]

Completed in 31 milliseconds