Page MenuHomeFreeBSD

ctld: Be more consistent for auth parameters in the UCL config
ClosedPublic

Authored by jhb on Feb 11 2025, 1:20 AM.
Tags
None
Referenced Files
F118775682: D48935.id150824.diff
Sun, Jun 1, 7:28 PM
Unknown Object (File)
Thu, May 29, 8:57 PM
Unknown Object (File)
Thu, May 29, 8:07 PM
Unknown Object (File)
Mon, May 26, 11:55 PM
Unknown Object (File)
Apr 16 2025, 4:23 PM
Unknown Object (File)
Mar 31 2025, 11:15 AM
Unknown Object (File)
Mar 13 2025, 12:46 PM
Unknown Object (File)
Mar 9 2025, 10:19 AM
Subscribers

Details

Summary

The auth-group required an array of entries for "chap", "chap-mutual",
"initiator-name", and "initiator-portal" whereas the target context
required exactly one entry (and only permitted a single entry).

Allow either a single entry or an array of entries for these keywords
in both the auth-group and target contexts.

Diff Detail

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

Event Timeline

jhb requested review of this revision.Feb 11 2025, 1:20 AM

Rebase after removing globals from parse.y

Fix a few nits missed in last rebase

This revision was not accepted when it landed; it landed in state Needs Review.Feb 26 2025, 3:16 PM
This revision was automatically updated to reflect the committed changes.