Date: Tue, 12 Oct 2010 14:42:44 +0200 From: Giulio Ferro <auryn@zirakzigil.org> To: "freebsd-net@freebsd.org" <freebsd-net@freebsd.org>, freebsd-stable@freebsd.org Subject: nfsv4 with kgssapi Message-ID: <4CB457C4.2020205@zirakzigil.org>
next in thread | raw e-mail | index | archive | help
I'm trying to setup a nfs server which uses the kerberized rpc header, so to overcome the problem with 16 groups: http://www.mail-archive.com/freebsd-stable@freebsd.org/msg109809.html FreeBSD 8 amd64 stable last (yesterday) Following the man page for nfsv4 I have compiled the kernel with ----- options KGSSAPI device crypto ----- My files: /etc/exports ----- V4: /mydir -sec=krb5:krb5i:krb5p -network 192.168.0 -mask 255.255.255.0 ----- /etc/rc.conf ----- ... nfs_server_enable="YES" nfsv4_server_enable="YES" nfsuserd_enable="YES" gssd_enable="YES" ... ----- All daemons start ok, but in the logs I see: nfsd[...]: no gssd, using AUTH_SYS only Even though gssd is up and running. What's wrong? Thanks in advance.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4CB457C4.2020205>