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

tpdelusr(1)

Name

tpdelusr - delete a user from a BEA Tuxedo password file

Synopsis

tpdelusr usrname file [cltname]

Description

This command allows an application administrator to maintain a UNIX System style password file suitable for use with the BEA Tuxedo AUTHSVR(5) server. tpdelusr is used to delete the password file entry for the indicated usrname/cltname combination (the file cannot be /etc/passwd). cltname defaults to `*' if not specified. Wildcards specified for usrname and/or cltname match only the corresponding wildcard entry in the password file; they are not expanded to all matching entries.

Notices

The cltname values tpsysadm and tpsysop are treated specially by AUTHSVR(5) when authentication requests are being processed. These cltname values are not matched against wildcard cltname specifications in the password file.

Additionally, regardless of the order in which entries are added to the password file, wildcard entries are considered after explicitly specified values. An authentication request is authenticated against only the first matching password file entry.

Portability

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

Compatibiltiy

This command is used to configure users for SECURITY USER_AUTH. For compatibility with SECURITY ACL or MANDATORY_ACL (including the ability to migrate to these security levels), the following restrictions should be applied.

These restrictions are enforced by the tpusrdel(1) command.

See Also

tpadduser(1), tpmodusr(1), tpusradd(1), tpusrdel(1), tpusrmod(1), AUTHSVR(5)

Administering a BEA Tuxedo Application at Run Time