- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NIS Netgroups
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-25-2002 04:46 AM
09-25-2002 04:46 AM
NIS Netgroups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 04:54 AM
09-25-2002 04:54 AM
Re: NIS Netgroups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 05:34 AM
09-25-2002 05:34 AM
Re: NIS Netgroups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 05:54 AM
09-25-2002 05:54 AM
Re: NIS Netgroups
An automounter map is configurable though, just as NIS is, so you can make as many of your own NIS maps as you want, and use them as you need.
BTW: NIS and NFS are both security problems, but not nearly as bad as netbios...
Good sysadmin practices negate many of the NFS and NIS security problems though. As it sounds like your new in the field I'll recommend you 2 books, both published by O'Reilly and Associates.
1. NFS and NIS Administration
2. Unix System Administration
The first book takes you through NFS and NIS, pros, cons, implementation, customization, etc...
The second may not be as critical, but still has lots of good tips and tricks.
To find more of the netgroup file...
% man netgroup
will give you all you need. I dont think it will do what you want though.
Remember that NIS is an administration tool, mostly for user management. The best way to lock usera to machinea is by not using NIS passwd maps, but local passwd maps. use NIS for host resolution and automounter maps.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 10:58 PM
09-25-2002 10:58 PM
Re: NIS Netgroups
If you want to make your systems secure, you better not use nis and nfs. Maybe nis+ is something for you. Nis+ is secure, but also much more complicated.