Page MenuHomeFreeBSD

Install kerberos rc files regardless of MK_KERBEROS setting
ClosedPublic

Authored by cy on Apr 1 2020, 6:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 5, 4:16 PM
Unknown Object (File)
Feb 13 2024, 5:14 PM
Unknown Object (File)
Feb 13 2024, 12:41 AM
Unknown Object (File)
Feb 13 2024, 12:41 AM
Unknown Object (File)
Dec 20 2023, 8:31 AM
Unknown Object (File)
Dec 13 2023, 1:11 AM
Unknown Object (File)
Dec 11 2023, 7:35 AM
Unknown Object (File)
Dec 9 2023, 7:19 PM
Subscribers

Details

Summary

PR 197337 discusses the lack of kerberos rc scripts when using MIT KRB5 or Heimdal from ports when MK_KERBEROS=no.

This revision unconditionally installs the Kerberos rc scripts for users who do not install base Heimdal and install one of the ports.

Test Plan

The user in PR 197337 is willing to test.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 30234

Event Timeline

The change looks Okay to me (except if I was doing it I'd add a separate KERBEROS_SUPPORT or KERBEROS_SCRIPTS knob, but consider that as optional).

cy planned changes to this revision.Apr 1 2020, 7:18 PM

The change looks Okay to me (except if I was doing it I'd add a separate KERBEROS_SUPPORT or KERBEROS_SCRIPTS knob, but consider that as optional).

Good idea. I'll add KERBEROS_SCRIPTS knob.

This adds MK_KERBEROS_SCRIPTS.

Unfortunately there is no documentation in src/tools nor is there anything in build/mk/OptionalObsoleteFiles.inc for any Kerberos scripts. This should also be addressed. For now this should address the PR.

Final version. Can you review, please?

This revision is now accepted and ready to land.Apr 18 2020, 4:50 AM