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

/sssd-io/src/python/
H A Dpyhbac.c597 HbacRuleElement_to_native(HbacRuleElement *pyel) function
1122 rule->services = HbacRuleElement_to_native(pyrule->services);
1123 rule->users = HbacRuleElement_to_native(pyrule->users);
1124 rule->targethosts = HbacRuleElement_to_native(pyrule->targethosts);
1125 rule->srchosts = HbacRuleElement_to_native(pyrule->srchosts);

Completed in 17 milliseconds