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)
Sat, Feb 28, 5:48 AM
Unknown Object (File)
Wed, Feb 25, 9:13 PM
Unknown Object (File)
Wed, Feb 25, 10:40 AM
Unknown Object (File)
Mon, Feb 16, 1:58 PM
Unknown Object (File)
Mon, Feb 9, 6:29 AM
Unknown Object (File)
Dec 12 2025, 3:13 AM
Unknown Object (File)
Dec 11 2025, 2:17 PM
Unknown Object (File)
Dec 8 2025, 9:11 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.