@@ -187,7 +187,7 @@ def parse_password(f)
187
187
match_obj [ 1 ]
188
188
end
189
189
190
- #- **password**
190
+ # - **password**
191
191
# The user's password, in whatever encrypted format the local machine
192
192
# requires. Be sure to enclose any value that includes a dollar sign ($)
193
193
# in single quotes ('). Requires features manages_passwords.
@@ -312,49 +312,49 @@ def deletecmd
312
312
end
313
313
314
314
# UNSUPPORTED
315
- #- **profile_membership**
315
+ # - **profile_membership**
316
316
# Whether specified roles should be treated as the only roles
317
317
# of which the user is a member or whether they should merely
318
318
# be treated as the minimum membership list. Valid values are
319
319
# `inclusive`, `minimum`.
320
320
# UNSUPPORTED
321
- #- **profiles**
321
+ # - **profiles**
322
322
# The profiles the user has. Multiple profiles should be
323
323
# specified as an array. Requires features manages_solaris_rbac.
324
324
# UNSUPPORTED
325
- #- **project**
325
+ # - **project**
326
326
# The name of the project associated with a user Requires features
327
327
# manages_solaris_rbac.
328
328
# UNSUPPORTED
329
- #- **role_membership**
329
+ # - **role_membership**
330
330
# Whether specified roles should be treated as the only roles
331
331
# of which the user is a member or whether they should merely
332
332
# be treated as the minimum membership list. Valid values are
333
333
# `inclusive`, `minimum`.
334
334
# UNSUPPORTED
335
- #- **roles**
335
+ # - **roles**
336
336
# The roles the user has. Multiple roles should be
337
337
# specified as an array. Requires features manages_roles.
338
338
# UNSUPPORTED
339
- #- **key_membership**
339
+ # - **key_membership**
340
340
# Whether specified key value pairs should be treated as the only
341
341
# attributes
342
342
# of the user or whether they should merely
343
343
# be treated as the minimum list. Valid values are `inclusive`,
344
344
# `minimum`.
345
345
# UNSUPPORTED
346
- #- **keys**
346
+ # - **keys**
347
347
# Specify user attributes in an array of keyvalue pairs Requires features
348
348
# manages_solaris_rbac.
349
349
# UNSUPPORTED
350
- #- **allowdupe**
350
+ # - **allowdupe**
351
351
# Whether to allow duplicate UIDs. Valid values are `true`, `false`.
352
352
# UNSUPPORTED
353
- #- **auths**
353
+ # - **auths**
354
354
# The auths the user has. Multiple auths should be
355
355
# specified as an array. Requires features manages_solaris_rbac.
356
356
# UNSUPPORTED
357
- #- **auth_membership**
357
+ # - **auth_membership**
358
358
# Whether specified auths should be treated as the only auths
359
359
# of which the user is a member or whether they should merely
360
360
# be treated as the minimum membership list. Valid values are
0 commit comments