- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Authck error: cannot have a password set on the ac...
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
09-09-2003 01:31 AM
09-09-2003 01:31 AM
I'm having a problem running passwd for certain user accounts on a trusted HP 10.20 machine. When I try setting a password I get the following:
passwd csmcred
Password cannot be changed. Reason: Not allowed to execute passwd for the given user.
I've checked and the user exists in the passwd file and the tcb database. When I run pwck, I get no significant errors, however authck -p shows the following error for every user account:
Userid cannot have a password set on the account
(Although the authck error is reported for every user in the passwd file, the passwd error only occurs for certain users).
I reckon untrusting and retrusting the box will probably solve this, but I was hoping someone out there might be able to suggest a more elegant solution or explain what's going wrong. Many thanks - Sand
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2003 01:44 AM
09-09-2003 01:44 AM
Solutioncheck next doc from the technical knowledge base,
Document description: OTHER: root unable to change user's password on trusted system
Document id: A5462641
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062950780
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2003 02:13 AM
09-09-2003 02:13 AM
Re: Authck error: cannot have a password set on the account
default: :d_name=default: :d_boot_authenticate@: :u_pwd=*: :u_owner=root:u_auditid#385: :u_auditflag#-1: :u_minchg#604800:u_maxlen#8:u_exp#2592000:u_life#15552000: :u_pw_expire_warning#259200:u_pswduser=root:u_pickpw:u_genpwd: :u_restrict@:u_nullpw@:u_genchars@:u_genletters: :u_suclog#0:u_unsuclog#0:u_maxtries#5:u_lock: : :t_logdelay#2:t_maxtries#10:t_login_timeout#0: :chkent:
I checked this file on another trusted 10.20 machine (that doesn't exhibit this error) and it looked pretty much identical. I also checked the passwd file for duplicateroot accounts ( userid 0) but this too drew a blank. Any further feedback would be great. Cheers - sandy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2003 02:19 AM
09-09-2003 02:19 AM
Re: Authck error: cannot have a password set on the account
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2003 02:39 AM
09-09-2003 02:39 AM
Re: Authck error: cannot have a password set on the account
It would be useful to see the tcb file for one of your problem users; it's best to attach it as a txt file rather than pasting it into your post.
Are there are files under /tcb/files/auth ending in -t?
Before you dig any deeper into these errors, how well patched is this machine; and when did the problem start occuring? The patching issue is vital for trusted systems at 10.20, there being patches for login, SAM that you shouldn't be missing. Although 10.20 is no longer supported by HP, you can still download patches for it. Also knowing when it started may give you a hint of something that was changed around that time.
regards,
Darren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2003 02:44 AM
09-09-2003 02:44 AM
Re: Authck error: cannot have a password set on the account
you say that the passwd error only occurs for certain users. Do these users have something in common? Do they occur consecutively in /etc/passwd?
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2003 04:05 AM
09-09-2003 04:05 AM
Re: Authck error: cannot have a password set on the account
http://osr5doc.ca.caldera.com:457/cgi-bin/man/man?prpw+F
and explained that this means only the user themselves can set the password for the account. Thanks again for your responses.