22 Nov
2023
22 Nov
'23
12:57 a.m.
We have a case that needs to prioritize the group reply attributes more than the user reply attributes in the same attribute. However, I found a fixed order for the authorization queries in the source code as below. radcheck -> radreply -> radgroupcheck -> radgroupreply If I change the orders in queries.conf, the query order is not changed while authorizing. So I wonder if we can re-order the authorization queries by any configuration to make higher priority for the group reply? Thanks.