Lines Matching defs:services
42 struct sysdb_attrs **services;
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, state->services[c]);
386 struct hbac_rule_element **services)
403 "Processing PAM services for rule [%s]\n", rule_name);
436 "No services specified, rule will never apply.\n");
481 "Original DN matched multiple services. "
573 *services = talloc_steal(mem_ctx, new_services);
613 /* RDN, services, hbac, and at least one DC= */