Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2018 01:28:10 -0500
From:      Garrett Wollman <wollman@bimajority.org>
To:        freebsd-fs@freebsd.org
Subject:   Anyone managed to build a static gssd?
Message-ID:  <23121.48634.348216.421634@hergotha.csail.mit.edu>

next in thread | raw e-mail | index | archive | help
I'm interesting in experimenting with GSSAPI security for NFS mounts,
but we run MIT Kerberos, not Heimdal.  AIUI, the kernel code has to
have the same data structures as the userland code in gssd, which
implies that gssd has to be built against Heimdal libraries, not MIT.
Has anyone managed to build a gssd executable that is linked
statically against all the Heimdal libraries?  I attempted to do this
(in a chroot initialized with stock 11.1) but ended up with something
that still tries to dlopen libgssapi.so.10, which obviously isn't
going to work.

-GAWollman




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?23121.48634.348216.421634>