Bug #135
ONE_AUTH Password Containing Period Is Different For Hash Stored In Database Than Hash Created When Running Commands
Status: | Closed | Start date: | 08/21/2009 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Client API & Library | |||
Target version: | Release 1.4 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: |
Description
The one-way hash for a password containing a period is different than the hash created when checking the password hash. I verified that the issue was the hash by using a proxy to monitor requests sent to the RPC server from the command line utilities.
Steps to Replicate:
Create user with a password containing a period & run any command that the user should have access rights to.
Associated revisions
Bug extracting user and password from ONE_AUTH (#135)
git-svn-id: http://svn.opennebula.org/one/trunk@779 3034c82b-c49b-4eb3-8279-a7acafdc01c0
History
#1 Updated by Javi Fontan almost 12 years ago
- Category set to Client API & Library
- Status changed from New to 3
- Assignee set to Javi Fontan
- Resolution set to fixed
The problem was in the way client OpenNebula API parsed ONE_AUTH. It only allowed letters, numbers and _ (regexp \w).
#2 Updated by Ruben S. Montero almost 12 years ago
- Target version set to Release 1.4
#3 Updated by Ruben S. Montero almost 10 years ago
- Status changed from 3 to Closed