Searched defs:rule_prio (Results 1 - 1 of 1) sorted by relevance
/sssd-io/src/providers/ipa/ |
H A D | ipa_deskprofile_rules_util.c | 337 const char *rule_prio, 480 user_prio = user ? talloc_strdup(tmp_ctx, rule_prio) : 488 group_prio = group ? talloc_strdup(tmp_ctx, rule_prio) : 511 const char *rule_prio, 653 host_prio = host ? talloc_strdup(tmp_ctx, rule_prio) : 661 hostgroup_prio = hostgroup ? talloc_strdup(tmp_ctx, rule_prio) : 699 char *rule_prio; local 761 rule_prio = talloc_asprintf(tmp_ctx, "%06d", prio); 762 if (rule_prio == NULL) { 793 user_prio = talloc_strdup(tmp_ctx, rule_prio); 332 ipa_deskprofile_rule_check_memberuser( TALLOC_CTX *mem_ctx, struct sss_domain_info *domain, struct sysdb_attrs *rule, const char *rule_name, const char *rule_prio, const char *base_dn, const char *username, char **_user_prio, char **_group_prio) argument 507 ipa_deskprofile_rule_check_memberhost(TALLOC_CTX *mem_ctx, struct sss_domain_info *domain, struct sysdb_attrs *rule, const char *rule_name, const char *rule_prio, const char *base_dn, const char *hostname, char **_host_prio, char **_hostgroup_prio) argument [all...] |
Completed in 8 milliseconds