Hi,

Installing opennebula 3.0 on debian squeeze using [1], I've found a
authentication problem with oneadmin.

The installation process creates oneadmin properly, generates the pair
ssh keys and oned is launched by oneadmin.

In order to verify installation:

oneadmin@mut:~$ onevm list
ONE_AUTH file not present

This is OK, oneadmin password is not defined in ~/.one/one_auth

oneadmin@mut:~$ mkdir ~/.one
oneadmin@mut:~$ echo "oneadmin:password" > ~/.one/one_auth
oneadmin@mut:~$ chmod 600 ~/.one/one_auth
oneadmin@mut:~$ one stop
oneadmin@mut:~$ one start

oneadmin@mut:~$ onevm list
[VirtualMachinePoolInfo] User couldn't be authenticated, aborting call.

What's the problem?

I've found the SHA1 hash password for oneadmin in one.db doesn't match
with the password defined in ~/.one/one_auth. If hash password is
modified to proper value or one.db is deleted, after stop/start one
authentication becomes operative.

Making a new clean installation, /var/lib/one/one.db exists and oneadmin
user is defined with a hashed password before oneadmin password was set
in /var/lib/one/.one/one_auth. Is this correct or is a bug?

Thanks

[1]
http://dev.opennebula.org/packages/opennebula-3.0.0/Debian-6.0.2/opennebula_3.0.0-1_amd64.deb



_______________________________________________
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to