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, Aug 12, 4:58 PM
Unknown Object (File)
Wed, Aug 12, 11:06 AM
Unknown Object (File)
Wed, Aug 12, 9:15 AM
Unknown Object (File)
Wed, Aug 12, 9:14 AM
Unknown Object (File)
Tue, Aug 11, 9:42 PM
Unknown Object (File)
Sun, Aug 9, 4:44 PM
Unknown Object (File)
Sat, Aug 8, 9:49 PM
Unknown Object (File)
Sat, Aug 8, 5:18 PM
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.