- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Can't change password
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 01:53 AM
03-04-2003 01:53 AM
the error is
#passwd
Changing password for edpuser
(current) UNIX password:
#passwd passwd: Authentication token manipulation error,
how to fix it ? thx
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 02:10 AM
03-04-2003 02:10 AM
Solutionwhat is the distro u are running.
did a bit of googling and discovered that this is a bug with PAM supplied with RHL 7.0 and looks pretty old. the link is below.
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=27552
also, if pls run up2date to get update with the latest list of patches.
hth
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 03:35 AM
03-04-2003 03:35 AM
Re: Can't change password
Please do this as root.
#chmod u+s /usr/bin/passwd
Try again as that user to change the password.
HOpe your problem is solved.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 09:21 PM
03-04-2003 09:21 PM
Re: Can't change password
root can, the user can't
You you try and change a password of user schmo to orange1 as user schmo, Linux will not allow that.
A secure password has at least one number, at least one capital letter and is not based on a dictionary word.
I make the following challenge.
Create a couple of users on a Linux with passwords like orange1 or other dictionary words.
send me a copy of the /etc/passwd file at stevenprotter@juf.org
I will crack those passwords in less than an hour.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 09:44 PM
03-05-2003 09:44 PM
Re: Can't change password
I used U.SivaKumar's method , it still can't ,
besides, the error is not because my password too simple , it just don't allow to change password , thx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 10:27 PM
03-05-2003 10:27 PM
Re: Can't change password
hth
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 10:47 PM
03-05-2003 10:47 PM
Re: Can't change password
Try this for /etc/pam.d/passwd:
auth required /lib/security/pam_unix.so
account required /lib/security/pam_unix.so
password required /lib/security/pam_cracklib.so difok=2 minlen=8
dcredit=2 ocredit=2 retry=3
password required /lib/security/pam_unix.so md5 shadow use_authtok
Then reboot.
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 04:57 AM
03-06-2003 04:57 AM
Re: Can't change password
I use RH 7.2
the content of the file /etc/pam.d/passwd is
auth required /lib/security/pam_stack.so service=system-auth
account required /lib/security/pam_stack.so service=system-auth
password required /lib/security/pam_stack.so service=system-auth
is it OK ? thx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 12:54 AM
03-12-2003 12:54 AM
Re: Can't change password
-r-S--x--x 1 root root 13476 Aug 7 2001 passwd ,
but still can't let the user to change their password, can suggest how to solve it? thx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 02:22 AM
03-12-2003 02:22 AM
Re: Can't change password
NOT OK..... ;-)
Should be -r-s--x--x
Again
#chmod u+s /usr/bin/passwd
Please use small "s" not capital "S".
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 07:23 PM
03-13-2003 07:23 PM
Re: Can't change password
but the mode is still capital letter "S" , how can make it to small letter ? thx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2003 08:58 PM
03-16-2003 08:58 PM
Re: Can't change password
i think the passwd binary doesnt have execute permission.
how about trying this.
chmod 4555 /usr/bin/passwd.
or
chmod +x /usr/bin/passwd
chmod u+x /usr/bin/passwd
hth
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2003 12:21 AM
03-18-2003 12:21 AM
Re: Can't change password
check for any wrong entry in /etc/shadow. the file.
regds
Gk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 11:41 PM
03-20-2003 11:41 PM
Re: Can't change password
you could also check if someone changed the atrributes on your files.
# lsattr /usr/bin/passwd
# lsattr /etc/passwd
# lsattr /etc/shadow
There should be NON set on these files.