Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Feb 2015 03:57:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 197337] rc.d/kdc missing with WITHOUT_KERBEROS, but Kerberos ports need it
Message-ID:  <bug-197337-8-muT84W8bLL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197337-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197337-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197337

--- Comment #4 from Cy Schubert <cy@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.



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