Bug #991

server_cipher passwords are not hashed

Added by Carlos Martín over 9 years ago. Updated over 9 years ago.

Status:ClosedStart date:11/18/2011
Priority:NormalDue date:
Assignee:Daniel Molina% Done:

100%

Category:CLI
Target version:Release 3.2 - Beta1
Resolution:fixed Pull request:
Affected Versions:OpenNebula 3.2

Description

In the same way as the core driver, the server_cipher driver expects the passwords to be the sha1 hash.

$ oneuser create new abc --driver core
ID: 4
$ oneuser create new2 abc --driver server_cipher
ID: 5
$ oneuser list
  ID GROUP    NAME            AUTH                                               PASSWORD
[...]
   4 users    new             core               a9993e364706816aba3e25717850c26c9cd0d89d
   5 users    new2            server_c                                                abc

Associated revisions

Revision f3eee993
Added by Daniel Molina over 9 years ago

bug #991: server_cipher passwords are hashed

Revision 007e396e
Added by Daniel Molina over 9 years ago

bug #991: Add cipher auth constant

History

#1 Updated by Ruben S. Montero over 9 years ago

  • Target version changed from Release 3.4 to Release 3.2 - Beta1

#2 Updated by Daniel Molina over 9 years ago

  • Category set to CLI
  • Status changed from New to Closed
  • Assignee set to Daniel Molina
  • % Done changed from 0 to 100
  • Resolution set to fixed

Also available in: Atom PDF