Page MenuHomeFreeBSD

rc.d: Add MIT KRB5 krb5kdc support
ClosedPublic

Authored by cy on Thu, Jun 12, 3:04 PM.
Tags
None
Referenced Files
F121915638: D50813.diff
Mon, Jun 30, 3:05 PM
Unknown Object (File)
Tue, Jun 24, 11:43 AM
Unknown Object (File)
Tue, Jun 24, 7:52 AM
Unknown Object (File)
Mon, Jun 23, 10:15 PM
Unknown Object (File)
Wed, Jun 18, 4:13 PM
Unknown Object (File)
Mon, Jun 16, 7:35 AM
Unknown Object (File)
Mon, Jun 16, 5:53 AM
Unknown Object (File)
Mon, Jun 16, 5:01 AM
Subscribers
None

Details

Summary

MIT KRB5 krb5kdc differs from the Heimdal kdc.

  • The MIT kdc is named krb5kdc while the Heimdal one is named kdc.
  • krb5kdc -d flag has a different meaning. krb5kdc -d specifies a database name. While the Heimdal kdc uses the -d flag to daemonize it. krb5kdc automaticially daemonizes itself unless the -n flag is specified.

We do this by looking at the name of the kdc program to determine if
we assume it's a Heimdal kdc or the MIT krb5kdc.

Sponsored by: The FreeBSD Foundation

Test Plan

Running here for a month.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

cy requested review of this revision.Thu, Jun 12, 3:04 PM
cy created this revision.
This revision was not accepted when it landed; it landed in state Needs Review.Mon, Jun 16, 2:53 AM
This revision was automatically updated to reflect the committed changes.