Bug 168386 - security/heimdal 1.5.2 looking for krb5.conf in two separate places
Summary: security/heimdal 1.5.2 looking for krb5.conf in two separate places
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-27 19:10 UTC by rsimmons0
Modified: 2012-06-11 15:30 UTC (History)
0 users

See Also:


Attachments
file.diff (611 bytes, patch)
2012-05-27 19:10 UTC, rsimmons0
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description rsimmons0 2012-05-27 19:10:01 UTC
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.
Comment 1 Wesley Shields freebsd_committer freebsd_triage 2012-05-27 20:31:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-06-11 15:27:27 UTC
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"
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2012-06-11 15:27:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!