HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DEFINE_RCF_ACCESS
Chapter 3368
Specifies the HP-UX user name of the UCF user. This
parameter is a null-terminated ASCII string. Do not
specify the name root, because SNAplus2 does not
allow UCF commands to be run as root for security
reasons.
All UCF commands will be run using this user's user
ID, with the default shell, default group ID, and access
permissions that are defined on the HP-UX system for
this user.
To prohibit access to UCF, set this parameter to a null
string.
spcf_permissions
Specifies the types of SNAplus2 verbs that can be
accessed using SPCF. Set this to AP_NONE to prevent
access to SPCF, or to one or more of the following
values (combined using a logical OR):
AP_ALLOW_QUERY_LOCAL
QUERY_* verbs are permitted.
AP_ALLOW_DEFINE_LOCAL
DEFINE_*, SET_*, DELETE_*,
ADD_*, and REMOVE_* verbs, and
also INIT_NODE, are permitted.
AP_ALLOW_ACTION_LOCAL
“Action” verbs are permitted:
START_*, STOP_*, ACTIVATE_*,
DEACTIVATE_*, and also APING,
INITIALIZE_SESSION_LIMIT,
CHANGE_SESSION_LIMIT, and
RESET_SESSION_LIMIT.
AP_ALLOW_QUERY_REMOTE
The QUERY_* verbs are allowed to
be directed at any node in the
domain.
AP_ALLOW_DEFINE_REMOTE