Re: freeradius2.1.6 module errors

2009-08-13 Thread ramesh p
Though i have placed the code in sites-available/default under accounting section: if(Acct-Status-Type := 'stop'){ sql getting the following error with radiusd -X: [r...@localhost raddb]# ../../sbin/radiusd -X FreeRADIUS Version 2.1.6, for host i686-pc-linux-gnu, built on Aug 10

Re: freeradius2.1.6 module errors

2009-08-13 Thread Steven Carr
On 13/8/09 07:10, ramesh p wrote: Though i have placed the code in sites-available/default under accounting section: if(Acct-Status-Type := 'stop'){ sql Can you post the full section that you have added this to, if you have only added just those 2 lines then you haven't

Re: Freeradius-Users Digest, Vol 52, Issue 59

2009-08-13 Thread ramesh p
Hi, Here is the full accounting section of sites-available/default accounting { # # Create a 'detail'ed log of the packets. # Note that accounting requests which are proxied # are also logged in the detail file. detail # daily # Update the

Re: MS-CHAP cannot login

2009-08-13 Thread Steven Carr
On 13/8/09 06:07, Sanhenra Sinaga wrote: [eap] Request found, released from the list [eap] EAP/peap [eap] processing type peap [peap] processing EAP-TLS [peap] eaptls_verify returned 7 [peap] Done initial handshake [peap] TLS 1.0 Alert [length 0002], fatal bad_certificate TLS Alert

Re:freeradius2.1.6 module errors

2009-08-13 Thread ramesh p
Hi, Here is the full accounting section of sites-available/default accounting { # # Create a 'detail'ed log of the packets. # Note that accounting requests which are proxied # are also logged in the detail file. detail # daily # Update the

Re: Re:freeradius2.1.6 module errors

2009-08-13 Thread Michael Bryant
Wrong operator. Use = or not := --Mike On Thu, 2009-08-13 at 12:56 +0530, ramesh p wrote: Hi, Here is the full accounting section of sites-available/default accounting { # # Create a 'detail'ed log of the packets. # Note that accounting requests which are

Re: freeradius2.1.6 module errors

2009-08-13 Thread Steven Carr
On 13/8/09 08:41, Michael Bryant wrote: Wrong operator. Use = or not := --Mike It's a comparison so it should be: if (Acct-Status-Type == 'stop') { sql } Steve -- Steven Carr Systems Development Officer SLS/ITS/Systems - (0191) 515 3953 signature.asc Description: OpenPGP digital

Re: Re: freeradius2.1.6 module errors

2009-08-13 Thread ramesh p
Thanks alot. i can use either 'Stop' or 'stop'. It's not case sensitive am i correct? Thanks, Rams. Thu, 13 Aug 2009 00:56:21 -0700 On 13/8/09 08:41, Michael Bryant wrote: Wrong operator. Use = or not := --Mike It's a comparison so it should be: if (Acct-Status-Type == 'stop') { sql

freeradius 2.1.6 radiusd process user

2009-08-13 Thread ramesh p
Hi All, I have installed freeradius 2.1.6 on my linux box. But radiusd process is running as root. root 25027 1 0 04:23 ?00:00:00 /usr/local/fnmt/freeradius2/sbin/radiusd I saw in older versions 1.1.6 running as nobody user/group. Is it fine if we run as root user? or we need to

Re: Problem configuring CoA

2009-08-13 Thread Anton G.
Alan DeKok ?: Anton G. wrote: /usr/local/etc/raddb/clients.conf[30]: No such home_server or home_server_pool localhost-coa some# What am i missing? Weird. I guess the code got changed after the feature was tested and added. Oh well. I've committed a fix to git. You can grab that,

Free Radius Compilation Error on RHEL5.3

2009-08-13 Thread Kamal Garg
Hi, I am facing problem while making freeradius-server-2.1.6 on RHEL5.3, however I am able to successfully build and install the freeradius-server-2.1.6 on RHEL4.0. Following are the error logs I am getting while building freeradius server on RHEL5.3. [r...@vmware

Re: Adding reply attributes when proxy

2009-08-13 Thread mikoi
Hello. I donĀ“t think it is because of the attribute filters since the backend token server is not replying with attributes. I want them added in post-proxy section in FreeRadius. So i tried the following in the post-proxy { if (proxy-reply:Access-Accept) { update proxy-reply { Class :=

PEAP / mschapv2 Error Messages

2009-08-13 Thread Michael Bryant
Hi, Using the default eap/peap inner-tunnel configuration, a failure gives rise to this: Exec-Program output: Logon failure (0xc06d) Exec-Program-Wait: plaintext: Logon failure (0xc06d) Exec-Program: returned: 1 [mschap] External script failed. [mschap] FAILED: MS-CHAP2-Response is

Re: Problem configuring CoA

2009-08-13 Thread Alan DeKok
Anton G. wrote: grabbed today stable from git and tried. As far as i can see - works. OK, thanks. But i`ve notice one thing: Home_server of type coa must be listed in any home_server pool (no matter is the pool used or not) to get it work. Yes. That's an acceptable limitation for

Re: MS-CHAP cannot login

2009-08-13 Thread Alan Buxey
hi, intel supplicant? loks like the outerid is anonym...@abc.com therefore you are trying to proxy to that realm... fix/reconfigure the supplicant? alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

ERROR 734

2009-08-13 Thread Danie J. Steenkamp
Hi, I have loaded Freeradius 2.1.6 on a Centos 5.3 server with Mysql. The server is responding perfectly to any Authentication. From a Windows XP it connects, verifies the username, password Calling-Station-ID. It then immediately disconnects with Error 734: The PPP link control protocol was

Re: ERROR 734

2009-08-13 Thread Glen Millard
Have a look at the logs - what do you see there? Post the last 50 or so lines if you like. Glen On Thu, Aug 13, 2009 at 12:28, Danie J. Steenkamp da...@gaap.co.za wrote: Hi, I have loaded Freeradius 2.1.6 on a Centos 5.3 server with Mysql. The server is responding perfectly to any

RE: ERROR 734

2009-08-13 Thread Danie J. Steenkamp
Hi, that is the problem, there is no error message in the radius.log file. I have run the server mostly in debug mode to try and capture the error without success. I have now replicated the error with the server running in normal mode and below is the output to the log file: Thu Aug 13 19:16:08

Re: ERROR 734

2009-08-13 Thread Alan DeKok
Danie J. Steenkamp wrote: Hi, I have loaded Freeradius 2.1.6 on a Centos 5.3 server with Mysql. The server is responding perfectly to any Authentication. From a Windows XP it connects, verifies the username, password Calling-Station-ID. It then immediately disconnects with Error 734: The PPP

Re: PEAP / mschapv2 Error Messages

2009-08-13 Thread Alan Buxey
Hi, Hi, Using the default eap/peap inner-tunnel configuration, a failure gives rise to this: Exec-Program output: Logon failure (0xc06d) Exec-Program-Wait: plaintext: Logon failure (0xc06d) Exec-Program: returned: 1 [mschap] External script failed. [mschap] FAILED:

Re: PEAP / mschapv2 Error Messages

2009-08-13 Thread Michael Bryant
unlang? set a variable to the value of MS-CHAP-Error and then set the Reply-Message to be some text with that variable in it. Unfortunately, this sends it back in the next packet, which is an Access-Challenge, not in the final Access-Reject. Also, for some strange reason, the post-auth

Problem with MAC authorization..(again)

2009-08-13 Thread Sunardo Panjaitan
i'm sos sorry to ask again.. This problem 've already discussed in FreeRadius MAC address authorization (http://lists.cistron.nl/pipermail/freeradius-users/2008-August/msg00155.html). I'm using Fedora core 6, freeRadius 2.1.3 (installed from source code tarball)And use linksys WAP4400 as