3 Feb
2015
3 Feb
'15
1:07 p.m.
On Feb 3, 2015, at 12:47 PM, Robert Graham <robert_graham@uhaul.com> wrote:
How do you execute a stored proc against a sql sever to authenticate a user. What do you do with the response to either accept or reject the user?
Via an SQL query. :)
The stored proc is executed by the update control but the User Password is not being added, its only adding the User-name and leaving the Userpassword field blank.
Probably because there is no User-Password in the request. As always, run the server in debugging mode to see what’s going on. And it’s generally a bad idea to have SQL do authentication. SQL is for a database. FreeRADIUS is for authentication. Alan DeKok.