[Bug 197337] rc.d/kdc missing with WITHOUT_KERBEROS, but Kerberos ports need it

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 5 03:57:49 UTC 2015


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

--- Comment #4 from Cy Schubert <cy at FreeBSD.org> ---
That seems a bit complex. How about this?

Keep the variable names the same for base, e.g.,

kdc="YES"


MIT krb5 ports use,

mit_kdc="YES"
mit_kadmind="YES"
-- adds an entry to crontab for kpropd if mit_kadmind is yes (we assume master
runs kadmind thus it also runs kpropd).


Heimdal krb5 uses variables prefixed by heimdal_ instead of mit_, for example,

heimdal_kdc="YES"


There may be a reason to run both simultaneously, but on different ports. (It
is possible, with a little work, to have both ports and base heimdal installed
on the same system.)

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


More information about the freebsd-bugs mailing list