ipa_hbac
2.9.6
|
Request object for an HBAC rule evaluation. More...
#include <ipa_hbac.h>
Data Fields | |
struct hbac_request_element * | service |
This is a list of service DNs to check, it must consist of the actual service requested, as well as all parent groups containing that service. | |
struct hbac_request_element * | user |
This is a list of user DNs to check, it must consist of the actual user requested, as well as all parent groups containing that user. | |
struct hbac_request_element * | targethost |
This is a list of target hosts to check, it must consist of the actual target host requested, as well as all parent groups containing that target host. | |
struct hbac_request_element * | srchost |
This is a list of source hosts to check, it must consist of the actual source host requested, as well as all parent groups containing that source host. | |
time_t | request_time |
For future use. | |
Request object for an HBAC rule evaluation.