Oracle® Secure Backup Reference Release 10.1 Part Number B14236-03 |
|
|
View PDF |
Purpose
Use the lsuser
command to display the names and attributes of one or more Oracle Secure Backup users.
See Also:
"User Commands" for related commandsPrerequisites
If you need to list any user, then you must have the display administrative domain's configuration right. If you are only interested in listing yourself, then you must have the right to modify own name and password.
Syntax
lsuser::=
lsu•ser [ --long/-l | --short/-s ] [ --class/-c userclass ] [ --unixname/-U unix-user ] [ --unixgroup/-G unix-group ] [ --domain/-d windows-domain ] [ --ndmpuser/-N ] [ --email/-e emailaddr ] [ --givenname/-g givenname ] [ username ... ]
Semantics
Displays data in long form.
Displays data in short form.
Displays users belonging to a specific class.
Displays users and associated classes by UNIX name.
Displays users and associated classes by UNIX group.
Displays users and associated classes by the Windows domain name.
Displays users that have access to NDMP servers.
Displays users and their associated classes by their email addresses.
Displays users with the given name givenname.
Specifies the name of the Oracle Secure Backup user whose information you want to display.
Output
Table 2-21 describes the output of the lsuser
command.
Table 2-21 lsuser Output
Column | Indicates |
---|---|
Password |
User password; setting is |
User class |
Name of the user class |
Given name |
Oracle Secure Backup name |
UNIX name |
|
UNIX group |
|
Windows domain/acct |
Domain or account name, if applicable |
NDMP server user |
Setting is |
Email address |
E-mail address of the user |
UUID |
Universal Unique Identifier (UUID) for the user |
Hostname |
Another machine for which the user is preauthorized to access |
Username |
User name of the user on another machine for which the user is preauthorized to access |
Windows domain |
Domain information, if applicable, on another machine for which the user is preauthorized to access |
RMAN enabled |
RMAN availability on another machine for which the user is preauthorized to access; setting is |
Cmdline enabled |
Command line availability on another machine for which the user is preauthorized to access; setting is |
Example
Example 2-77 displays information about Oracle Secure Backup user lashdown
.
Example 2-77 Displaying Oracle Secure Backup User Information
ob> lsuser admin admin lashdown oracle sbt admin ob> lsuser --long lashdown lashdown: Password: (set) User class: oracle Given name: lance UNIX name: lashdown UNIX group: dba Windows domain/acct: [none] NDMP server user: no Email address: lashdown@company.com UUID: 5f437cd2-7a49-1027-8e8a-000cf1d9be50 Preauthorized access: Hostname: stadv07 Username: lashdown Windows domain: [all] RMAN enabled: yes Cmdline enabled: yes