- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: hp unix 11 password are not required
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
04-02-2004 04:27 AM
04-02-2004 04:27 AM
Solved! Go to Solution.
- Tags:
- Password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 04:29 AM
04-02-2004 04:29 AM
SolutionGo through them, and set password - either from sam or command line:
passwd userid
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 04:33 AM
04-02-2004 04:33 AM
Re: hp unix 11 password are not required
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 04:41 AM
04-02-2004 04:41 AM
Re: hp unix 11 password are not required
If you still aren't getting prompted, then it probably has to do with the password file. Is it a trusted system?
-Hazem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 04:43 AM
04-02-2004 04:43 AM
Re: hp unix 11 password are not required
Check out the .rhosts files?
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 04:43 AM
04-02-2004 04:43 AM
Re: hp unix 11 password are not required
check your /etc/pam.conf file.
login should have:
auth required
account required
session required
password required
in the appropriate sections.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 04:51 AM
04-02-2004 04:51 AM
Re: hp unix 11 password are not required
Here is what I've have so far, I am still getting the same problem
Hazem - The system is not trusted
there is no .rhost file
/etc/pam.conf file is ok -every thing is tagged required.
Di you think I can blow away the passwd file and recreate it using some tool?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 04:55 AM
04-02-2004 04:55 AM
Re: hp unix 11 password are not required
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 05:00 AM
04-02-2004 05:00 AM
Re: hp unix 11 password are not required
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 05:01 AM
04-02-2004 05:01 AM
Re: hp unix 11 password are not required
In the /etc/passwd file is the second field null = i.e. like
username::UID:GID:GEICOS:HOME_DIR:SHELL
If so, then you can just hit
Then all you need to do is set PWs for the users.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 05:08 AM
04-02-2004 05:08 AM
Re: hp unix 11 password are not required
Run pwck on your /etc/passwd file
If it is bad, to recreate it - Boot from recovery CD and copy standard
passwd file to /etc
You will lose all the users....
You will have to set the root password before you reboot...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 05:09 AM
04-02-2004 05:09 AM
Re: hp unix 11 password are not required
If it is not the PAM file, and you tried resetting the passwd file. I do not know a tool to recreate the passwd file. If you have an other server you could copy that file. You can also use vipw and delete all unnessesery lines. If this does not help I would go for a clean install. On a system like that there can be a lot more not configured correct.
Is this possible, no apps running?
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 05:13 AM
04-02-2004 05:13 AM
Re: hp unix 11 password are not required
Thanks everybody
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 05:17 AM
04-02-2004 05:17 AM
Re: hp unix 11 password are not required
However, I think I would get a good backup of application data, and do a fresh install.
copy the current passwd file to another machine for reference after you rebuild.
I wouldn't trust that machine, in my environment, how can you guarantee system integrity?
Of course this may not be possible.