Lines Matching refs:rule

47  * The rule's filename has to follow a global policy, used by FleetCommander
78 * - rule name: testrule
86 * format, but also create the whole path for this rule's file.
335 struct sysdb_attrs *rule,
423 ret = sysdb_attrs_get_el(rule, IPA_MEMBER_USER, &el);
426 "Failed to get the Desktop Profile Rule memberUser for rule "
450 "Desktop Profile rule \"%s\" matches with the user \"%s\" "
471 "Desktop Profile rule \"%s\" matches with (at least) "
509 struct sysdb_attrs *rule,
593 ret = sysdb_attrs_get_el(rule, IPA_MEMBER_HOST, &el);
596 "Failed to get the Desktop Profile Rule memberHost for rule "
621 "Desktop Profile rule \"%s\" matches with the host \"%s\" "
644 "Desktop Profile rule \"%s\" matches with (at least) "
684 struct sysdb_attrs *rule,
721 ret = sysdb_attrs_get_string(rule, IPA_CN, &rule_name);
730 ret = sysdb_attrs_get_uint32_t(rule, IPA_DESKPROFILE_PRIORITY, &prio);
733 "Failed to get the Desktop Profile Rule priority for rule "
739 ret = sysdb_attrs_get_string(rule, IPA_HOST_CATEGORY, &hostcat);
744 "Failed to get the Desktop Profile Rule host category for rule "
750 ret = sysdb_attrs_get_string(rule, IPA_USER_CATEGORY, &usercat);
755 "Failed to get the Desktop Profile Rule user category for rule "
763 DEBUG(SSSDBG_CRIT_FAILURE, "Failed to allocate rule priority\n");
768 ret = sysdb_attrs_get_string(rule, IPA_DESKPROFILE_DATA, &data);
771 "Failed to get the Desktop Profile Rule data for rule \"%s\" "
811 ret = ipa_deskprofile_rule_check_memberuser(tmp_ctx, domain, rule,
842 ret = ipa_deskprofile_rule_check_memberhost(tmp_ctx, domain, rule,
907 "Failed to create the Desktop Profile rule file \"%s\" "
917 "Failed to write the content of the Desktop Profile rule for "