- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: "rexecd: Password for this account expired."
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
02-11-2003 07:38 AM
02-11-2003 07:38 AM
"rexecd: Password for this account expired."
He recently changed password and has got this error ever since, although he can log in okay using normal telnet. No other users are having the problem. The HP machine is a NIS+ client, if that's relevant.
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 03:34 PM
02-11-2003 03:34 PM
Re: "rexecd: Password for this account expired."
Fix text:- A password expires unexpectedly in an NIS+ environment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 09:03 AM
02-12-2003 09:03 AM
Re: "rexecd: Password for this account expired."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 09:27 AM
02-12-2003 09:27 AM
Re: "rexecd: Password for this account expired."
When nispasswd table does not contain any shadow password info, the password structure is getting initialised to incorrect aging values,
which results in incorrect aging info when pwget is called. This results
in the expiry of password when the user logs in.
The fix was first included in 11.0 patch PHNE_24909 and
11.11 patch PHNE_24910 these patches are superceeded by PHNE_28102 and PHNE_28103
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 09:28 AM
02-12-2003 09:28 AM
Re: "rexecd: Password for this account expired."
I'm afraid I have no answers, but have some questions for you :)
Have you tried changing another user's password to this password before attempting to login in the same way?
Do any other users have the same problem?
Is the HP server running as a trusted system? If so, could you attach the /tcb/files/auth/<1st letter of login>/
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 09:45 AM
02-12-2003 09:45 AM
Re: "rexecd: Password for this account expired."
I repeat that there is no problem using his account with telnet - it is only when trying to use rexec, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 07:31 AM
02-13-2003 07:31 AM
Re: "rexecd: Password for this account expired."
1) Is there anything unusual about the username? (characters, length)
2) Does the same rexec command from a HP-UX box result in the error?
3) Do you have any password ageing setup?
I have read about a similar case (telnet worked, rlogin, rexec didn't) which was resolved by the patch Iain mentioned earlier.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 05:26 PM
02-13-2003 05:26 PM
Re: "rexecd: Password for this account expired."
NIS+ and trusted does not update passwd data correctly
Defect Description:
The shadow password field consists of 7 fields out of which 3 fields are related to aging (lastchg, max and min). These shadow fields are
delimited by ':'(eg.99:-1:-1:-1:-1::0, The first field corresponds to lastchg(99), the second field min(-1) and third field max(-1)):. Aging
should not be enabled when the lastchg is less than 0 OR (max AND min) are less than 0.
Irrespective of whether the system is in "Trusted mode" or "Non-Trusted mode", the interpretation of the shadow field should remain the same. The interpretation rule should
be whenever a valid number is present in one of the fields it should be converted to long and when any inconsistent character is
encountered it should be interpreted as -1.
When any character other than a valid number is encountered the field values (lastchg, max, min etc) are set to 0, instead of -1, which results in incorrect aging string. The incorrect aging string leads to the occurance of the jag. The above behaviour of setting the fields to 0 when an non-digit character is encountered, happens because of the behaviour of strtol()
function. The shadow fields are parsed and strtol() is called to convert the string to long with the base as 10. The strtol() returns zero
if the character encountered is anything other than digits (an inconsistent character with the base). When consecutive colons(:::::) are
set in shadow fields, strtol() returns zero, which is set for the fields of the shadow
column. Becuase of the the flag to disable aging is not set and aging is enabled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 02:45 AM
02-14-2003 02:45 AM
Re: "rexecd: Password for this account expired."
Thanks for your replies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 05:00 AM
02-17-2003 05:00 AM
Re: "rexecd: Password for this account expired."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 02:04 AM
02-26-2003 02:04 AM
Re: "rexecd: Password for this account expired."
I have applied that patch, but it hasn't made any difference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 04:31 AM
02-26-2003 04:31 AM
Re: "rexecd: Password for this account expired."
I think it's probably a good time to log a software call with your local HP response centre, so that they can investigate this fully.
best regards,
Darren.