|
msiCheckHostAccessControl |
( |
ruleExecInfo_t * |
rei |
) |
|
- Description:
- This microservice sets the access control policy. It checks the access control by host and user based on the the policy given in the HostAccessControl file.
- Module:
- core
- Since:
- pre-2.1
- Author:
- Jean-Yves Nief
- Date:
- 2007-09
- Note:
- This microservice controls access to the iRODS service based on the information in the host based access configuration file: HOST_ACCESS_CONTROL_FILE
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in,out] | rei | - The RuleExecInfo structure that is automatically handled by the rule engine. The user does not include rei as a parameter in the rule invocation. |
- Session Variables Used:
- none
- Session Variables Modified:
- none
- iCAT Attributes Used:
- none
- iCAT Attributes Modified:
- none
- Side Effect:
- none
- Returns:
- integer
- Return values:
-
- Precondition:
- N/A
- Postcondition:
- N/A
- See also:
- N/A
Definition at line 435 of file reIn2p3SysRule.c.
|