Re: Store message Multiple logins in MySQL.

2009-07-15 Thread Alan DeKok
Daniel Aparecido Martins Rosa wrote: Hi All! I need to register in a database when occurs simultaneous use. Currently I stored by postauth_query through the variable '% (reply: Packet-Type)', but the message is generic, ranging from Access-Reject or Access-Accept. Why? Why not just use

Re: Store message Multiple logins in MySQL.

2009-07-15 Thread Daniel Aparecido Martins Rosa
during the authentication is invalid username or password or problem of simultaneous use. The valuable information that I have is that it is restricted in radius.log Auth: Multiple logins (max 1) [MPP attempt]: [login @ realm. If it were possible to write the message Multiple logins in Database would

Re: Store message Multiple logins in MySQL.

2009-07-15 Thread Ivan Kalik
The valuable information that I have is that it is restricted in radius.log Auth: Multiple logins (max 1) [MPP attempt]: [login @ realm. If it were possible to write the message Multiple logins in Database would be perfect, I suggested that the Kalik. That would require (small) source code

Store message Multiple logins in MySQL.

2009-07-14 Thread Daniel Aparecido Martins Rosa
Hi All! I need to register in a database when occurs simultaneous use. Currently I stored by postauth_query through the variable '% (reply: Packet-Type)', but the message is generic, ranging from Access-Reject or Access-Accept. When a connection occurs simultaneously, The freeradius stores the

Re: Store message Multiple logins in MySQL.

2009-07-14 Thread Ivan Kalik
The problem is that this message Access-Reject is the same for when an error occurs the user or password invalid. Tell me about that you can do this by setting the Freeradius conf, without changing the source code? You can't. But you can parse message from radius.log and insert it into

freeradius + mssql Multiple logins (max 1)

2007-03-06 Thread satish patel
what is the errror i have useing freeradius + MSSQL Tue Mar 6 17:22:34 2007 : Auth: Multiple logins (max 1) : [rdoptm/tulip] (from client cisco port 761) Tue Mar 6 17:22:35 2007 : Auth: Multiple logins (max 1) : [mlpm173/CHAP-Password] (from client cisco port 528) Tue Mar 6 17:22:36 2007

Re: freeradius + mssql Multiple logins (max 1)

2007-03-06 Thread tnt
Something to do with Simultaneous-Use. But without config etc. ... Ivan Kalik Kalik Informatika ISP Dana 6/3/2007, satish patel [EMAIL PROTECTED] piše: what is the errror i have useing freeradius + MSSQL Tue Mar 6 17:22:34 2007 : Auth: Multiple logins (max 1) : [rdoptm/tulip] (from client

Re: freeradius + mssql Multiple logins (max 1)

2007-03-06 Thread satish patel
config etc. ... Ivan Kalik Kalik Informatika ISP Dana 6/3/2007, satish patel pi¹e: what is the errror i have useing freeradius + MSSQL Tue Mar 6 17:22:34 2007 : Auth: Multiple logins (max 1) : [rdoptm/tulip] (from client cisco port 761) Tue Mar 6 17:22:35 2007 : Auth: Multiple logins

Re: freeradius + mssql Multiple logins (max 1)

2007-03-06 Thread tnt
: what is the errror i have useing freeradius + MSSQL Tue Mar 6 17:22:34 2007 : Auth: Multiple logins (max 1) : [rdoptm/tulip] (from client cisco port 761) Tue Mar 6 17:22:35 2007 : Auth: Multiple logins (max 1) : [mlpm173/] (from client cisco port 528) Tue Mar 6 17:22:36 2007 : Auth: Login

Multiple logins Freeradius/Mysql

2005-06-13 Thread Mark Elkins
We've set up Simultaneous-Use := 1 - and this seems fine. However, I have my first user - who is really off the net and 'radzap' seems to do nothing (radwho still gives the user as being there). What is the code... in sql.conf... simul_count_query = SELECT COUNT(*) FROM ${acct_table1} WHERE

Re: Multiple logins Freeradius/Mysql

2005-06-13 Thread Aaron Paetznick
I'm having a similar problem. I'm using sql accounting. I've uncommented the simul_count_query query line. I've entered the Simultaneous-Use attribute in the radgroupcheck table with the := op. It's still trying to use checkrad (in the log) no matter what I do. I've read the doc file.

Re: Propel with Multiple logins Freeradius/Mysql

2005-01-22 Thread Stefan . Neis
Hi, want to limit the users so that multiple logins are not allowed using a single account. At our company we have ( proprietary ) server which forwards authentication requests to radius which is configured to query Mysql and confirm the user credentials. (snipp) I tried

Propel with Multiple logins Freeradius/Mysql

2005-01-21 Thread Rad Adm
want to limit the users so that multiple logins are not allowed using a single account. At our company we have ( proprietary ) server which forwards authentication requests to radius which is configured to query Mysql and confirm the user credentials. I have done the following radcheck table

Re: restricting multiple logins by same user

2005-01-19 Thread Kevin Bonner
On Wednesday 19 January 2005 14:40, Sonali Karmarkar wrote: Hi I am using freeradius0.9.3 with mysql. If a user is already logged in and tries to login from diff place, how can I restrict access using radius? In other words, How can I enforce one login session per user ? Thanks. See

RE: restricting multiple logins by same user

2005-01-19 Thread sagar.patil
Hi , To restrict one login per user please use Simultaneous-Use attribute in radcheck and set it to value 1. Thanks, Sagar Message: 4 Date: Wed, 19 Jan 2005 11:40:04 -0800 (PST) From: Sonali Karmarkar [EMAIL PROTECTED] Subject: restricting multiple logins by same user To: freeradius-users

Re: multiple logins/one username

2004-11-30 Thread Mihai Barbulescu
Da man e posibil... SI eu am cautat in documentatie o gramada : Pui as A: Simultaneous-Use := 1 Asta in tabela : radgroupcheck. Si pui la grupul tau variabila asta. On Tue, Nov 30, 2004 at 06:30:09PM +0200, Samareanu Florin wrote: is there any way to prevent multiple logins for 1

Re: multiple logins/one username

2004-11-30 Thread Martin Jessa
asta. On Tue, Nov 30, 2004 at 06:30:09PM +0200, Samareanu Florin wrote: is there any way to prevent multiple logins for 1 username (i have freeradius mysql)? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- Barbulescu Mihai Network

radutmp and Multiple Logins

2004-07-23 Thread Bill
to login later and is denied access due to Multiple Logins. The strange thing about this is the Radius server knows it can't perform Multiple Logins detection on this provider's network so there isn't anything in the checkrad.log file that says a Multiple Login is being checked. To fix this I

Re: radutmp and Multiple Logins

2004-07-23 Thread Bill
I think I fixed my problem. The answer was at http://lists.cistron.nl/archives/freeradius-users/2004/06/frm00038.html Bill Dunn - Original Message - From: Bill To: [EMAIL PROTECTED] Sent: Friday, July 23, 2004 10:51 AM Subject: radutmp and Multiple Logins Hi

Re: Multiple Logins

2004-06-29 Thread Alan DeKok
Bart Van Daal [EMAIL PROTECTED] wrote: but I need to rephrase my question. What I want to know is, if you don't use the simultaneous-use parameter, can you login unlimited times or does freeradius have a limit on the number of sessions with one user/pass combo? By default, the server

Re: Multiple Logins

2004-06-28 Thread Alan DeKok
Bart Van Daal [EMAIL PROTECTED] wrote: does freeradius has a limit on the amount of users that can be logged in with the same username/password combo? doc/Simultaneous-Use Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Multiple logins with mysql

2004-03-08 Thread Alan DeKok
Michael da Silva Pereira [EMAIL PROTECTED] wrote: Wonder if anybody can help me, I want to set on my freeradius server that it will not allow users to login with the same username/password that an existing user is online with,it must also log the bad entry into bad logins. Anybody able to help

Re: Allowing same user multiple logins simultaneously....

2004-02-10 Thread Chris Parker
At 04:31 PM 2/10/2004, Jeremy Ford wrote: I'm trying to allow a user to be able to login twice, simultaneously (with dynamic IPs). However, everytime they try to login in the second time, we get the following errors Feb 10 17:28:42 tnt 1/6: [1/6/70/0] LAN security error, user [MBID 875; ] [user]