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

/sssd-io/src/providers/ipa/
H A Dipa_deskprofile_rules_util.c524 char **memberhostgroups = NULL; local
553 memberhostgroups = talloc_array(tmp_ctx, char *, 1);
554 memberhostgroups[0] = NULL;
564 memberhostgroups = talloc_array(tmp_ctx,
586 memberhostgroups[num_memberhostgroup] = name;
590 memberhostgroups[num_memberhostgroup] = NULL;
628 for (size_t j = 0; !hostgroup && memberhostgroups[j] != NULL; j++) {
632 memberhostgroups[j], base_dn);
646 rule_name, memberhostgroups[j], domain->name);

Completed in 12 milliseconds