Re: eap sim authorization problem

2013-05-31 Thread Iliya Peregoudov
Call suffix before sim_files. The rlm_sim_files module uses canonical username as a key for searching authentication vectors. Initially canonical username points to User-Name attribute. rlm_realm module (suffix is an instance of this module) split User-Name to Stripped-User-Name and Realm and

Radperf - unavailable

2013-05-31 Thread Prashant Abhang
Hi, I was searching for the tool which can help me to test radius server performance. Found radperf, but it seems unavailable to download. Any thoughts? -- Thanks Regards, Prashant Abhang - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Updating the n'th occurance of an attribute

2013-05-31 Thread Бен Томпсон
Hello everyone I have a quick queston. I noticed in the man page of unlang that we can reference attributes using the syntax: %{Attribute-Name[index]} This is a very useful feature :-) However, I just wanted to check whether we can update attributes in the same way? I mean something like this:

talloc.h not found but libtalloc-dev is installed

2013-05-31 Thread Бен Томпсон
Hello everyone I am trying to build the latest code from git master but ./configure fails with this error: checking for talloc.h in /usr/include... no checking for talloc.h... no checking for talloc.h in /usr/local/include... no checking for talloc.h in /opt/include... no configure: WARNING:

Re: talloc.h not found but libtalloc-dev is installed

2013-05-31 Thread A . L . M . Buxey
Hi, This is on debian squeeze and I have libtalloc-dev installed. I also tried adding --with-talloc-include-dir=/usr/include but this did not help. what version of talloc does debian ship? I've no problems with talloc on CentOS or SUSE alan - List info/subscribe/unsubscribe? See

Re: talloc.h not found but libtalloc-dev is installed

2013-05-31 Thread Бен Томпсон
I have tried the packages from squeeze (2.0.1) and wheezy (2.0.7+git20120207). 2013/5/31 a.l.m.bu...@lboro.ac.uk Hi, This is on debian squeeze and I have libtalloc-dev installed. I also tried adding --with-talloc-include-dir=/usr/include but this did not help. what version of

Re: talloc.h not found but libtalloc-dev is installed

2013-05-31 Thread Phil Mayers
On 31/05/13 11:38, Бен Томпсон wrote: I have tried the packages from squeeze (2.0.1) and wheezy (2.0.7+git20120207). Maybe have a look in config.log and related, see what the gcc command line(s) that fail are and try to run them manually. - List info/subscribe/unsubscribe? See

Re: talloc.h not found but libtalloc-dev is installed

2013-05-31 Thread Бен Томпсон
Thanks Phil, and Alan Here is a snippet from config.log :- configure:7744: checking for talloc.h configure:7758: gcc -c -g3 -Wall -D_GNU_SOURCE -Qunused-arguments -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wdocumentation -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings

Re: talloc.h not found but libtalloc-dev is installed

2013-05-31 Thread Phil Mayers
On 31/05/13 12:31, Бен Томпсон wrote: Thanks Phil, and Alan Here is a snippet from config.log :- configure:7744: checking for talloc.h configure:7758: gcc -c -g3 -Wall -D_GNU_SOURCE -Qunused-arguments -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wdocumentation -Wshadow -Wpointer-arith -Wcast-qual

Re: talloc.h not found but libtalloc-dev is installed

2013-05-31 Thread Alan DeKok
Phil Mayers wrote: Looks like it's trying to use a clang argument with gcc. Probably related to commit 4cbe9552c Yeah. Clang shows up as GCC on configure's tests. Arran didn't check to see if that really was clang. I'll see if I can come up with a fix. Alan DeKok. - List

Re: talloc.h not found but libtalloc-dev is installed

2013-05-31 Thread Alan DeKok
Alan DeKok wrote: I'll see if I can come up with a fix. I've pushed a fix. configure should now work again. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: talloc.h not found but libtalloc-dev is installed

2013-05-31 Thread Arran Cudbard-Bell
On 31 May 2013, at 09:36, Alan DeKok al...@deployingradius.com wrote: Alan DeKok wrote: I'll see if I can come up with a fix. I've pushed a fix. configure should now work again. The point of the checks was to determine if ANY compiler supported the flags. It works fine with the

Re: Updating the n'th occurance of an attribute

