Simultaneous use works beautifully

2002-10-31 Thread Joshua Corbin
nutes after adding that, we had users calling as to why they could no longer abuse their accounts ;) heh As a note, I agree with Alan totally, the schema should be Attr, op, Val, not Attr, Val, op; And also maybe you should make op NOTNULL? Just a thought ;-) Regards, Joshua Corbin signatur

Re: Non-Simultaneous Usage

2002-10-28 Thread Joshua Corbin
d somewhere. For 0.7, this means 'radutmp'. So without using > the 'radutmp' module, you'll have a hard time getting Simultaneous-Use > to work. Must I use radutmp? Why not sql accounting? Joshua Corbin signature.asc Description: This is a digitally signed message part

Non-Simultaneous Usage

2002-10-28 Thread Joshua Corbin
le to find anything. Thanks, Joshua Corbin - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Severe Issues with Radius Authentication/MySQL

2002-09-09 Thread Joshua Corbin
se in service is unacceptable. And it may be that running the server for days on end with our load might be bringing out a new crack that hasn't shown up before. But I really am loath to chagne a working config, unless it will fix the problem we have. Joshua Corbin - List in

Re: Severe Issues with Radius Authentication/MySQL

2002-09-09 Thread Joshua Corbin
king so far. Joshua Corbin - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Severe Issues with Radius Authentication/MySQL

2002-09-07 Thread Joshua Corbin
ually have it right, which they do. There are no other log entries before or after when this starts. Regards, Joshua Corbin - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: How do I add a user's information into the MySQL database?

2002-09-05 Thread Joshua Corbin
Joe, It's really not that hard. All you need to do is: For each password entry: INSERT INTO radcheck (UserName, Attribute, Value) VALUES("USERNAME", "Crypt-Password", "PASSWORD); INSERT INTO usergroup (UserName, GroupName) VALUES("USERNAME", "GROUPNAME"); Of course you need to setup us

Severe Issues with Radius Authentication/MySQL

2002-09-05 Thread Joshua Corbin
ng. I strongly loath having to cron a radius restart daily or a kill -HUP; especially since I thought freeradius would not have the same annoyances of say livingston radius. Am I just missing something, or is there a deeper problem here? Regards, Joshua Corbin JDWEB Network Administrator

Re: Ascend dictionary addition

2002-08-15 Thread Joshua Corbin
I need to have a script executed upon logout and login, what do I need to put into the radius.conf for that? Regards, Joshua Corbin JDWEB Network Administrator - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

MySQL issues

2002-07-11 Thread Joshua Corbin
I setup the sql source and created the sql tables as per the schema file. The rlm mysql module loads w/o a hitch. I added a user test/test and made it part of a group that sends replies. But whenever I radtest it says that it doesn't know the user, what did I miss? I am using v0.6 on debian