Re: multiply Cisco-AVPair request attribute process by regular expression

2013-05-08 Thread Mehdi Ravanbakhsh
Dear Phil Mayers thanks for your reply i am finally do this in my PostgreSQL function before importing to database . Best regards. On Mon, May 6, 2013 at 6:07 PM, Phil Mayers p.may...@imperial.ac.uk wrote: On 04/28/2013 09:14 PM, Mehdi Ravanbakhsh wrote: i have tow Cisco-AVPair

Re: Need help with making RPM from v2.x.x branch

2013-05-08 Thread Raithatha, Divyesh
Thanks, I got past the README but now I am getting the following file not found errors. They do exist, however, it looks like the build is looking for version 2.2.0 of the library files yet they are listed as 2.2.1. error: File not found:

AAA Accounting Relay

2013-05-08 Thread Raithatha, Divyesh
Newbie question for the group. Has anyone successfully set up a Radius Relay for Accounting as this older article for LDAP lists? http://freeradius.org/radiusd/doc/ldap_howto.txt What we would like to do is to send both Auth and Accounting requests to a AAA server and then forward just the

RE: Free radius as Proxy EAP-PEAP-GTC User-Password is never set

2013-05-08 Thread Sankalp Dubey
Hi Alan Can you please provide some pointers on where to carry out code change to achieve this. Thanks n regards Sankalp Dubey -Original Message- From: freeradius-users-bounces+sankalp_dubey=symantec@lists.freeradius.org

Re: Need help with making RPM from v2.x.x branch

2013-05-08 Thread Fajar A. Nugraha
On Wed, May 8, 2013 at 1:50 PM, Raithatha, Divyesh divyesh.raitha...@gmail.com wrote: Thanks, I got past the README but now I am getting the following file not found errors. They do exist, however, it looks like the build is looking for version 2.2.0 of the library files yet they are listed

Re: AAA Accounting Relay

2013-05-08 Thread A . L . M . Buxey
Hi, What we would like to do is to send both Auth and Accounting requests to a AAA server and then forward just the accounting records to another AAA server that is back-ended to MySQL. yes, just proxy the accounting - either using some unlang and proxy.conf or by using eg robust

Re: Config for 802.1x use on network switches

2013-05-08 Thread Nikolaos Milas
On 7/5/2013 2:37 μμ, Michael Schwartzkopff wrote: http://vuksan.com/linux/dot1x/802-1x-LDAP.html Thank you Michael for your valuable feedback, esp. the link above. By the way, I've been pointed to: http://www.packetfence.org for a more integrated system, which also supports 802.1x and it

Re: Need help with making RPM from v2.x.x branch

2013-05-08 Thread Phil Mayers
On 05/08/2013 08:19 AM, Fajar A. Nugraha wrote: %{_libdir}/freeradius/rlm_acct_unique-*.so FWIW this is the approach we usually take when packaging things; it seems pointless to me to embed version numbers into %files macros. I'm aware this is probably frowned on by some packaging

Re: Config for 802.1x use on network switches

2013-05-08 Thread Michael Schwartzkopff
Am Mittwoch, 8. Mai 2013, 12:29:44 schrieb Nikolaos Milas: On 7/5/2013 2:37 μμ, Michael Schwartzkopff wrote: http://vuksan.com/linux/dot1x/802-1x-LDAP.html Thank you Michael for your valuable feedback, esp. the link above. By the way, I've been pointed to: http://www.packetfence.org for a

Re: AAA Accounting Relay

2013-05-08 Thread Fajar A. Nugraha
On Wed, May 8, 2013 at 3:23 PM, a.l.m.bu...@lboro.ac.uk wrote: Hi, What we would like to do is to send both Auth and Accounting requests to a AAA server and then forward just the accounting records to another AAA server that is back-ended to MySQL. yes, just proxy the accounting

Re: Free radius as Proxy EAP-PEAP-GTC User-Password is never set

2013-05-08 Thread Alan DeKok
Sankalp Dubey wrote: Can you please provide some pointers on where to carry out code change to achieve this. Well... looking at the EAP-GTC code would be a good start. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: smbpasswd or etc_smbpasswd?

2013-05-08 Thread Alan DeKok
Bill McGonigle wrote: I'm seeing the same sample configuration on el5, el6, and on git head, so maybe I'm doing something wrong? No. It's a typo. I've pushed a fix. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Need help with making RPM from v2.x.x branch

2013-05-08 Thread John Dennis
On 05/08/2013 03:19 AM, Fajar A. Nugraha wrote: On Wed, May 8, 2013 at 1:50 PM, Raithatha, Divyesh divyesh.raitha...@gmail.com wrote: Thanks, I got past the README but now I am getting the following file not found errors. They do exist, however, it looks like the build is looking for version

how to get linelog() see see packet-types other than access-request

2013-05-08 Thread Jeff Smith
Hello, I've got a freeradius server 2.2.0 configured to process requests, and now I'd like to add some logging that would look something like this: Wed May 8 14:53:16 2013 Access-Request for a...@purdue.edu from MAC address (Calling-Station-Id) 84-3a-4b-0c-46-44 NAS lwsn-b143-wism2-11 I

re: RE: how to get linelog() see see packet-types other than access-request

2013-05-08 Thread Jeff Smith
Argh. Please accept my apologies -- I accidentally sent the previous message before I had finished composing it. Jeff - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: how to get linelog() see see packet-types other than access-request

2013-05-08 Thread Phil Mayers
On 08/05/2013 20:09, Jeff Smith wrote: Hello, I've got a freeradius server 2.2.0 configured to process requests, and now I'd like to add some logging that would look something like this: Wed May 8 14:53:16 2013 Access-Request for a...@purdue.edu mailto:a...@purdue.edu from MAC address

Re: Basic question to authenticate switches and Linux boxes

2013-05-08 Thread Matt Zagrabelny
On Wed, May 8, 2013 at 3:26 PM, Roberto Carna robertocarn...@gmail.com wrote: Dear, I'm new at Freeredius as an AAA sever in a Linux box and I need to authenticate Allied switches and Debian/Centos boxes. What package/module do I have to install in adition to freeradius ??? For the Debian

Re: Need help with making RPM from v2.x.x branch

2013-05-08 Thread Divyesh Raithatha
Thanks everyone. Finally got the RPM build to work by doing the following: Version: 2.2.0 in the top of the freeradius.spec file to 2.2.1, and renaming source bz2 file to freeradius-server-2.2.1.tar.**bz2 Along with commenting out patches 2 and 5 #Patch2: freeradius-radtest.patch #Patch5: