- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS permissions
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
11-18-2008 03:22 PM
11-18-2008 03:22 PM
NFS permissions
How do we do the following with HP-UX NFS:
- create a filesystem on B that is exported to A, but control what user/group on B owns the files. All files shared on B should always be owned by a specific user/group that we control.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2008 05:05 PM
11-18-2008 05:05 PM
Re: NFS permissions
The customer on A can/will have full access to every file on the exported filesystem, provided he has root to create matching UIDs. If mounted R/W, then he can do that too.
So who/what are you trying to protect? Is the customer working with or against you?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2008 12:11 PM
11-19-2008 12:11 PM
Re: NFS permissions
Let's say they have access to UID 500 and 501 on server B. We do not want them to be able to create a user with UID 500 on server A and be able to write it, which would technically give ownership to the ID they control on server B.
We want to force all files in the export on server B to be owned by UID 499, lets say.
I believe on Linux one would use the 'all_squash' option which would force all files to be handled as if the user is anonymous, and NFS would set file ownership to a configured value. How would this be done on HP-UX?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2008 12:54 PM
11-19-2008 12:54 PM
Re: NFS permissions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2008 01:35 PM
11-19-2008 01:35 PM
Re: NFS permissions
They can't. They can create it with a specific UID, limited by user and group security.
>I believe on Linux one would use the 'all_squash' option which would force all files to be handled as if the user is anonymous, and NFS would set file ownership to a configured value.
HP-UX exportfs has: anon=uid