Created attachment 152568 [details] 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.