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)
Tue, Oct 7, 2:37 AM
Unknown Object (File)
Wed, Sep 24, 9:25 AM
Unknown Object (File)
Sep 9 2025, 11:39 AM
Unknown Object (File)
Sep 4 2025, 10:12 AM
Unknown Object (File)
Sep 3 2025, 8:39 AM
Unknown Object (File)
Sep 2 2025, 6:24 PM
Unknown Object (File)
Aug 29 2025, 6:26 AM
Unknown Object (File)
Aug 24 2025, 8:45 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.