Re: rewrite accounting request

2007-02-04 Thread Alan DeKok
Ashraf Al-Basti wrote: Thanks Alan.. But do have any idea to work around that? See the FAQ. If the NAS doesn't send data in an accounting packet, go read the NAS documentation to see how to configure it to send that information. But send User-Password? Nope. It's impossible. Alan

Re: Usage of Cleartext-Password

2007-02-04 Thread Federico Giannici
Alan DeKok wrote: Federico Giannici wrote: I have just upgraded from 1.1.2. to 1.1.4. Now I tried to convert my custom authorization module to use the Cleartext-Password attribute instead of User-Password (my passwords are in clear-text). ... But the daemon started to give Login incorrect

Re: Problem syncing radius.logs with radrelay

2007-02-04 Thread Peter Nixon
On Sat 03 Feb 2007 23:57, John Brittain wrote: radrelay copies accounting packets, not authentication packets. In FreeRADIUS, the Login OK message appears in radius.log ONLY when the server sends an Access-Accept. In any case, the radius.log file is informative, not

Freeradius + Firebird Database

2007-02-04 Thread Sergio Marcelo - Sumicity Solucoes
Is Freeradius running fine with Firebird Database? I am looking for one tutorial about how installing it. Any new information about Freeradius with Firebird is welcome. Thank you, Sérgio Marcelo [EMAIL PROTECTED] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Usage of Cleartext-Password

2007-02-04 Thread Federico Giannici
SOLVED! In pairmake() I was using T_OP_CMP_EQ instead of T_OP_EQ (it worked with User-Password...). Bye. Federico Giannici wrote: Alan DeKok wrote: Federico Giannici wrote: I have just upgraded from 1.1.2. to 1.1.4. Now I tried to convert my custom authorization module to use the

Re: Usage of Cleartext-Password

2007-02-04 Thread Federico Giannici
Unfortunately it works with PAP only! With CHAP it gives me rlm_chap: Clear text password not available... Any suggestion? Thanks. Federico Giannici wrote: SOLVED! In pairmake() I was using T_OP_CMP_EQ instead of T_OP_EQ (it worked with User-Password...). Bye. Federico

Re: Proxy based on MAC

2007-02-04 Thread David Wood
Hi Michael and everyone, In message [EMAIL PROTECTED], King, Michael [EMAIL PROTECTED] writes Calling-Station-Id =~ ^(00-0D-93-|00-03-93-|00-05-02-) I was just concerned with a partial match I wasn't expecting. E.g. XX-XX-00-0D-93-XX That's not an issue - the other Michael began the regex

Re: Check against TWO possible password?

2007-02-04 Thread Federico Giannici
Federico Giannici wrote: Federico Giannici wrote: Alan DeKok wrote: Federico Giannici wrote: Now we have to check every authentication against TWO different passwords (it's OK if ONE is matched). Something like setting two different and alternative User-Password attributes... Sort of.

Re: Check against TWO possible password?

2007-02-04 Thread Federico Giannici
Federico Giannici wrote: Alan DeKok wrote: Federico Giannici wrote: Now we have to check every authentication against TWO different passwords (it's OK if ONE is matched). Something like setting two different and alternative User-Password attributes... Sort of. See

RLM_OTP question about time based security tokens

2007-02-04 Thread Peter Urban
Dear all, does the rlm_otp module also support time based otps without challange response ? background: actualy i have a cell phone that generates a time based otp. now i want to do the authentication process with the help of the rlm_opt module. is it possible or do i have to write my own tool

Re: Freeradius + Firebird Database

2007-02-04 Thread Peter Nixon
On Sun 04 Feb 2007 11:40, Sergio Marcelo - Sumicity Solucoes wrote: Is Freeradius running fine with Firebird Database? I am looking for one tutorial about how installing it. Any new information about Freeradius with Firebird is welcome. I am in the process of getting Firebird to build

Error: Discarding duplicate request from client

2007-02-04 Thread eugene
What does this mean? Error: Discarding duplicate request from client I get this every time a session expires (Session-Timeout = 84600) every 24-hours. For every new login I get two messages in the log file, one successful login and the error, see log here: Sun Feb 4 22:34:42 2007 : Auth:

SQL help from someone who groks c, please?

2007-02-04 Thread Dan Mahoney, System Admin
Hey all... Disclaimer: If I should ask this on the devel list, let me know and I will. As I'm not qualified in the languages to be a developer, this seemed the more logical place. I'm decent with Radius but have just come to freeradius over Cistron...I'm still in the process of assimilating

Re: SQL help from someone who groks c, please?

2007-02-04 Thread Dan Mahoney, System Admin
On Mon, 5 Feb 2007, Phil Mayers wrote: Dan Mahoney, System Admin wrote: That said, I figured out two possible ways to handle my previous question regarding advanced SQL auth (including multiple occurances of the same Minor point of terminology - SQL doesn't authenticate. It acts as a store

Re: Error: Discarding duplicate request from client

2007-02-04 Thread Alan DeKok
[EMAIL PROTECTED] wrote: What does this mean? Error: Discarding duplicate request from client The server is slow, usually because of a database that's slow. This happens when the server doesn't respond to the client within 5 seconds. Since most requests should be handled in MUCH less