]> git.proxmox.com Git - pve-docs.git/blame - pveum.1-synopsis.adoc
do not use asciidoc macros inside NAME section
[pve-docs.git] / pveum.1-synopsis.adoc
CommitLineData
1f554f76
DM
1*pveum* `<COMMAND> [ARGS] [OPTIONS]`
2
3*pveum acldel* `<path> -roles <string>` `[OPTIONS]`
4
5Update Access Control List (add or remove permissions).
6
7`<path>` `string` ::
8
9Access control path
10
11`-groups` `string` ::
12
13List of groups.
14
15`-propagate` `boolean` (default=`1`)::
16
17Allow to propagate (inherit) permissions.
18
19`-roles` `string` ::
20
21List of roles.
22
23`-users` `string` ::
24
25List of users.
26
27
28
29*pveum aclmod* `<path> -roles <string>` `[OPTIONS]`
30
31Update Access Control List (add or remove permissions).
32
33`<path>` `string` ::
34
35Access control path
36
37`-groups` `string` ::
38
39List of groups.
40
41`-propagate` `boolean` (default=`1`)::
42
43Allow to propagate (inherit) permissions.
44
45`-roles` `string` ::
46
47List of roles.
48
49`-users` `string` ::
50
51List of users.
52
53
54
55
56*pveum groupadd* `<groupid>` `[OPTIONS]`
57
58Create new group.
59
60`<groupid>` `string` ::
61
62no description available
63
64`-comment` `string` ::
65
66no description available
67
68
69
70*pveum groupdel* `<groupid>`
71
72Delete group.
73
74`<groupid>` `string` ::
75
76no description available
77
78
79
80*pveum groupmod* `<groupid>` `[OPTIONS]`
81
82Update group data.
83
84`<groupid>` `string` ::
85
86no description available
87
88`-comment` `string` ::
89
90no description available
91
92
93
94
95*pveum help* `[<cmd>]` `[OPTIONS]`
96
97Get help about specified command.
98
99`<cmd>` `string` ::
100
101Command name
102
103`-verbose` `boolean` ::
104
105Verbose output format.
106
107
108
109
110*pveum passwd* `<userid>`
111
112Change user password.
113
114`<userid>` `string` ::
115
116User ID
117
118
119
120
121*pveum roleadd* `<roleid>` `[OPTIONS]`
122
123Create new role.
124
125`<roleid>` `string` ::
126
127no description available
128
129`-privs` `string` ::
130
131no description available
132
133
134
135*pveum roledel* `<roleid>`
136
137Delete role.
138
139`<roleid>` `string` ::
140
141no description available
142
143
144
145*pveum rolemod* `<roleid> -privs <string>` `[OPTIONS]`
146
147Create new role.
148
149`<roleid>` `string` ::
150
151no description available
152
153`-append` `boolean` ::
154
155no description available
156+
157NOTE: Requires option(s): `privs`
158
159`-privs` `string` ::
160
161no description available
162
163
164
165
166*pveum ticket* `<username>` `[OPTIONS]`
167
168Create or verify authentication ticket.
169
170`<username>` `string` ::
171
172User name
173
174`-otp` `string` ::
175
176One-time password for Two-factor authentication.
177
178`-path` `string` ::
179
180Verify ticket, and check if user have access 'privs' on 'path'
181+
182NOTE: Requires option(s): `privs`
183
184`-privs` `string` ::
185
186Verify ticket, and check if user have access 'privs' on 'path'
187+
188NOTE: Requires option(s): `path`
189
190`-realm` `string` ::
191
192You can optionally pass the realm using this parameter. Normally the realm
193is simply added to the username <username>@<relam>.
194
195
196
197
198*pveum useradd* `<userid>` `[OPTIONS]`
199
200Create new user.
201
202`<userid>` `string` ::
203
204User ID
205
206`-comment` `string` ::
207
208no description available
209
210`-email` `string` ::
211
212no description available
213
214`-enable` `boolean` (default=`1`)::
215
216Enable the account (default). You can set this to '0' to disable the accout
217
218`-expire` `integer (0 - N)` ::
219
220Account expiration date (seconds since epoch). '0' means no expiration
221date.
222
223`-firstname` `string` ::
224
225no description available
226
227`-groups` `string` ::
228
229no description available
230
231`-keys` `string` ::
232
233Keys for two factor auth (yubico).
234
235`-lastname` `string` ::
236
237no description available
238
9b3e4991 239`-password` ::
1f554f76
DM
240
241Initial password.
242
243
244
245*pveum userdel* `<userid>`
246
247Delete user.
248
249`<userid>` `string` ::
250
251User ID
252
253
254
255*pveum usermod* `<userid>` `[OPTIONS]`
256
257Update user configuration.
258
259`<userid>` `string` ::
260
261User ID
262
263`-append` `boolean` ::
264
265no description available
266+
267NOTE: Requires option(s): `groups`
268
269`-comment` `string` ::
270
271no description available
272
273`-email` `string` ::
274
275no description available
276
277`-enable` `boolean` ::
278
279Enable/disable the account.
280
281`-expire` `integer (0 - N)` ::
282
283Account expiration date (seconds since epoch). '0' means no expiration
284date.
285
286`-firstname` `string` ::
287
288no description available
289
290`-groups` `string` ::
291
292no description available
293
294`-keys` `string` ::
295
296Keys for two factor auth (yubico).
297
298`-lastname` `string` ::
299
300no description available
301
302
303
304