[Bug 197339] [patch] /etc/rc.d/kdc assumes kdc_program is heimdal

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 5 01:19:28 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197339

            Bug ID: 197339
           Summary: [patch] /etc/rc.d/kdc assumes kdc_program is heimdal
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: dpejesh at yahoo.com

Created attachment 152568
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152568&action=edit
kdc.patch

r270782 changed the kerberos related rc scripts and /etc/rc.d/kdc now always
passes '--detach' to the daemon which breaks security/krb5.  Previously you
could set

kerberos5_server="/usr/local/sbin/krb5kdc"
kerberos5_flags=" "

which would handle the management of the krb5kdc process, but the changes in
r270782 will always pass '--detach' to krb5kdc which is an invalid argument.

The attached patch restores the previous behavior so you can control the flags
passed to the kdc server.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list