(file) Return to cimauth.8 CVS log (file) (dir) Up to [Pegasus] / pegasus / rpm / manLinux / man8.Z

File: [Pegasus] / pegasus / rpm / manLinux / man8.Z / cimauth.8 (download)
Revision: 1.4, Wed Sep 10 21:44:52 2008 UTC (15 years, 8 months ago) by kumpf
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK_PEP317_1JUNE_2013, TASK-TASK_PEP362_RestfulService_branch-root, TASK-TASK_PEP362_RestfulService_branch-merged_out_from_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_to_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_from_branch, TASK-TASK_PEP362_RestfulService_branch-branch, TASK-PEP362_RestfulService-root, TASK-PEP362_RestfulService-merged_out_to_branch, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, TASK-PEP362_RestfulService-branch, TASK-PEP348_SCMO-root, TASK-PEP348_SCMO-merged_out_to_branch, TASK-PEP348_SCMO-merged_out_from_trunk, TASK-PEP348_SCMO-merged_in_to_trunk, TASK-PEP348_SCMO-merged_in_from_branch, TASK-PEP348_SCMO-branch, TASK-PEP317_pullop-root, TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, TASK-PEP317_pullop-merged_in_from_branch, TASK-PEP317_pullop-branch, TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch, RELEASE_2_9_2-RC2, RELEASE_2_9_2-RC1, RELEASE_2_9_2, RELEASE_2_9_1-RC1, RELEASE_2_9_1, RELEASE_2_9_0-RC1, RELEASE_2_9_0-FC, RELEASE_2_9_0, RELEASE_2_9-root, RELEASE_2_9-branch, RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0-FC, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch, RELEASE_2_11_2-RC1, RELEASE_2_11_2, RELEASE_2_11_1-RC1, RELEASE_2_11_1, RELEASE_2_11_0-RC1, RELEASE_2_11_0-FC, RELEASE_2_11_0, RELEASE_2_11-root, RELEASE_2_11-branch, RELEASE_2_10_1-RC1, RELEASE_2_10_1, RELEASE_2_10_0-RC2, RELEASE_2_10_0-RC1, RELEASE_2_10_0, RELEASE_2_10-root, RELEASE_2_10-branch, PREAUG25UPDATE, POSTAUG25UPDATE, HPUX_TEST, HEAD, CIMRS_WORK_20130824, BeforeUpdateToHeadOct82011
Changes since 1.3: +0 -1 lines
BUG#: 7848
TITLE: Remove $Header from some files
DESCRIPTION: Remove an unnecessary Header comment.

.\" .TA c \" lowercase initial letter of .TH name
.TH "cimauth" "8" "" "" ""
.SH "NAME"
cimauth \- add, modify, remove, or list CIM namespace authorizations of users
.SH "SYNOPSIS"
\fBcimauth\fP \fB\-a\fP \fB\-u\fP username \fB\-n\fP namespace [ \fB\-R\fP ] [ \fB\-W\fP ]

\fBcimauth\fP \fB\-m\fP \fB\-u\fP username \fB\-n\fP namespace [ \fB\-R\fP ] [ \fB\-W\fP ]

\fBcimauth\fP \fB\-r\fP \fB\-u\fP username [ \fB\-n\fP namespace ]

\fBcimauth\fP \fB\-l\fP

\fBcimauth\fP \fB\-h\fP

\fBcimauth\fP \fB\-\-help\fP

\fBcimauth\fP \fB\-\-version\fP

.SH "DESCRIPTION"
.PP 
The 
.B cimauth 
command manages
read and write CIM namespace authorizations of users. The operations are
executed on the local host by submitting requests to the CIM Server.
If the value of the configuration property 
.B enableNamespaceAuthorization
is 
.B True ,
the CIM Server restricts access to namespaces based on user
authorizations configured via 
.B cimauth . 
Changes to "Dynamic" authorization parameters does not require the CIM Server to be restarted. "Non Dynamic" configuration properties (E.g. \fBenableNamespaceAuthorization\fP 
) can only be set as planned configuration and the CIM Server needs to be restarted to realize the change.
(See 
.B "cimconfig (8)" 
for information on configuring the CIM Server.)
.SS Options
.PP 
The 
.B cimauth 
command recognizes the following options:
.RS
.TP 15
.B  \-a
Adds read and/or write authorizations to the specified user on the specified
namespace.  If neither the
.B \-R
nor the 
.B \-W 
option is specified, adds a read authorization by default.
.TP 
.B \-h, \-\-help
Display command usage information.
.TP 
.B \-l
Lists all the authorizations configured in the CIM Server.
.TP 
.B \-m
Modifies authorizations of the specified user on the specified namespace.
If neither the 
.B \-R 
nor the 
.B \-W 
option is specified, modifies the authorization to be
a read authorization by default.
.TP 
\fB\-n\fP namespace
Specifies the 
.I R namespace 
for the operation.
.TP 
.B \-r
Removes authorizations of the specified user on the specified namespace.
If no namespaces are specified, removes authorizations on all namespaces
for the specified user.
.TP 
.B \-R
Specifies read authorization on the namespace.
.TP 
\fB\-u\fP username
Specifies the user for the operation.  The specified 
.I R username 
must represent a valid user on the local host.
.TP 
.B \-\-version
Display CIM Server version number.
.TP 
.B \-W
Specifies write authorization on the namespace.
.RE
.SH "EXIT STATUS"
.PP 
When an error occurs, an
error message is written to stderr and an error value of 1 is returned. The
following return values are returned:
.RS
.TP 
.B 0
Successful completion
.PD 0
.TP 
.B 1
Error
.PD
.RE
.SH "USAGE NOTE"
.PP 
The 
.B cimauth 
command requires that the CIM Server is running.
.SH "EXAMPLES"
.PP 
Add read authorizations to user "guest" on namespace "root/cimv2".
.IP 
.B "cimauth \-a \-u guest \-n root/cimv2 \-R"
.PP 
Add read and write authorizations to user "guest" on namespace "root/system".
.IP 
.B "cimauth \-a \-u guest \-n root/system \-R \-W"
.PP 
Modify authorizations of the user "guest" on namespace "root/system" to 
read only.
.IP 
.B "cimauth \-m \-u guest \-n root/system \-R"
.PP 
Remove the authorizations of the user "guest" on namespace "root/system".
.IP 
.B "cimauth \-r \-u guest \-n root/system"
.PP 
List all the authorizations configured in the CIM Server.
.IP 
.B "cimauth \-l"
.SH "SEE ALSO"
.PP 
cimserver(8), cimconfig(8).

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2