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

2013-05-07 Thread Fajar A. Nugraha
On Tue, May 7, 2013 at 3:35 AM, Divyesh Raithatha divyesh.raitha...@gmail.com wrote: to get past the patch error messages but I get another error below: + cp README /home/divtest/rpmbuild/BUILDROOT/freeradius-2.2.0-1.el6.x86_64//usr/share/doc/freeradius-2.2.0 Look at the spec file,

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

2013-05-07 Thread Fajar A. Nugraha
On Tue, May 7, 2013 at 4:28 AM, John Dennis jden...@redhat.com wrote: These project maintained build configurations are best thought of as bleeding edge developer stuff. Make some change and you want to test on Fedora or Debian and need packages, then these build directories are the goto

Re: redundant-load-balance for AD ntlmauth

2013-05-07 Thread Phil Mayers
On 06/05/13 17:51, John Douglass wrote: I don't just call ntlm_auth Because I want to simulate the entire EAP request (as if it is another of my wireless controllers) and get regular logs from radius that the server is responding. If some (although it hasn't happened!) piece of my radius stack

Config for 802.1x use on network switches

2013-05-07 Thread Nikolaos Milas
Hello, We would like to enforce authentication for all clients connecting to our network (wired or wireless), so that when a client connects, the client will not be able to use the network unless it successfully authenticates (e.g. via web) with a valid account (LDAP-based). We have a

Re: Config for 802.1x use on network switches

2013-05-07 Thread Michael Schwartzkopff
Am Dienstag, 7. Mai 2013, 14:27:35 schrieb Nikolaos Milas: Hello, We would like to enforce authentication for all clients connecting to our network (wired or wireless), so that when a client connects, the client will not be able to use the network unless it successfully authenticates (e.g.

Re: Unlang comparing variable correctly

2013-05-07 Thread Tyller D
great! Thanks a lot Alan. On Fri, May 3, 2013 at 8:12 PM, Alan DeKok al...@deployingradius.comwrote: Tyller D wrote: The strange thing is if the variable is equal to 2147465216 then it does not enter that function. Why? I've pushed a fix to the v2.x.x branch on github. Alan

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

2013-05-07 Thread Alan DeKok
Sankalp Dubey wrote: Is EAP-PEAP-GTC User-Password is set while using Free Radius as a proxy? No. The GTC password isn't copied to User-Password when proxying. It probably wouldn't be hard to do, though. Alan DeKok. - List info/subscribe/unsubscribe? See

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

2013-05-07 Thread Alan DeKok
John Dennis wrote: Why does FreeRADIUS maintain build configurations for Red Hat and Debian? Part historical reasons. RPMs were difficult to find, and it was easier to include RPM scripts in the server. It also means it's easy for people to build custom RPMs. They can use an established

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

2013-05-07 Thread John Dennis
On 05/07/2013 04:46 AM, Fajar A. Nugraha wrote: On Tue, May 7, 2013 at 4:28 AM, John Dennis jden...@redhat.com mailto:jden...@redhat.com wrote: These project maintained build configurations are best thought of as bleeding edge developer stuff. Make some change and you want to test

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

2013-05-07 Thread Sankalp Dubey
Alan Can you please help out how to achieve it or else you can point out what's wrong in our configuration. Thanks in advance - Original Message - From: Alan DeKok [mailto:al...@deployingradius.com] Sent: Tuesday, May 07, 2013 05:52 AM Pacific Standard Time To: FreeRadius users mailing

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

2013-05-07 Thread Alan DeKok
Sankalp Dubey wrote: Can you please help out how to achieve it Code changes. or else you can point out what's wrong in our configuration. If it was possible via a configuration change, I would have told you. Alan DeKok. - List info/subscribe/unsubscribe? See

using unlang to rewrite framed-ip-address sent from LDAP

2013-05-07 Thread sebastien boucher
hello, i am trying to rewrite the framed-ip-address information that are given to radius via ldap to a null value currently many of our users have a fixed framed-ip-address value of 255.255.255.254 , since we will now be using radius and mysql to distribute IP i would like to change this

Re: using unlang to rewrite framed-ip-address sent from LDAP

2013-05-07 Thread A . L . M . Buxey
Hi, i am trying to rewrite the framed-ip-address information that are given to radius via ldap to a null value okay. but the unlang you showed us would have rewritten the control packet to have Framed-IP-Address of %{1.1.1.1} - which is wrong/invalid anyway. what does the rest of the debug

smbpasswd or etc_smbpasswd?

2013-05-07 Thread Bill McGonigle
Hi, everybody, I was setting up freeradius to authenticate against an smbpasswd file, and got tripped up by the sample config. I have: modules/smbpasswd with: passwd smbpasswd { filename = and: sites-available/default (and inner-tunnel) with: # If you are using

Re: using unlang to rewrite framed-ip-address sent from LDAP

2013-05-07 Thread Sebastien Boucher
errr yes that was me trying to replace it with any value sorry it should not have been pasted in this example ! the attribute filter module is a TERRIFIC idea and i will use this instead ! many thanks ! On Tue, May 7, 2013 at 5:48 PM, a.l.m.bu...@lboro.ac.uk wrote: Hi, i am trying to