3.78.2. AuthCheck Previous topic Parent topic Child topic Next topic

This optional parameter specifies an SQL query that is used to get check items for a user. Special characters are supported, as well as a single bind variable for the user name being searched. Defaults to:
SELECT id, UserName, Attribute, Value, op FROM radcheck WHERE
Username=? ORDER BY id