* changing password
@ 2003-04-30 17:14 Kirkwood, David A
2003-04-30 20:52 ` Keith Morse
2003-04-30 21:11 ` Jeff Largent
0 siblings, 2 replies; 5+ messages in thread
From: Kirkwood, David A @ 2003-04-30 17:14 UTC (permalink / raw)
To: 'linux-admin@vger.kernel.org '
I tries to change passwords on the system and get the following:
Changing password for user root.
passwd: Authentication token manipulation error
I shut the system down to single user and got the same.
I am running RH7.3. I know I have changed the password before
and had the same problem, but don't remember what I did.
All help is appreciated.
Dave
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: changing password
2003-04-30 17:14 changing password Kirkwood, David A
@ 2003-04-30 20:52 ` Keith Morse
2003-04-30 21:12 ` Mikel Bauer
2003-04-30 21:11 ` Jeff Largent
1 sibling, 1 reply; 5+ messages in thread
From: Keith Morse @ 2003-04-30 20:52 UTC (permalink / raw)
To: Kirkwood, David A; +Cc: 'linux-admin@vger.kernel.org '
On Wed, 30 Apr 2003, Kirkwood, David A wrote:
> I tries to change passwords on the system and get the following:
>
> Changing password for user root.
> passwd: Authentication token manipulation error
>
> I shut the system down to single user and got the same.
>
> I am running RH7.3. I know I have changed the password before
> and had the same problem, but don't remember what I did.
>
> All help is appreciated.
In all the time I've administered Linux/Unix I've not seen this error. The
following may help.
From a posting on UseNet via google:
http://www.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=200105032006.QAA06053%40kuznets.fas.harvard.edu&rnum=5&prev=/groups%3Fas_epq%3Dpasswd%253A%2520Authentication%2520token%2520manipulation%2520error%26safe%3Dimages%26ie%3DUTF-8%26oe%3DUTF-8%26lr%3D%26hl%3Den
Does the file /etc/shadow exhist? The default install of Red
Hat uses shadow passwords, and I think what may be happening in that
qhen they try and change the password, there is no entry for the user in
/etc/shadow, so pam has problems. Backup /etc/shadow, and /etc/passwd.
The delete /etc/shadow, and run pwconv to convert your password file to
shadow passwords. If this fixes the problem, you will also want to run
grpconv.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: changing password
2003-04-30 17:14 changing password Kirkwood, David A
2003-04-30 20:52 ` Keith Morse
@ 2003-04-30 21:11 ` Jeff Largent
1 sibling, 0 replies; 5+ messages in thread
From: Jeff Largent @ 2003-04-30 21:11 UTC (permalink / raw)
To: Kirkwood, David A; +Cc: 'linux-admin@vger.kernel.org '
The only time I've ever seen errors changing have been if
/etc/passwd- or /etc/shadow- have been deleted.
Jeff
Kirkwood, David A wrote:
> I tries to change passwords on the system and get the following:
>
> Changing password for user root.
> passwd: Authentication token manipulation error
>
> I shut the system down to single user and got the same.
>
> I am running RH7.3. I know I have changed the password before
> and had the same problem, but don't remember what I did.
>
> All help is appreciated.
>
> Dave
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
--
Jeff Largent ImageLinks, Inc.
Sr System Admin Melbourne, Fl 32935
(321) 253-0011 fax: (321) 253-5559
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: changing password
2003-04-30 20:52 ` Keith Morse
@ 2003-04-30 21:12 ` Mikel Bauer
0 siblings, 0 replies; 5+ messages in thread
From: Mikel Bauer @ 2003-04-30 21:12 UTC (permalink / raw)
To: Keith Morse; +Cc: Kirkwood, David A, 'linux-admin@vger.kernel.org '
Unfortunately, this will simply break your shadows.
The article on usenet refers to someone migrating from HPUX to RedHat.
The HPUX in question probably didn't have shadowed password, whereas
redhat expects it.
pwconv takes a non shadowed password or group file, then creates the
appropriate shadow. (pwunconv is the reverse).
The problem with your statement Keith is that if you delete the shadow
file on a default redhat installation, you will have successfully
deleted all of the passwords, and if you run pwconv on a standard redhat
passwd file, you will basically have a copy of the passwd file, simply
labelled shadow, minus the names, comments, shell and home.
This sounds more like a problem with either the passwd binary, or, if
you are using it, PAM.
Unfortunately, I can offer no suggestions on what is really broken, or
how to fix it. I simply wanted to clear up the password issue.
--
Mikel Bauer
mikel@bridgeband.net
Keith Morse wrote:
> On Wed, 30 Apr 2003, Kirkwood, David A wrote:
>
>
>> I tries to change passwords on the system and get the following:
>>
>>Changing password for user root.
>>passwd: Authentication token manipulation error
>>
>>I shut the system down to single user and got the same.
>>
>>I am running RH7.3. I know I have changed the password before
>>and had the same problem, but don't remember what I did.
>>
>>All help is appreciated.
>
>
> In all the time I've administered Linux/Unix I've not seen this error. The
> following may help.
>
>>From a posting on UseNet via google:
>
> http://www.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=200105032006.QAA06053%40kuznets.fas.harvard.edu&rnum=5&prev=/groups%3Fas_epq%3Dpasswd%253A%2520Authentication%2520token%2520manipulation%2520error%26safe%3Dimages%26ie%3DUTF-8%26oe%3DUTF-8%26lr%3D%26hl%3Den
>
>
> Does the file /etc/shadow exhist? The default install of Red
> Hat uses shadow passwords, and I think what may be happening in that
> qhen they try and change the password, there is no entry for the user in
> /etc/shadow, so pam has problems. Backup /etc/shadow, and /etc/passwd.
> The delete /etc/shadow, and run pwconv to convert your password file to
> shadow passwords. If this fixes the problem, you will also want to run
> grpconv.
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: changing password
@ 2003-05-01 14:01 Kirkwood, David A
0 siblings, 0 replies; 5+ messages in thread
From: Kirkwood, David A @ 2003-05-01 14:01 UTC (permalink / raw)
To: ''linux-admin@vger.kernel.org ' '
Thanks for everyone's help. The problem turned out to
be with th system-auth file in the pam.d directory.
I had turned off the md5 requirement due to an incompatability
with the Solaris password authentication in the NIS tables. As
soon as I turned it back on, I was able to change the password.
Thanks for all the help,
Dave
Kirkwood, David A wrote:
> I tries to change passwords on the system and get the following:
>
> Changing password for user root.
> passwd: Authentication token manipulation error
>
> I shut the system down to single user and got the same.
>
> I am running RH7.3. I know I have changed the password before
> and had the same problem, but don't remember what I did.
>
> All help is appreciated.
>
> Dave
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin"
in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-05-01 14:01 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-30 17:14 changing password Kirkwood, David A
2003-04-30 20:52 ` Keith Morse
2003-04-30 21:12 ` Mikel Bauer
2003-04-30 21:11 ` Jeff Largent
-- strict thread matches above, loose matches on Subject: below --
2003-05-01 14:01 Kirkwood, David A
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).