Usefull values from documentation are hardcoded

2013-02-06 Thread Dario Šafar
Hi, I'm using the latest freeradius2.2.0 built from source. I have one simple question about Useful values that are given in documentation of freeradius proxy.conf file. Especially ones considering alive/zombie/dead times. I was trying to set up server to have 1 second revive_interval but

FreeRADIUS performance Issue

2013-02-06 Thread QASIM RAO
Hi, I am performing performance test on may RADIUS server and having a problem in result... i am using java code for sending 100 concrent requests on my RADIUS server in log i got some chunks taking so much time more than 3 seconds and remaing requests are tacking normal time les than 1

free radius output attributes configuration

2013-02-06 Thread Lakshmi Narayana Baliah
Hi All, How can configure output attributes in free-radius? How do i do that ??? please help Thanks Lakshmi Disclaimer: This message and

Re: pb with realm

2013-02-06 Thread Phil Mayers
On 06/02/13 10:03, Hocine M wrote: Hi , I have a problem with some user proxied. In the accounting-request the username is stripped and realm is NULL. Why le realm is lost? The User-Name in the accounting packets is overridden by the User-Name in the Access-Accept. In your case, your

Re: free radius output attributes configuration

2013-02-06 Thread Russell Mike
what is output attributes ? On Wed, Feb 6, 2013 at 10:19 AM, Lakshmi Narayana Baliah lb0074...@techmahindra.com wrote: Hi All, How can configure output attributes in free-radius? How do i do that ??? please help Thanks Lakshmi

Re: free radius output attributes configuration

2013-02-06 Thread Iliya Peregoudov
rlm_sql does not support sql parameter binding, neither input, nor output. Specifically rlm_sql xlat (i.e. %{sql: ...}) return number of rows affected for insert/update/delete, and return result of single-row and single-column select. So your only option is a function called inside select

Re: freeradius accounting of cdr and quotes for string attributes

2013-02-06 Thread Matthew Newton
On Tue, Feb 05, 2013 at 05:18:13PM +, Kelly Roestel wrote: If you look at the detailed format, these string attributes are enclosed. But there seems to be no option in linelog module. linelog { ... format = \%{Client-IP-Address}\,\%{Calling-Station-Id}\,\%{User-Name}\ ... }

Re: Degradation of service when authentication fails with Windows AD

2013-02-06 Thread Antonio Alberola
Hi, I'm having random authentication failures and I think they are due to a Radius server internal failure. I use Radius for authenticating the email of users in Windows Active Directory via PAM. Before I used NTLM and Kerberos together, and now I use PAM. This is confusing. FreeRADIUS

Re: Degradation of service when authentication fails with Windows AD

2013-02-06 Thread Phil Mayers
On 06/02/13 12:19, Antonio Alberola wrote: I understand that the PAM mechanism is slow, some domains more than others. But, I don't understand why RADIUS doesn't clean this request with some timeout mechanisms. It's very simple to create a script for crashing the server with a DoS attack. I

Re: FreeRADIUS performance Issue

2013-02-06 Thread Alan DeKok
QASIM RAO wrote: I am performing performance test on may RADIUS server and having a problem in result... i am using java code for sending 100 concrent requests on my RADIUS server in log i got some chunks taking so much time more than 3 seconds It's not a problem with FreeRADIUS. If you

Re: session management

2013-02-06 Thread Alan DeKok
Suresh Kumar Subramanian wrote: I am newbie and I have couple of questions in the free radius. Your questions were already answered. See the list archives. If you're going to post questions here, it helps to read the replies. Alan DeKok. - List info/subscribe/unsubscribe? See

Re: Usefull values from documentation are hardcoded

2013-02-06 Thread Alan DeKok
Dario Šafar wrote: Hi, I'm using the latest freeradius2.2.0 built from source. I have one simple question about Useful values that are given in documentation of freeradius proxy.conf file. Especially ones considering alive/zombie/dead times. I was trying to set up server to have 1

Re: freeradius accounting of cdr and quotes for string attributes

2013-02-06 Thread Kelly Roestel
Matthew, Yes that works. However, if the attribute is empty there will still be quotes in the csv file. Example. using format = \%{Client-IP-Address}\,\%{Calling-Station-Id}\,\%{User-Name}\ would yield, x.x.x.x,station-x,Kelly if %{Calling-Station-Id} was null this format would yield.

Re: freeradius accounting of cdr and quotes for string attributes

2013-02-06 Thread Alan DeKok
Kelly Roestel wrote: Yes that works. However, if the attribute is empty there will still be quotes in the csv file. If you want generic string manipulation code, use a real programming language. Or, write a csv module to do what you want. The linelog module is intended to write *lines

RADIUS authentication using MS-CHAP - no cleartext password configured error

2013-02-06 Thread Deepti kulkarni
I have a windows client trying to set up L2TP tunnel with my linux router. The linux router talks with the RADIUS server. The authentication is failing because the request is using MS-CHAP and my server cannot handle MS-CHAP. I am not sure what is missing from the configuration on the server. I

Re: RADIUS authentication using MS-CHAP - no cleartext password configured error

2013-02-06 Thread Alan DeKok
Deepti kulkarni wrote: I have a windows client trying to set up L2TP tunnel with my linux router. The linux router talks with the RADIUS server. The authentication is failing because the request is using MS-CHAP and my server cannot handle MS-CHAP. I am not sure what is missing from the