Re: Failed login lockout protection in FreeRADIUS

2012-09-17 Thread mr. s
For edification, what its worth.. Heres the question asked by the author of the article, I was referring to, and the answer from Alan D. -- Here’s my question and response from Alan T DeKok al...@freeradius.org about this. You can check with him on more details if needed or send to the mailing lis

Re: Customization of RADIUS reply

2012-09-17 Thread Alan DeKok
Václav Pernica wrote: > I’m configuring the FreeRADIUS together with the Oracle DB. I need to > get the user authenticated and in the reply provide the parameter > "mailbox_fullname" from the DB. Does the RADIUS client understand that attribute? > The Oracle DB has for my purpose only one view

Customization of RADIUS reply

2012-09-17 Thread Václav Pernica
Hello I’m configuring the FreeRADIUS together with the Oracle DB. I need to get the user authenticated and in the reply provide the parameter "mailbox_fullname" from the DB. The Oracle DB has for my purpose only one view which contains the following columns. mailbox_id,mailbox_email,mailbox_f

Re: generating ssl certs in debian squeeze

2012-09-17 Thread austin wonderly
did the trick, thanks :D (had been making a silly mistake with one of the cert files) On Sat, Sep 15, 2012 at 3:05 AM, Alan DeKok wrote: > austin wonderly wrote: > > hello, thanks for the tip, although unfortunately im am still getting > > problems > > Google "EAP-TLS freeradius" gets you this

max_queue_size > 65536

2012-09-17 Thread Arran Cudbard-Bell
A friendly heads up. The bug fixes item "Use max_queue_size in threading code" refers to an issue in the threading code where the value used to initialise the request queue, was different to the value used to check when the max entries had been added into the queue, thus if you'd set the config

Re: Proxy and requests queue

2012-09-17 Thread AemNet
On 17/09/2012 10:44, Alan DeKok wrote: Upgrade. I'll do it asap Each request is handled separately from each other request, no matter where it came from, and no matter where it was proxied to. Each home server is handled separately from each other home server. Ok that's what i want

Re: users file case sensitive

2012-09-17 Thread Phil Mayers
On 09/17/2012 11:00 AM, Gregg Douglas wrote: Hi, Background: FreeRadius Version: 2.1.1-7.10.1 Users are stored in LDAP, I am using the users file to assign static IP Addresses to certain users. It seems that the users file is case sensitive, I found a few articles on the net regar

Re: Segmentation fault when linking 2.2.0 against openSSL 1.0.1c

2012-09-17 Thread Arran Cudbard-Bell
On 17 Sep 2012, at 10:34, Stefan Winter wrote: > Hi, > --with-openssl-includes=/usr/local/freeradius/openssl-1.0.1c/include/openssl > >>> Are you sure? The "openssl SEGV" problem is almost always because you >>> have two versions of OpenSSL installed. >>> >>> What is likely happening

users file case sensitive

2012-09-17 Thread Gregg Douglas
Hi, Background: FreeRadius Version: 2.1.1-7.10.1 Users are stored in LDAP, I am using the users file to assign static IP Addresses to certain users. It seems that the users file is case sensitive, I found a few articles on the net regarding this, but none really supplied a definitive answer. I

Re: Segmentation fault when linking 2.2.0 against openSSL 1.0.1c

2012-09-17 Thread Stefan Winter
Hi, >>> --with-openssl-includes=/usr/local/freeradius/openssl-1.0.1c/include/openssl >> Are you sure? The "openssl SEGV" problem is almost always because you >> have two versions of OpenSSL installed. >> >> What is likely happening is that the compile stage is picking up the >> system-suppli

Re:

2012-09-17 Thread Fajar A. Nugraha
On Mon, Sep 17, 2012 at 4:05 PM, QASIM RAO wrote: > hi, > > i want to test performance of my radius server. can any body give me > suggestion how i can perform performance test of my radius server. i have > check some performance testing tools like (radlogin,radtest,Evolynx RADIUS > Load Test tool

Re: Segmentation fault when linking 2.2.0 against openSSL 1.0.1c

2012-09-17 Thread Stefan Winter
Hi, >> Today, I compiled with >> >> --with-openssl >> --with-openssl-includes=/usr/local/freeradius/openssl-1.0.1c/include/openssl >> >> --with-openssl-libraries=/usr/local/freeradius/openssl-1.0.1c/lib >> >> the path is in ld.so.conf, and ldd shows that linking against this new >> version works.

[no subject]

2012-09-17 Thread QASIM RAO
hi, i want to test performance of my radius server. can any body give me suggestion how i can perform performance test of my radius server. i have check some performance testing tools like (radlogin,radtest,Evolynx RADIUS Load Test tool) but they are not working according to my requirement i wa

Re: Proxy and requests queue

2012-09-17 Thread Alan DeKok
AemNet wrote: > I've a question about the management of the queue in freeradius 2.1.12. Upgrade. > Let's assume my server are used for local authentication for the realm > mydomanin.org and proxy the request for the realm remote.org (a pool > with a single home server). Let's assume also that

Proxy and requests queue

2012-09-17 Thread AemNet
Hi everybody I've a question about the management of the queue in freeradius 2.1.12. Let's assume my server are used for local authentication for the realm mydomanin.org and proxy the request for the realm remote.org (a pool with a single home server). Let's assume also that max_servers and ma

Re: Segmentation fault when linking 2.2.0 against openSSL 1.0.1c

2012-09-17 Thread Alan DeKok
Stefan Winter wrote: > until today, I have been running FreeRADIUS 2.2.0 successfully with a > system-supplied openSSL. > > Today, I compiled with > > --with-openssl > --with-openssl-includes=/usr/local/freeradius/openssl-1.0.1c/include/openssl > > --with-openssl-libraries=/usr/local/freeradius/

Segmentation fault when linking 2.2.0 against openSSL 1.0.1c

2012-09-17 Thread Stefan Winter
Hi, until today, I have been running FreeRADIUS 2.2.0 successfully with a system-supplied openSSL. Today, I compiled with --with-openssl --with-openssl-includes=/usr/local/freeradius/openssl-1.0.1c/include/openssl --with-openssl-libraries=/usr/local/freeradius/openssl-1.0.1c/lib the path is in