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
F168839986: D48935.diff
Sun, Aug 30, 9:46 AM
F168754774: D48935.id151499.diff
Sat, Aug 29, 11:48 PM
Unknown Object (File)
Sat, Aug 29, 1:37 PM
Unknown Object (File)
Sat, Aug 29, 12:17 PM
Unknown Object (File)
Thu, Aug 27, 3:05 AM
Unknown Object (File)
Wed, Aug 26, 1:17 PM
Unknown Object (File)
Wed, Aug 26, 4:18 AM
Unknown Object (File)
Tue, Aug 25, 9:52 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 62362
Build 59246: 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.