2

Is Kerberos needed for proper UID/GID mapping for a NFS system?

1 Answers1

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.

heemayl
  • 93,925