Bug #991
server_cipher passwords are not hashed
Status: | Closed | Start date: | 11/18/2011 | |
---|---|---|---|---|
Priority: | Normal | Due 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
bug #991: server_cipher passwords are hashed
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