- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Restrict SWAT access question (SAMBA 2.0.7)
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
05-21-2001 11:09 AM
05-21-2001 11:09 AM
I have SAMBA 2.0.7 running under HPUX 11.00, and I?d like to restrict the SWAT access from determined IPs. Only authorized IPs must be able to open a browser connection to swat.
Another question is: I?d like to restrict only root user to login through swat. I have more than one user with ID=0, but just one must be able to login by swat.
Does anyone know if its possible ?
TIA.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 01:38 PM
05-21-2001 01:38 PM
SolutionThe syntax for /var/adm/inetd.sec can be found in
>man inetd.sec
but follows the format
service_name access host1 host2
where service_name is the port NAME as defined by services, access is either allow or deny, and then the host list.
After configuration, run
>inetd -c
to update inet's configuration!
If you have not touched /var/adm/inetd.sec before, make sure to read the man page. There are alot of nice controls you can use.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2001 05:54 AM
05-22-2001 05:54 AM
Re: Restrict SWAT access question (SAMBA 2.0.7)
you can restrict teh access to swat in swat itslefe. Go to the password section and set the user and password to what you want.
We have set the User Name to sadmin. So you can log into swat only with this User Name. You don't have access to the configuration as root.
Hope this helps. Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2001 10:34 AM
05-22-2001 10:34 AM
Re: Restrict SWAT access question (SAMBA 2.0.7)
The inetd.sec works really fine, this is just what I was looking for restrict access from determined IPs.
Thanks a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2001 11:27 AM
05-22-2001 11:27 AM
Re: Restrict SWAT access question (SAMBA 2.0.7)
I have added one user at SWAT Password section (Server Password Management) like yours "sdamin". But others users can still login in swat. I have disabled one user too, but he can still login in Swat.
Should I do any changes at Global Variables Section ? I have attached my smb.conf file if you want to see it.
TIA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2001 12:35 AM
05-23-2001 12:35 AM
Re: Restrict SWAT access question (SAMBA 2.0.7)
sorry i did misguide you. The accessrestriction here works only because of some specialities of our environment. This is nothin you can port to your site. Sorry that i have overseen this.
As for the access restriction based on IP adresses. The mailinglist says that swat uses host.allow and host.deny. Perhaps this is what you need for this problem.
Hope this helps and please excuse my mistake. Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2001 04:12 AM
05-23-2001 04:12 AM
Re: Restrict SWAT access question (SAMBA 2.0.7)
No problem and Thanks anyway.