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, Oct 10, 5:19 PM
Unknown Object (File)
Mon, Oct 6, 3:39 PM
Unknown Object (File)
Thu, Oct 2, 9:09 PM
Unknown Object (File)
Sat, Sep 27, 11:11 AM
Unknown Object (File)
Tue, Sep 23, 1:14 AM
Unknown Object (File)
Tue, Sep 16, 7:15 PM
Unknown Object (File)
Sep 5 2025, 4:59 PM
Unknown Object (File)
Sep 5 2025, 1:23 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 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.