NFSv4 + Kerberos5 on FreeBSD ============================== Author: Momchil Ivanov Date : 2013.02.21 Introduction ------------ This article explains how to setup a NFSv4 server under Freebsd using Kerberos authentication. For more information refer to [2]. Instructions ------------ 1. You need to install and setup Kerberos on the ssh server and the client, see [1]. Client settings --------------- 1. Settings for /etc/rc.conf gssd_enable="YES" References ---------- 1: M. Ivanov, Installing Kerberos5 on FreeBSD, 2013.02.21 2: R. Macklem, http://code.google.com/p/macnfsv4/wiki/FreeBSD8KerberizedNFSSetup, 2010