1cimuser(8)                                                          cimuser(8)
2
3
4

NAME

6       cimuser - add, modify, remove, or list CIM users
7

SYNOPSIS

9       cimuser -a -u username [ -w password ]
10
11       cimuser -m -u username [ -w old password ] [ -n new password ]
12
13       cimuser -r -u username
14
15       cimuser -l
16
17       cimuser -h
18
19       cimuser --help
20
21       cimuser --version
22
23

REMARKS

25       This command can be executed only by privileged user(s).
26

DESCRIPTION

28       The cimuser command command provides a command line interface to manage
29       CIM users. If the password is not specified at the  command  line,  the
30       user will be prompted for it. If more than 8 characters are entered for
31       the password, then the first eight characters will be used. There is no
32       default  authorization  permissions set for newly added users. For more
33       information on adding authorization information see cimauth(8).
34
35   Options
36       The cimuser command recognizes the following options:
37
38              -a             Add a new CIM user.
39
40              -h, --help     Display command usage information.
41
42              -l             List the names of CIM users.
43
44              -m             Modify a CIM user password.
45
46              -n             Supply a new  password  for  the  specified  user
47                             name.  WARNING: Passwords should not be specified
48                             on the command line on a multi-user system, since
49                             command-line options are typically world-readable
50                             for a short window of time.  If  no  password  is
51                             provided on the command line, cimuser will prompt
52                             for one.
53
54              -r             Remove the specified CIM user.
55
56              -u             Specify a CIM user name.
57
58              --version      Display CIM Server version number.
59
60              -w             Supply a password for the  specified  user  name.
61                             WARNING: Passwords should not be specified on the
62                             command line on a multi-user system,  since  com‐
63                             mand-line  options  are  typically world-readable
64                             for a short window of time.  If  no  password  is
65                             provided on the command line, cimuser will prompt
66                             for one.
67

EXIT STATUS

69       When an error occurs, an error message is  written  to  stderr  and  an
70       error value of 1 is returned. The following return values are returned:
71
72              0      Successful completion
73              1      Error
74

USAGE NOTE

76       The cimuser command requires that the CIM Server is running.
77

EXAMPLES

79       The  following  command adds user "guest", a new CIM user. The password
80       for this user is "guest".
81
82              cimuser -a -u guest -w guest
83
84       The following command adds user "guest", a  new  CIM  user.  Since  the
85       password  is  not  specified  on  the  command  line,  the user will be
86       prompted for it.
87
88              cimuser -a -u guest
89
90              Please enter your password:
91
92              Please re-enter your password:
93
94
95       The following command modifies the password  for user "guest", with the
96       new password "bar".
97
98              cimuser -m -u guest -w foo -n bar
99
100       The following command removes the CIM user "guest".
101
102              cimuser -r -u guest
103
104       The following command displays the list of CIM user names.
105
106              cimuser -l
107

SEE ALSO

109       cimserver(8), cimconfig(8).
110
111
112
113                                                                    cimuser(8)
Impressum