Re: git: e3ac01e18eb3 - main - kgssapi: Fix the kgssapi so that it can use MIT Kerberos
Date: Fri, 08 Aug 2025 01:31:48 UTC
Rick Macklem: > It also modifies the Makefile so that the gssd is only built > when MK_KERBEROS_SUPPORT != "no", since it is useless without > Kerberos. currently the init script is conditional on MK_GSSAPI. should this be changed to MK_KERBEROS_SUPPORT as well? (see libexec/rc/rc.d/Makefile)