2013-05-31 Thread Arran Cudbard-Bell
On 31 May 2013, at 03:23, Бен Томпсон b.thomp...@latera.ru wrote: Hello everyone I have a quick queston. I noticed in the man page of unlang that we can reference attributes using the syntax: %{Attribute-Name[index]} This is a very useful feature :-) However, I just wanted to

Re: Free Radius SNMP support

2013-05-31 Thread Arran Cudbard-Bell
On 31 May 2013, at 01:46, manjunath uthappa ponnachana pu_manjun...@rediffmail.com wrote: Hi, As per freeradius website freeradius.org, Native SNMP support in FreeRADIUS version 2 and later is broken. I wanted to know whether in newer/latest versions of free radius SNMP support will

Re: talloc.h not found but libtalloc-dev is installed

2013-05-31 Thread Arran Cudbard-Bell
On 31 May 2013, at 09:03, Alan DeKok al...@deployingradius.com wrote: Phil Mayers wrote: Looks like it's trying to use a clang argument with gcc. Probably related to commit 4cbe9552c Yeah. Clang shows up as GCC on configure's tests. Arran didn't check to see if that really was clang.

SSL error

2013-05-31 Thread David Peterson
I just compiled the master git branch and am getting this error: rlm_eap_tls: Failed initializing SSL context rlm_eap (EAP): Failed to initialise rlm_eap_tls /usr/local/etc/raddb/mods-enabled/eap[17]: Instantiation failed for module eap Do you have to manually generate certs for this branch?

Re: SSL error

2013-05-31 Thread Alan Buxey
Compiled without required ssl environment being present? The debug output will have printed or more information regarding the error alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

about radlast

2013-05-31 Thread george torwell
Hello everyone, we had issues with radlast on freeBSD and linux. It seems that the format for the utmp and wtmp that last reads isnt consistent, on freeBSD its not even the same file... So we wrote the attached file to read the file radutmp written by freeRadius. If its useful to anyone, you can

Re: talloc.h not found but libtalloc-dev is installed

2013-05-31 Thread Arran Cudbard-Bell
On 31 May 2013, at 10:05, Arran Cudbard-Bell a.cudba...@freeradius.org wrote: On 31 May 2013, at 09:03, Alan DeKok al...@deployingradius.com wrote: Phil Mayers wrote: Looks like it's trying to use a clang argument with gcc. Probably related to commit 4cbe9552c Yeah. Clang shows up as

EAP error

2013-05-31 Thread David Peterson
I am getting this error: TLS Alert read:fatal:unknown CA TLS_accept: failed in SSLv3 read client certificate A SSL error error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca SSL: SSL_read failed inside of TLS (-1), TLS session fails. TLS receive handshake failed during

Radperf unavailable

2013-05-31 Thread Prashant Abhang
Hi all, Is there any tool to test radius server performance. Radperf seems to be  unavailable. Thanks, Prashant - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: EAP error

2013-05-31 Thread Alan Buxey
Looks like a client with incorrect settings. Why would you want to add that ca to your server? Your radius server isn't signed by it. alan This smartphone uses eduroam for free WiFi access around the world. Now that's what I call smart. - List info/subscribe/unsubscribe? See

Re: Free Radius SNMP support

2013-05-31 Thread Alan DeKok
manjunath uthappa ponnachana wrote: As per freeradius website freeradius.org Native SNMP support in FreeRADIUS version 2 and later is broken. Version 2 does support SNMP via a Perl script. It's not perfect, but it works. I wanted to know whether in newer/latest versions of free radius SNMP

Re: Updating the n'th occurance of an attribute

2013-05-31 Thread Alan DeKok
Бен Томпсон wrote: However, I just wanted to check whether we can update attributes in the same way? I mean something like this: update reply { Attribute-Name[index] := new_value } It may be possible to add for v3. Alan DeKok. - List info/subscribe/unsubscribe? See

Re: eap sim authorization problem

2013-05-31 Thread raptor raptor
i have added Stripped-User-Name in sites-enabled/default and also i disabled suffix module but, i found like fatal mistake could someone tell me what i should do to fix this this is my log Ready to process requests. rad_recv: Access-Request packet from host 192.168.1.1 port 2048, id=0,