1. oneuser(1)
  2. oneuser(1) -- manages OpenNebula users
  3. oneuser(1)

NAME

oneuser - manages OpenNebula users

SYNOPSIS

oneuser command [args] [options]

OPTIONS

 --group id|name           Comma-separated list of Groups for the new User.
                           The first Group will be the main one.
 -r, --read-file           Read password from file
 --sha1                    The password will be hashed using the sha1
                           algorithm
 --ssh                     SSH Auth system
 --x509                    x509 Auth system for x509 certificates
 -k, --key path_to_private_key_pem Path to the Private Key of the User
 -c, --cert path_to_user_cert_pem Path to the Certificate of the User
 --driver driver           Driver to authenticate this user
 -a, --append              Append new attributes to the current template
 --x509_proxy              x509 Auth system based on x509 proxy certificates
 --proxy path_to_user_proxy_pem Path to the user proxy certificate
 --time x                  Token duration in seconds, defaults to 36000 (10
                           h). To reset the token set time to 0.To generate
                           a non-expiring token use -1 (not valid for ssh
                           and x509 tokens).
 --force                   Force one_auth file rewrite
 --stdin_password          enable stdin password
 -l, --list x,y,z          Selects columns to display with list command
 -c, --listconf conf       Selects a predefined column list
 -d, --delay x             Sets the delay in seconds for top command
 -f, --filter x,y,z        Filter data. An array is specified with
                           column=value pairs.
 --csv                     Write table in csv format
 -x, --xml                 Show the resource in xml format
 -n, --numeric             Do not translate user and group IDs
 --describe                Describe list columns
 --token token_hint        The Token to be loaded.
 --global                  Find a global Token.
 -v, --verbose             Verbose mode
 -h, --help                Show this message
 -V, --version             Show version and copyright information
 --user name               User name used to connect to OpenNebula
 --password password       Password to authenticate with OpenNebula
 --endpoint endpoint       URL of OpenNebula xmlrpc frontend

COMMANDS

ARGUMENT FORMATS

LICENSE

OpenNebula 5.4.13 Copyright 2002-2017, OpenNebula Project, OpenNebula Systems

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

  1. June 2018
  2. oneuser(1)