14 Jul
2009
14 Jul
'09
3:06 p.m.
On 14-Jul-09, at 1:25 PM, Alan DeKok wrote:
The question was:
In a module called "sql", do you need a configuration parameter "sql_file". Or, could it just be "file"?
My $0.02 is that it should be "file".
Well it appears that rlm_sql_sqlite definitely works. Although I don't see any reason to use it other than authentication. sqlite> INSERT INTO radreply (username, attribute, op, value) Values ('test@test', 'Password', '==','test'); sqlite> .quit $ echo "User-Name=test@test,Password=test,Framed-Protocol=PPP " | /usr/ local/bin/radclient 127.0.0.1 auth testing123 Received response ID 43, code 2, length = 38 User-Password = "test" Is this change welcome at all? Should I submit a patch? -Gabe