Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Feb 2015 01:19:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 197339] [patch] /etc/rc.d/kdc assumes kdc_program is heimdal
Message-ID:  <bug-197339-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: dpejesh@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.



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