- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NIS-Questions
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-09-2004 09:08 PM
08-09-2004 09:08 PM
NIS-Questions
I'm actually investigating NIS for user-management.
Maybe anybody out there can answer me some questions regarding NIS
- With NIS user-managment is done in a central manner. Are there any tools with NIS with whom I'm able to lock certain users on selected NIS-Client systems?
- We want to use local Home-Directories with NIS. Are there any possibilities to create these (local) home-directories central on the NIS-Master. We don't want to use automounter.
Thanks for answering my questions
Lothar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2004 09:26 PM
08-09-2004 09:26 PM
Re: NIS-Questions
See the link below, talks about configuring NIS client.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90043/B1031-90043_top.html&con=/hpux/onlinedocs/B1031-90043/00/00/20-con.html&toc=/hpux/onlinedocs/B1031-90043/00/00/20-toc.html&searchterms=NIS&queryid=20040810-032428
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2004 09:41 PM
08-09-2004 09:41 PM
Re: NIS-Questions
this means to configure each NIS-Client individually for Users to Lock.
Are there any more central possibilities to administer Users to lock on NIS-Clients.
Lothar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2004 09:48 PM
08-09-2004 09:48 PM
Re: NIS-Questions
Try something like adding the following entries to each of your hosts (substituting hostname for the real host name) :-
Add to /etc/passwd
+@hostname_locked_users:*:-2:-2:::
+@hostname_allowed_users::-2:-2:::
All the users in the hostname_locked_users netgroup now have locked passwords on the host.
In /etc/netgroup on the NIS master
hostname_locked_users would contain the users who are locked out of the host
e.g.
hostname_locked_users (,user1,) (,user2,)
And hostname_allowed_users would contain the users allowed on the host
It's then centrally controlled via the NIS netgroup map.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2004 12:50 AM
08-10-2004 12:50 AM
Re: NIS-Questions
thanks for your feedback.
Unfortunately, as I researched, is /etc/netgroup only valid for remote-logins like rsh, rlogin of NFS-Mounts.
On our systems we only use SSH for login,
so this one doesn't work.
Any ideas?
Best Regards
Lothar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2004 04:06 PM
08-10-2004 04:06 PM
Re: NIS-Questions
The format of a netgroup is (hostname,username,domainname)
You must set passwd to compat in /etc/nsswitch.conf to enable the feature in the /etc/passwd file.