- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NIS+ login problem
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
08-07-2005 08:49 PM
08-07-2005 08:49 PM
NIS+ login problem
I'm testing NIS+ on my server and faced this problem. If I use a new user (step-by-step from the book) on the NIS+ server, it works fine on the clients, no problem so far.
But if I use nispopulate, to populate the files with existing users, I can't login with them on clients. I checkd the credentials and they exists, because nispopulate creates them. I tried to change the password, but it still doesn't work. I think I'm missing something, because with a new user created with "nistbladm" it works, so the configuration of server and client must be ok. the problem only exists with users that I imported with nispopulate.
Thanx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 09:16 PM
08-07-2005 09:16 PM
Re: NIS+ login problem
1)What is patch level for
Patch Name: PHNE_32477
Patch Description: s700_800 11.11 ONC/NFS General Release/Performance Patch
2)Is the system trusted
If so try
untrust
nispopulate
retrust
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 09:38 PM
08-07-2005 09:38 PM
Re: NIS+ login problem
How this patch will solve the problem?
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 09:55 PM
08-07-2005 09:55 PM
Re: NIS+ login problem
It gives a better version of the software.
Always use last version although it never clearly documents all fixes.
You are looking for something which may have been fixed already.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 09:56 PM
08-07-2005 09:56 PM
Re: NIS+ login problem
To verify that your tables have been populated successfully, issue the niscat command for several standard tables. The
standard tables are listed in Standard NIS+ Tables. The following example lists the contents of the NIS+ passwd table:
hpux# niscat passwd.org_dir.class.hp.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 11:41 PM
08-07-2005 11:41 PM
Re: NIS+ login problem
Probably the first time I messed up the credentials or something....
Thanx to all.