Open johnthacker opened 5 months ago
Only v4 supports secret
, array
, etc. We're moving away from man
pages for much of v4, and moving to Antora, which is at https://freeradius.org/documentation/freeradius-server/4.0.0/reference/dictionary/attribute.html
array
(and concat
) are present in some of the dictionary files on v3.2.x though. (secret
is only in the internal dictionary in v3.2) Is it that the case that array
can be present and the parser simply ignores it in v3.2?
array
is only used for DHCP. And concat
is only used for EAP-Message.
We're happy to take patches to fix the documentation, but it is definitely not a priority for us to do that work. The use-case where people need to know about those flags are vanishingly rare.
We're concentrating on getting v4 out the door, with full documentation.
Sure, no problem. I do think concat is used for a few others - EAPoL-Announcement, PKM-SS-Cert, PKM-CA-Cert, but in Wireshark at least only EAP-Message is actually reassembled.
Just trying to work on updating the parsing of the format within Wireshark so we can update to at least the 3.2.x dictionaries, offer any patches for a handful of missing attributes in the FreeRADIUS versions, and properly include the copyright and license lines that have been added to some of the files since the last time they were synced.
That's helpful, thanks
I'll try to find time to update the man
pages
What type of defect/bug is this?
Unexpected behaviour (obvious or verified by project member)
How can the issue be reproduced?
Log output from the FreeRADIUS daemon
Relevant log output from client utilities
No response
Backtrace from LLDB or GDB
No response