OPENNEBULA(8)             System Administration Utilities            OPENNEBULA(8)

NAME
       OpenNebula - OpenNebula User command

SYNOPSIS
       oneuser [<options>] <command> [<parameters>]

DESCRIPTION
       This  command enables the OpenNebula administrator to manage users, adding,
       listing and deleting them.

       The create and passwd commands accept the  [-r,  --read-file]  option.  Use
       this  option  to  store  the contents of a file (without hashing it) as the
       password.

OPTIONS
       -l, --list x,y,z
              Selects columns to display with list command

       --list-columns
              Information about the columns available to display, order or filter

       -o, --order x,y,z
              Order by these columns, column  starting  with  -  means  decreasing
              order

       -f, --filter x,y,z
              Filter data. An array is specified with column=value pairs.

       -v, --verbose
              Tells more information if the command is successful

       -n, --no-hash
              Store plain password into the database

       -r, --read-file
              Read password from file

       -h, --help
              Shows this help message

       --version
              Shows version and copyright information

COMMANDS
       create (Creates a new user)

              oneuser create username password

       delete (Removes a user)

              oneuser delete <id>

       list (Lists all the users in the pool)

              oneuser list

       passwd (Changes the given user's password)

              oneuser passwd <id> password

       Information Columns:

       UID       User ID

       NAME      Name of the user

       PASSWORD  SHA1 encrypted password

       ENABLE    Whether the user is enabled or not

COPYRIGHT
       Copyright 2002-2010, OpenNebula Project Leads (OpenNebula.org)

       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

OpenNebula 2.0.1                   November 2010                     OPENNEBULA(8)