hbac_rule_element Struct Reference
[Host-Based Access Control Resolver]

Component of an HBAC rule. More...

#include <ipa_hbac.h>

Data Fields

uint32_t category
 Category for this element.
const char ** names
 List of explicit members of this rule component.
const char ** groups
 List of group members of this rule component.

Detailed Description

Component of an HBAC rule.

Components can be one of users, target hosts, source hosts, or services.


Field Documentation

Category for this element.

This value is a bitmask. See HBAC_CATEGORY_NULL and HBAC_CATEGORY_ALL

List of group members of this rule component.

  • Users: user groups (POSIX or non-POSIX)
  • Hosts: hostgroups
  • Services: PAM service groups.

List of explicit members of this rule component.

  • Users: usernames
  • Hosts: hostnames
  • Services: PAM service names

The documentation for this struct was generated from the following file:

Generated on 23 Feb 2017 for ipa_hbac by  doxygen 1.6.1