User Commands auths(1)
NAME
auths - print authorizations granted to a user
SYNOPSIS
auths [ user ]...
DESCRIPTION
The auths command prints on standard output the authoriza-
tions that you or the optionally-specified user or role have
been granted. Authorizations are rights that are checked by
certain privileged programs to determine whether a user may
execute restricted functionality.
Each user may have zero or more authorizations. Authoriza-
tions are represented by fully-qualified names, which iden-
tify the organization that created the authorization and the
functionality that it controls. Following the Java conven-
tion, the hierarchical components of an authorization are
separated by dots (.), starting with the reverse order
Internet domain name of the creating organization, and end-
ing with the specific function within a class of authoriza-
tions.
An asterisk (*) indicates all authorizations in a class.
A user's authorizations are looked up in userattr(4) and in
the /etc/security/policy.conf file (see policy.conf(4)).
Authorizations may be specified directly in userattr(4) or
indirectly through profattr(4). Authorizations may also be
assigned to every user in the system directly as default
authorizations or indirectly as default profiles in the
/etc/security/policy.conf file.
EXAMPLES
Example 1 Sample output
The auths output has the following form:
example% auths tester01 tester02
tester01 : solaris.system.date,solaris.jobs.admin
tester02 : solaris.system.*
example%
SunOS 5.11 Last change: 25 Mar 2004 1
User Commands auths(1)
Notice that there is no space after the comma separating the
authorization names in tester01.
EXIT STATUS
The following exit values are returned:
0 Successful completion.
1 An error occurred.
FILES
/etc/userattr
/etc/security/authattr
/etc/security/policy.conf
/etc/security/profattr
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcsu
SEE ALSO
profiles(1), roles(1), getauthattr(3SECDB), authattr(4),
policy.conf(4), profattr(4), userattr(4), attributes(5)
SunOS 5.11 Last change: 25 Mar 2004 2
|