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
Unknown Object (File)
Fri, Aug 15, 10:49 AM
Unknown Object (File)
Thu, Aug 14, 11:10 PM
Unknown Object (File)
Thu, Aug 14, 9:33 AM
Unknown Object (File)
Tue, Aug 12, 6:57 AM
Unknown Object (File)
Fri, Aug 8, 8:54 AM
Unknown Object (File)
Sun, Aug 3, 1:56 AM
Unknown Object (File)
Sat, Aug 2, 10:26 PM
Unknown Object (File)
Sun, Jul 27, 7:36 PM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 62532
Build 59416: arc lint + arc unit

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.