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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to