|
msiAclPolicy |
( |
msParam_t * |
msParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- When called (e.g. from acAclPolicy) and with "STRICT" as the argument, this will set the ACL policy (for GeneralQuery) to be extended (most strict).
- Module:
- core
- Since:
- pre-2.1
- Author:
- Wayne Schroeder
- Date:
- March 2009
- Note:
- Should not be used outside of the rules defined in core.irb. Once set STRICT, strict mode remains in force (users can't call it in another rule to change the mode back to non-strict). See core.irb.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | msParam | - a msParam of type STR_MS_T - can have value 'STRICT' |
[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:
- Session Variables Modified:
- iCAT Attributes Used:
- iCAT Attributes Modified:
- Side Effect:
- none
- Returns:
- integer
- Return values:
-
- Precondition:
- none
- Postcondition:
- none
- See also:
- none
Definition at line 511 of file icatAdminMS.c.
|