Is Kerberos needed for proper UID/GID mapping for a NFS system?
Asked
Active
Viewed 1,717 times
1 Answers
2
For simply mapping the UID/GID while using NFS, you do not need Kerberos. Kerberos will add extra layers of security to NFS but not needed for mere UID/GID mapping.
Also note that, if you are using NFS v.4 you can map username/group name of local/remote servers using idmapd instead of UID/GID mapping of prior versions.