> Is it possible to call an Oracle Stored Procedure from sql.conf or > oraclesql.conf?
this is an example of what can be done in postgresql:
authorize_check_query = "SELECT * FROM
radius_check('%{SQL-User-Name}', '%{Client-IP-Address}') HAVING id IS
NOT NULL"
the function returns the correct number of cols as needed.
should be similiar for oracle.
Data Zone
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

