- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Using NetGroup on 11i
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
06-21-2005 11:23 PM
06-21-2005 11:23 PM
Got some problems enabling netgroup on my test server. Here's what I've done so far:
On the NIS+ master, created a netgroup "servers_sap_test" with the following entries:
(hsapt2,xx1234, ), (hsapt2,xx5678, )
On the server, I've added the line +@servers_sap_test at the end of the passwd file.
On nsswitch.conf, this line is added:
netgroup: nisplus [NOTFOUND=continue] files
Now, the issue is that doesn't prevent other users from connecting (ssh) to this server.
I want to restrict the access using netgroup
so it would be easier to manage from a single
machine.
Any help would be greatly appreciated.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 12:22 AM
06-22-2005 12:22 AM
SolutionComplex.
It would appear that you have not completed the configuration process. I see nothing in the steps you posted that should prevent ssh users from connecting.
ssh/openssh uses pam and the /etc/passwd and related security files for authentication. If the users are still there, ssh/openssh connections should still be possible.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 12:45 AM
06-22-2005 12:45 AM
Re: Using NetGroup on 11i
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 02:41 AM
06-22-2005 02:41 AM
Re: Using NetGroup on 11i
Then, is there a way to use "DenyGroups" in
sshd_config and put a netgroup ?
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 05:40 AM
06-22-2005 05:40 AM
Re: Using NetGroup on 11i
with sshd_config.