In a UNIX environment, authentication is the process of providing a user identifier (UID) and group identifier (GID) to a user who presents a valid user name and password. UNIX hosts provide these identifiers when a user logs on to the host. When the user logs on, the user's name and password are compared to those in a password file. If they correspond with a user name and password in the file, the server returns a corresponding UID and GID. The UID and GID identify the user for network file system (NFS) browsing and mounting operations.
Client for NFS makes it possible for you to access NFS resources without logging on to the NFS server. Instead, the first time you try to access an NFS resource, Client for NFS sends your Windows user name to User Name Mapping. User Name Mapping checks to see if your user name has been mapped to a UNIX account; if it has been, User Name Mapping returns the UID and GID to Client for NFS, which then sends those identifiers with the file-access request to the NFS server.
If your user name does not match, then Client for NFS assigns
the
Access to NFS servers is controlled by the name or Internet Protocol (IP) address of the client. Access to directories and files is controlled by the read, write, and execute privileges granted to various users and groups, who are identified by their UID and GID.