The RADIUS attribute "class" has the data type called "octets" which means a byte array. In DualShield, you must use the hexadecimal value of the data or use the "bytes" function:
- If the value is a fixed value, then use the hexadecimal form of the value. For example, if the value is "123", then use "313233".
- If the value is a dynamic value, then use the function "bytes" to get the value. For example, "domain.name.bytes", "groups.name.byte", etc
There are several other RADIUS attributes that are defined as "octets" Please refer to:
https://datatracker.ietf.org/doc/html/rfc2865
https://www.freeradius.org/rfc/attributes-rfc2865.html
