This is a discussion on SQL back-end interface within the FreeRADIUS Users forums, part of the Networking and Network Related category; Hi folks, Is it possible to pass ALL auth. request attributes to the stored procedure (in some kind of attr/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi folks,
Is it possible to pass ALL auth. request attributes to the stored procedure (in some kind of attr/value comma-separated list) which verifies username/password and returns accept/reject/challenge status code and output attribute's list, that have to be added to the response. The preffered method is ODBC (or something else to work with MS-SQL). Stored procedure signature could be as: CREATE PROCEDURE dbo.p_radAuth @username varchar(253), @password varchar(253), @avplist_in varchar(2048), @avplist_out varchar(2048) Thank you, /Alexander __________________________________ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |