[Top] [Prev] [Next] [Bottom]

tpaclmod(1)

tpaclmod(1)

Name

tpaclmod-modify an Access Control List on the system

Synopsis

TUXCONFIG=tuxconfig tpaclmod [-g gid[,gid...]] [-t type] name

Description

Invoking tpaclmod modifies an Access Control List entry in the BEA TUXEDO security data files, replacing the group identifier list. This information is used for BEA TUXEDO access control to services, events, and application queues. A BEA TUXEDO configuration with SECURITY set to USER_AUTH, ACL, or MANDATORY_ACL must be created before running this command successfully.

The following options are available:

-g gid,...
A list of one or more existing group's integer identifiers or character-string names. This option indicates what groups have access to the named object. If not specified, the entry is modified to have no groups.

-t type
The type of the object. It can be one of ENQ, DEQ, SERVICE, or POSTEVENT. The default is SERVICE.

name
An existing ACL name.

Before running this command, the application must be configured using either the graphical user interface or tmloadcf(1). tpaclmod must be run on the configuration MASTER if the application is not active; if active, this command can run on any active node.

Portability

This command is available only on non-Workstation sites running BEA TUXEDO Release 6.0 or later.

Diagnostics

The tpaclmod command exits with a return code of 0 upon successful completion.

See Also

tpacladd(1), tpacldel(1), AUTHSVR(5), Administering the BEA TUXEDO System



[Top] [Prev] [Next] [Bottom]