- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how does nfs know who is the user who attempti...
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
03-22-2004 08:55 PM
03-22-2004 08:55 PM
does user authentication happen in every attempt to access a file or a directory that is being nfs mounted?
does the answer apply to both nfs v2 and v3?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 09:01 PM
03-22-2004 09:01 PM
Solution2. NFS server (from where you export) maintains the access permissions.
3. Authentication happens only once when you the exported directory. Upon a successful mount depending on the permissions of the directory/file the user will be given/denied access.
4. Yes
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 09:06 PM
03-22-2004 09:06 PM
Re: how does nfs know who is the user who attempting to access nfs mount?
what are the main diffrences between nfs v2 and v3 btw?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 09:10 PM
03-22-2004 09:10 PM
Re: how does nfs know who is the user who attempting to access nfs mount?
Refer the following section,
1.7 Changes from the NFS version 2 protocol . . . . . . . . 11
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 11:52 PM
03-23-2004 11:52 PM
Re: how does nfs know who is the user who attempting to access nfs mount?
File access, on the other hand, is based strictly on uid and gid numbers assigned, so it is important keep username/uid consistent between client(s) and server. (this is usually accomplished using NIS passwd and group maps. Otherwise uid 101 bob on the client has permissions to use uid 101 fred's files on the server.
One exception to this is the root user. Unless the client's root user is granted access by the "root=client1,client2,..." in the servers export file, uid 0 access will be translated to the uid and gid of the anonymous user on the server side.