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)
Sat, Apr 18, 1:16 PM
Unknown Object (File)
Sat, Apr 18, 10:40 AM
Unknown Object (File)
Sat, Apr 18, 10:10 AM
Unknown Object (File)
Sat, Apr 18, 8:36 AM
Unknown Object (File)
Sat, Apr 18, 2:31 AM
Unknown Object (File)
Thu, Apr 16, 12:43 PM
Unknown Object (File)
Tue, Apr 14, 1:46 AM
Unknown Object (File)
Fri, Apr 10, 12:09 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.