3.44.5. ServiceAttrQuery Previous topic Parent topic Child topic Next topic

This optional parameter allows you to control the query used to get service-specific RADIUS check and reply items. %0 is replaced by the Service Profile name from the SERVICENAME column in the user's database record. Other special formatting characters may be used. ServiceAttrQuery will be run after UserAttrQuery if ServiceAttrQuery is non-empty, and if a non-empty servicename was found in the 5th field returned from AuthSelect.
Defaults to
select ATTR_ID, VENDOR_ID, IVALUE, SVALUE, ITEM_TYPE \
from RADSTCONFIG where NAME=%0 order by ITEM_TYPE