Page MenuHomeFreeBSD

ctld: Permit targets to use a string for portal-groups in UCL
ClosedPublic

Authored by jhb on Feb 11 2025, 1:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 12, 10:55 PM
Unknown Object (File)
Wed, Nov 12, 10:18 PM
Unknown Object (File)
Fri, Oct 31, 8:50 PM
Unknown Object (File)
Fri, Oct 31, 8:50 PM
Unknown Object (File)
Fri, Oct 31, 4:19 PM
Unknown Object (File)
Fri, Oct 31, 11:46 AM
Unknown Object (File)
Wed, Oct 29, 11:57 PM
Unknown Object (File)
Oct 24 2025, 1:29 AM
Subscribers

Details

Summary

In the case that a separate auth-group is not required, this permits
replacing:

portal-group = { name = pg0 }

with:

portal-group = pg0

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:17 PM
This revision was automatically updated to reflect the committed changes.