LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Arkeia Reset password (https://www.linuxquestions.org/questions/linux-software-2/arkeia-reset-password-920546/)

nadrog 12-26-2011 06:11 AM

Arkeia Reset password
 
Hi all I need reset root
password from arkeia installation
which works fine one year.
I was forgot my password so need reset to defolts
I was install arkeia on ubuntu 8.04
and can acces on
/root/opt/arkeia/

regards
Gordan

ochienged 12-26-2011 12:42 PM

So what do you want to reset, is it the root password or the password to arkeia?

If you need help resetting the root password, maybe I can be of assistance. All you need to do is to start your computer in single user/rescue/recovery mode. Make a backup copy of the /etc/passwd, open it in an editor of choice and delete whatever is between the first two colons. Save the file and start your computer normally and you should be able to access your root account without need for a password

Should graphical root login be disabled in your install, you can login as another user and enter in gnome-shell/terminal
Quote:

su - root
. Enter no password and this should give your root privileges.

Don't forget to create a new password as soon as possible.

technonick 12-27-2011 10:04 AM

The Arkeia password is stored in the Arkeia directory in either /root/opt/arkeia/server/dbase/f3sec/usr.lst. Edit the file and make it look like this:

ITEM {
"DENY" "*"
"NODE" "*"
"PASSWORD" ""
"EMAIL" "youremail@email.com"
"ROLE" "ADMINISTRATOR"
"NAME" "root"
}

The password is stored in encrypted format, changing it to "" will make it have no password.

You should be able to log in, without a password.


All times are GMT -5. The time now is 07:14 AM.