LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   Is it possible to reset administrator password? (https://www.linuxquestions.org/questions/linux-security-4/is-it-possible-to-reset-administrator-password-4175448982/)

Francseven 02-07-2013 02:48 AM

Is it possible to reset administrator password?
 
Dear all, is it possible to reset administrator password on zentyal? please help,
i already try use Grub into recovery mode and also use edit, it is give me same error "Authentication token manipulation error" password unchanged,
fyi my server is setting by one provider and they are reject to recover the password because i forgot the password to login

N/B : i have access to physical server

is there any solution?

Thank you in advance

pan64 02-07-2013 03:58 AM

see the links at the bottom about similar threads:
http://www.linuxquestions.org/questi...ssword-743623/

Francseven 02-07-2013 07:58 PM

1 Attachment(s)
Quote:

Originally Posted by pan64 (Post 4886102)
see the links at the bottom about similar threads:
http://www.linuxquestions.org/questi...ssword-743623/

i am still cant solve it, is there any solution?

fyi, this is my linux Zentyal version

Habitual 02-07-2013 08:07 PM

You'll need to boot into single user mode.
or possibly: http://www.google.com/search?q=singl...te:zentyal.org

TobiSGD 02-07-2013 08:08 PM

If you boot into recovery mode you should automatically be logged in as root, so you just have to set a new password for your user with
Code:

passwd USERNAME
If that doesn't work please provide the exact error-message(s) you get.

Francseven 02-12-2013 07:26 PM

Quote:

Originally Posted by TobiSGD (Post 4886683)
If you boot into recovery mode you should automatically be logged in as root, so you just have to set a new password for your user with
Code:

passwd USERNAME
If that doesn't work please provide the exact error-message(s) you get.

Yes TobiSGD, its automatically direct me to root, but when i typed passws administrator, its give me this error below,
"Authentication token manipulation error"
password unchanged,

is it possible for previous administrator block this access or he protect & forbidden any user to change administrator password? because this server is handled by another administrator before

Thank you in advance

Francseven 02-12-2013 07:29 PM

Quote:

Originally Posted by Habitual (Post 4886681)

Thank Habitual, reading and find solution now

TobiSGD 02-13-2013 04:55 AM

Check if the filesystem is mounted read only. Also check the permissions on /etc/passwd and /etc/shadow, maybe the immutable bit is set.


All times are GMT -5. The time now is 09:44 PM.