kadmind and kdc both look for krb5.conf in /usr/local/etc, but kpasswdd and kstash look for it in /etc. Fix: Workaround: make a symlink from /usr/local/etc/krb5.conf to /etc/krb5.conf A patch to fix the port is attached. Patch attached with submission follows: How-To-Repeat: Install the port, then run kstash. You get an error unless you have the krb5.conf file in /etc in addition to /usr/local/etc. kstash is part of the server utilities, so it's conf file should be in /usr/local/etc.
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it.
wxs 2012-06-11 14:27:17 UTC FreeBSD ports repository Modified files: security/heimdal Makefile Log: Fix issue where kpasswdd and kstash look for krb5.conf in /etc. PR: ports/168386 Submitted by: Robert Simmons <rsimmons0@gmail.com> Approved by: maintainer timeout Revision Changes Path 1.96 +3 -2 ports/security/heimdal/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!