(file) Return to cimauth.1m CVS log (file) (dir) Up to [Pegasus] / pegasus / rpm / manLinux / man1m.Z

File: [Pegasus] / pegasus / rpm / manLinux / man1m.Z / Attic / cimauth.1m (download)
Revision: 1.3, Fri Oct 27 18:56:24 2006 UTC (17 years, 8 months ago) by denise.eckstein
Branch: MAIN
CVS Tags: TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP348_SCMO-merged_out_from_trunk, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch, HPUX_TEST, HEAD
Changes since 1.2: +1 -1 lines
FILE REMOVED
BUG#:5766
TITLE: manLinux directory cleanup needed

DESCRIPTION: The directory pegasus/rpm/manLinux/man1m.Z is not used.  Linux manual pages for Administrative commands are placed in pegasus/rpm/manLinux/man8.Z.  Manual pages for User commands are placed in pegasus/rpm/manLinux/man1.Z.

.\" $Header: /cvs/MSB/pegasus/rpm/manLinux/man1m.Z/Attic/cimauth.1m,v 1.3 2006/10/27 19:56:24 denise.eckstein dead $
.TA c \" lowercase initial letter of .TH name
.TH cimauth 1M
.SH NAME
cimauth \- add, modify, remove, or list CIM namespace authorizations of users
.SH SYNOPSIS
\fBcimauth -a -u\fP username \fB-n\fP namespace [ \fB-R\fP ] [ \fB-W\fP ]

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

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

.B cimauth -l
.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 .
(See 
.B "cimconfig (1M)" 
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 -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
.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 -l
Lists all the authorizations configured in the CIM Server.
.TP
\fB-u\fP username
Specifies the user for the operation.  The specified 
.IR username 
must represent a valid HP-UX user on the local host.
.TP
\fB-n\fP namespace
Specifies the 
.IR namespace 
for the operation.
.TP
.B -R
Specifies read authorization on the namespace.
.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 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 (1M), cimconfig (1M).

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2