BEA Logo BEA Tuxedo Release 7.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   Tuxedo Doc Home   |   Reference   |   Topic List   |   Previous   |   Next   |   Contents

   BEA Tuxedo Command Reference

tpusrmod(1)

Name

tpusrmod - modify user information on the system

Synopsis

tpusrmod [-u UID ] [-g GID] [-c client_name] [-l new_login] [-p] usrname

Description

Invoking tpusrmod modifies a principal (user or domain) entry to the BEA Tuxedo security data files. This information is used for BEA Tuxedo system authentication with the AUTHSVR(5) server.

Before you can run this command successfully, you must:

tpusradd must be run on the configuration MASTER if the application is not active. If the application is active, this command can run on any active node.

The system file entries created with this command have a limit of 512 characters per line. Specifying long arguments to several options may exceed this limit.

The following options are available.

-u UID

The new user identification number. UID must be a positive decimal integer below 128K. UID must be unique within the list of existing identifiers for the application.

-g GID

An existing group's integer identifier or character-string name. It redefines the user's group membership.

-c client_name

A string of printable characters that specifies the new client name for the user. It may not contain a colon (:) or a newline (\n).

-l new_login

A string of printable characters that specifies the new login name of the user. It may not contain a colon (:), pound sign (#), or a newline (\n). The user name must be unique within the list of existing users for the application. This option also implies the -p option to re-set the password.

-p

tpusrmod modifies the password for the indicated user. The administrator is prompted for a new password to be associated with the user.

usrname

A string of printable characters that specifies the name of an existing user to be modified.

See AUTHSVR(5) for further information about per-user authentication and configuring administrator permissions.

Portability

This command is available on any platform on which the BEA Tuxedo server environment is supported.

Diagnostics

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

See Also

tpgrpadd(1), tpgrpdel(1), tpgrpmod(1), tpusradd(1), tpusrdel(1), AUTHSVR(5)

Administering a BEA Tuxedo Application at Run Time