set [node node-id] session control proxy proxy-name ...
Modifies the attributes of a session control proxy entity which
stores the information that grants remote users proxy access to
given application subentity instances. The modifiable
attributes and their data types [in brackets] are:
applications [set of simplenames]
source end users [set of records]
target user [latin1string]
type [explicit or default]
1 – applications
Default: None Value: Set of simplenames
Set of application identifiers, one of which must match the
application requested. If this attribute value is null, any
requested application will match.
2 – source_end_users
Default: None Value: Set of records
Set of remote end users for whom this proxy entry applies.
An unspecified end user implies all end users on the node
specified in the same record. The record format has two
fields: node, which has a data type of fullname, and
end user, which has a data type of enduserspecification.
3 – target_user
Default: None Value: Latin1string
Local user name under which access is granted.
4 – type
Default: Explicit Value: Explicit or default
Type of proxy entry: explicit means that the destination
the user requested in the connect request must match the
target user for this entry; default means if no explicit
entry matches, this entry will be tried. An explicit
proxy entry matches before a default one.