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

/sssd-io/src/providers/ipa/
H A Dipa_deskprofile_rules_util.c101 uint16_t config_priority,
163 if (config_priority < DESKPROFILE_GLOBAL_POLICY_MIN_VALUE ||
164 config_priority > DESKPROFILE_GLOBAL_POLICY_MAX_VALUE) {
167 config_priority);
172 perms = permuts[config_priority - 1];
100 ipa_deskprofile_get_filename_path(TALLOC_CTX *mem_ctx, uint16_t config_priority, const char *rules_dir, const char *domain, const char *username, const char *priority, const char *user_priority, const char *group_priority, const char *host_priority, const char *hostgroup_priority, const char *rule_name, const char *extension, char **_filename_path) argument

Completed in 8 milliseconds