FW: FreeRadius Authentication against AD or AD LDS (LDAP)

2013-07-16 Thread limacher david
Hello I'm looking for a solution to realize a FreeRadius Server, which can Authenticate against primary a AD and as second method against AD LDS (Lightweight Directory from Windows). We want for our WLAN, that in the Guest-Network employees can use their AD-Login (I already implemented that

Re: FW: FreeRadius Authentication against AD or AD LDS (LDAP)

2013-07-16 Thread Fajar A. Nugraha
On Tue, Jul 16, 2013 at 1:02 PM, limacher david limache...@hotmail.comwrote: Hello I'm looking for a solution to realize a FreeRadius Server, which can Authenticate against primary a AD and as second method against AD LDS (Lightweight Directory from Windows). We want for our WLAN, that in

Re: FW: FreeRadius Authentication against AD or AD LDS (LDAP)

2013-07-16 Thread Alan DeKok
limacher david wrote: I'm looking for a solution to realize a FreeRadius Server, which can Authenticate against primary a AD and as second method against AD LDS (Lightweight Directory from Windows). Follow this guide: http://deployingradius.com/documents/configuration/active_directory.html

FW: MSSQL using unixodbc and truncation of characters

2013-06-14 Thread Franks Andy (RLZ) IT Systems Engineer
Hi, Just to say I tried recompiling freetds again, wondering if an older repo version was missing a function or something but still : rlm_sql_unixodbc: 01000 [unixODBC][Driver Manager]Can't open lib '/usr/local/lib/libtdsodbc.so' : *??~: undefined symbol: get_vtable despite isql working fine..

FW: MSSQL using unixodbc and truncation of characters

2013-06-13 Thread Franks Andy (RLZ) IT Systems Engineer
Ok, so I've compiled 3 from scratch with support for the freetds and unixodbc modules. I have some issues : Using the unixodbc driver that was working before gives me this now : rlm_sql (sql_postauth_lan0): Driver rlm_sql_unixodbc (module rlm_sql_unixodbc) loaded and linked rlm_sql

FW: MSSQL using unixodbc and truncation of characters

2013-06-12 Thread Franks Andy (RLZ) IT Systems Engineer
Sorry, FR version 2.2.1. Thanks andy _ From: Franks Andy (RLZ) IT Systems Engineer Sent: 12 June 2013 17:43 To: freeradius-users@lists.freeradius.org Subject: MSSQL using unixodbc and truncation of characters Hi all, I may again being doing

FW: MSSQL using unixodbc and truncation of characters

2013-06-12 Thread Franks Andy (RLZ) IT Systems Engineer
Just as an aside - is the rlm_sql_freetds module deprecated - it doesn't have any config or make related stuff in the git clone I downloaded for 2.2 .. only one file - sql_freetds.c. I was hoping to try it and possibly the iodbc driver as well instead of odbc, unless I'm off on the wrong track

FW: Freeradius-UsRe: Originate CoA Request After Receiving Access-Accepters Digest, Vol 96, Issue 88

2013-04-26 Thread Okis Chuang
Okis Chuang wrote: From the originate-coa documentation, it seems I can?t originate coa-request at the section of pre-proxy or post-proxy. It?s documented, pretty clear. It's nice to hear that the documentation helps. :) I thought docs are very helpful at most of

Fwd: FW: Radius server is dumping regularly

2013-02-11 Thread ramakrishna
** ** Hi I have been using FreeRadius 2.2 for a while now. Recently i have started seeing regular code dumps by RADIUS server. I have attached pstack output of three core files generated within last four days. I observed that core dump is happening consistently in rad_decode function and

Re: FW: Radius server is dumping regularly

2013-02-11 Thread ramakrishna
Hi, The core dump seems to be at the following locations. 1) - lwp# 6255 / thread# 6255 7fb40ed0 rad_decode (0, 9f90393, 7, 1, 1, a) + 290 00034274 request_pre_handler (9da9238, 0, 0, 7f969370, 0, 60b98) + 150 00036dc0 radius_handle_request (9da9238,

Re: Fwd: FW: Radius server is dumping regularly

2013-02-11 Thread Alan DeKok
ramakrishna wrote: I have been using FreeRadius 2.2 for a while now. Recently i have started seeing regular code dumps by RADIUS server. I have attached pstack output of three core files generated within last four days. I observed that core dump is happening consistently in rad_decode function

Re: FW: Radius server is dumping regularly

2013-02-11 Thread Alan DeKok
ramakrishna wrote: Hi, The core dump seems to be at the following locations. 1) - lwp# 6255 / thread# 6255 7fb40ed0 rad_decode (0, 9f90393, 7, 1, 1, a) + 290 ... I do not have any clue why this dumping here as it is stack code. Neither do we.

Fw: [mschap] No Cleartext-Password configured. Cannot createLM-Password.

2013-01-31 Thread Grzegorz Cimochowski
Waking up in 3.4 seconds. rad_recv: Access-Request packet from host 192.168.30.15 port 46844, id=161, length=192 Service-Type = Framed-User Framed-Protocol = PPP NAS-Port = 138584 NAS-Port-Type = Ethernet User-Name = chmielewska_d Calling-Station-Id = 54:E6:FC:E7:EA:E7 Called-Station-Id =

Fwd: FW:

2012-12-27 Thread Arpit Jain
Hi, I am sending an Access-Request packet using radeapclient without password,** ** I am giving the following attributes in radeapclient: User-Name= testuser EAP-Code = Response EAP-Id = 210 EAP-Type-Identity = testuser Message-Authenticator = 0x00 ** ** ** **

Re: Fwd: FW:

2012-12-27 Thread Alan DeKok
Arpit Jain wrote: I am sending an Access-Request packet using radeapclient without password, Which is allowed. But server is sending Access-Reject to the request. Following are the logs of radeapclient: So... you're trying to debug the server, but looking at what the client is doing.

Re: FW: customized format of log file

2012-10-12 Thread Stefan Winter
Hi, I'm deploying a WiFi proxy center with FreeRadius now, therefore I need detailed auth/acct log records for statistical purpose. While default format of detail log cannot satisfy my goal there, so is there any way to define my own customized format of auth/acct log file? for example,

FW: customized format of log file

2012-10-11 Thread Chuang Okis
Hi all, I'm deploying a WiFi proxy center with FreeRadius now, therefore I need detailed auth/acct log records for statistical purpose. While default format of detail log cannot satisfy my goal there, so is there any way to define my own customized format of auth/acct log file? for example, for

FW: SQLm_counter and 64 bit values

2012-06-25 Thread Jonathan Bastin
I am using Freeradius 2 on Ubuntu 64 bit machine. I am trying to add up the months' worth of data the user has used and make sure they don't go over capacity. So far I have counter.conf: sqlcounter monthlydata { counter-name = Total-Octets-Monthly

RE: FW: Radacct table not working properly

2012-03-27 Thread Javier Ruiz Escalante
Hello, My server has installed Chillispot and Freeradius, everything is working properly and now I want to use Freeradius without Chillispot. As soon as I uninstall chillispot the radacct table stop working. Can anyody tell me why? Thanks Regards - List info/subscribe/unsubscribe? See

Re: FW: Radacct table not working properly

2012-03-27 Thread Alan DeKok
Javier Ruiz Escalante wrote: My server has installed Chillispot and Freeradius, everything is working properly and now I want to use Freeradius without Chillispot. As soon as I uninstall chillispot the radacct table stop working. Can anyody tell me why? If you don't send it RADIUS packets,

RE: FW: Radacct table not working properly

2012-03-27 Thread Javier Ruiz Escalante
@lists.freeradius.org [mailto:freeradius-users-bounces+fruiz002=hotmail@lists.freeradius.org] On Behalf Of Alan DeKok Sent: martes, 27 de marzo de 2012 9:58 To: FreeRadius users mailing list Subject: Re: FW: Radacct table not working properly Javier Ruiz Escalante wrote: My server has

Re: FW: Radacct table not working properly

2012-03-27 Thread Alan DeKok
Javier Ruiz Escalante wrote: I send radius packets, (as long as I know...) I have a hotspot from Mikrotik and I have Radius configured, my client logs on and the information sent by MKT goes to a file but not to radacct table. First, figure out exactly what's going on. Information is

RE: FW: Radacct table not working properly

2012-03-27 Thread Javier Ruiz Escalante
Sent: martes, 27 de marzo de 2012 10:53 To: FreeRadius users mailing list Subject: Re: FW: Radacct table not working properly Javier Ruiz Escalante wrote: I send radius packets, (as long as I know...) I have a hotspot from Mikrotik and I have Radius configured, my client logs

Re: FW: Radacct table not working properly

2012-03-27 Thread Alan DeKok
Javier Ruiz Escalante wrote: Look, I should have accounting information about the client (for example all the attributes I need for disconnection) in the radacct table, right? So... rather than following instructions, you asked another question. Which ones? The one I past belowatleast,

Re: FW: Radacct table not working properly

2012-03-24 Thread Phil Mayers
On 03/23/2012 11:07 PM, Javier Ruiz Escalante wrote: I have realized that my radius system does not record the logging information in my radius Data base, in radacct table, but nevertheless creates a folder in /var/log/freeradius for every NAS which is called “radacct” inside this folder there

RE: FW: Radacct table not working properly

2012-03-24 Thread Javier Ruiz Escalante
-Original Message- From: freeradius-users-bounces+fruiz002=hotmail@lists.freeradius.org [mailto:freeradius-users-bounces+fruiz002=hotmail@lists.freeradius.org] On Behalf Of Phil Mayers Sent: sábado, 24 de marzo de 2012 13:02 To: freeradius-users@lists.freeradius.org Subject: Re: FW: Radacct

Re: FW: Radacct table not working properly

2012-03-24 Thread Alan Buxey
It might be configured...ie you edited sql.conf but did you add 'sql' to the relevant sections in the relevant virtual server? alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

FW: Radacct table not working properly

2012-03-23 Thread Javier Ruiz Escalante
From: Javier Ruiz Escalante [mailto:fruiz...@hotmail.com] Sent: viernes, 23 de marzo de 2012 18:49 To: 'freeradius-users@lists.freeradius.org' Subject: RE: Radacct table not working properly Good evening, I have realized that my radius system does not record the logging information

FW: authentication sub in perl

2011-10-03 Thread Alex rsm
Ok, openSLL is installed on my server. No more issue on EAP. However, my debug line in sub authenticate still is not being called: #example.pl # Function to handle authorize sub authorize { print TEST-authorize: username=$RAD_REQUEST{'User-Name'}\n; # For debugging

Re: FW: authentication sub in perl

2011-10-03 Thread Alan DeKok
Alex rsm wrote: openSLL is installed on my server. No more issue on EAP. However, my debug line in sub authenticate still is not being called: Read the debug output. The perl module isn't being called in the authenticate section. Why? Because the eap module is being called. Why?

Re: FW: authentication sub in perl

2011-10-03 Thread Fajar A. Nugraha
On Tue, Oct 4, 2011 at 3:45 AM, Alex rsm alex-...@hotmail.com wrote: Ok, openSLL is installed on my server. No more issue on EAP. However, my debug line in sub authenticate still is not being called: Found Auth-Type = EAP As Alan said, the EAP module saw EAP-Message, and decided to do

FW: Radius Server Doesn't Communicate AP

2011-10-01 Thread Alejandro Moreno
Hi my problem is that im trying to communicate my radius server with the access point that i already configured and already added to the clients list and still doesn't work! i've been in all the forums about freeradius and i've read all the documentation of freeradius but nothing

Re: FW: Radius Server Doesn't Communicate AP

2011-10-01 Thread Fajar A. Nugraha
On Sat, Oct 1, 2011 at 3:52 PM, Alejandro Moreno mamr...@hotmail.com wrote: Hi my problem is that im trying to communicate my radius server with the access point that i already configured and already added to the clients list and still doesn't work!

Fw: RADIUS does not send reply for all groups the user is a member of

2011-08-23 Thread Det Det
- Forwarded Message - From: Det Det det.explo...@yahoo.com To: Fajar A. Nugraha l...@fajar.net Sent: Tuesday, August 23, 2011 3:37 PM Subject: Re: RADIUS does not send reply for all groups the user is a member of Thanks Fajar! I just added the fall-through. I leave the priority as is.

FW: SoH - FR 2.1.11

2011-07-14 Thread Palmer J.D.F.
Phil, It would seem I must have made a typo, Gareth has tried this again and due to his golden touch the array is now being evaluated. Sorry for the confusion. Cheers, Jezz. -Original Message- From: Ayres G.J. Sent: 14 July 2011 17:02 To: Palmer J.D.F. Subject: RE: SoH - FR 2.1.11 I

Re: FW: Duplicate Accounting maybe once, twice a day

2011-04-13 Thread Alan DeKok
Marius Pesé wrote: This is both the same package. Maybe the odd thing is not the duplicate every once in a while but rather the fact that the bulk of them is not duplicated? Accounting packets WILL get sent twice. There's little you can do to avoid that. You need to design the system so

RE: FW: Duplicate Accounting maybe once, twice a day

2011-04-13 Thread Marius Pesé
+marius=mindspring.co...@lists.freeradius.org [freeradius-users-bounces+marius=mindspring.co...@lists.freeradius.org] On Behalf Of Alan DeKok [al...@deployingradius.com] Sent: Wednesday, April 13, 2011 12:12 PM To: FreeRadius users mailing list Subject: Re: FW: Duplicate Accounting maybe once, twice

Re: FW: Duplicate Accounting maybe once, twice a day

2011-04-13 Thread Alan DeKok
Marius Pesé wrote: thanks for the quick reply. If accounting packets are sent twice per default, That's not what I said. do you have a guess as to why 1 or 2 per day lead to duplicate entries and the other hundred or so just have 1 entry? They CAN get sent twice. Sometimes. Alan

Re: FW: Duplicate Accounting maybe once, twice a day

2011-04-13 Thread Fajar A. Nugraha
On Wed, Apr 13, 2011 at 5:12 PM, Alan DeKok al...@deployingradius.com wrote: Marius Pesé wrote: This is both the same package. Maybe the odd thing is not the duplicate every once in a while but rather the fact that the bulk of them is not duplicated?  Accounting packets WILL get sent

FW: configuring freeradius to use Ntlm_auth

2011-03-28 Thread Raheel Itrat
Well, even if I follow that guide it says to do a lot of things like as follows: Create a file raddb/modules/ntlm_auth, and put the following text in it: exec ntlm_auth { wait = yes program = /path/to/ntlm_auth --request-nt-key --domain=MYDOMAIN

Re: FW: configuring freeradius to use Ntlm_auth

2011-03-28 Thread Fajar A. Nugraha
On Mon, Mar 28, 2011 at 1:01 PM, Raheel Itrat raheel...@hotmail.com wrote: Well, even if I follow that guide it says to do a lot of things like as follows: Create a file raddb/modules/ntlm_auth, and put the following text in it: exec ntlm_auth { wait = yes    

Fw: Radius Problem EAP/TTLS Openssl support issue

2011-03-23 Thread Amrita Mandpe
Hi Alan,   Im new to freeRADIUS, trying to implement it for my test machine running currently on Ubuntu 9.04 Server.Im trying to establish a communication between Windows XP,SP3 client and RADIUS SERVER ( on Ubuntu Server) through EAP/TLS and cerrtificates.   The problem i m facing is, when i

Re: Fw: Radius Problem EAP/TTLS Openssl support issue

2011-03-23 Thread Alan DeKok
Amrita Mandpe wrote: Ignoring EAP-Type/tls because we do not have OpenSSL support. Ignoring EAP-Type/ttls because we do not have OpenSSL support. Ignoring EAP-Type/peap because we do not have OpenSSL support. You've built the server yourself, without using OpenSSL. I tried

FW: Use Hint file to proxy

2011-03-04 Thread Difan Zhao
Hi Alan Dekok or anyone, I haven't got a reply on this one yet... I was able to do it before but not anymore... I'm really curious to know why... Thank you! Difan From: freeradius-users-bounces+difan.zhao=guest-tek@lists.freeradius.org

FW: PEAP MSCHAPv2 error..

2011-02-08 Thread Mark Holmes
Ah - do I need to be authenticating against something like AD that does MS-CHAP? I have AD here and that is the eventual goal, but trying to change as little as possible and keep it simple to begin with... Mark -Original Message- From:

Re: FW: PEAP MSCHAPv2 error..

2011-02-08 Thread Alan DeKok
Mark Holmes wrote: Ah - do I need to be authenticating against something like AD that does MS-CHAP? No. FreeRADIUS does MS-CHAP/ I have AD here and that is the eventual goal, but trying to change as little as possible and keep it simple to begin with... Yup. Does radtest work

Re: FW: Problem with PEAP MS-ChapV2 against AD

2011-01-14 Thread Alan DeKok
Robert Graham wrote: Thanks for the quick response. The reason I generated my own certs was that if we can get 802.1x to work, when we move to production we will want to have the certificate signed by our Windows CA. So I wanted this to be part of the test plan. That's nice. Are you

Re: FW: Problem with PEAP MS-ChapV2 against AD

2011-01-14 Thread Robert Graham
.nabble.com/FW-Problem-with-PEAP-MS-ChapV2-against-AD-tp3340563p3342137.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: FW: Problem with PEAP MS-ChapV2 against AD

2011-01-13 Thread Alan DeKok
Graham, Robert wrote: When I generated the certificates, I created the server key and server csr with openssl. I signed the csr with a Windows CA (adding the XPextensions) and then converted the DER format to PEM using openssl. What's wrong with the certificate creation scripts in

Re: FW: Problem with PEAP MS-ChapV2 against AD

2011-01-13 Thread Robert Graham
/cert.jpg Are you referring to the Debugging it yourself section? I am in the process of installing screen and going through those steps. Thanks -Robert -- View this message in context: http://freeradius.1045715.n5.nabble.com/FW-Problem-with-PEAP-MS-ChapV2-against-AD-tp3340563p3340698.html Sent

FW: Huntgroups question.

2010-12-21 Thread Ramon Escriba
Ok,I 'll try to crarify the question. Does anybody know why in hungroups this match works: XXX NAS-IP-Address == X.Y.Z.W or XXX NAS-IP-Address == X.Y.Z.W, NAS-Port-Id == 1:33 But not this one: XXX NAS-IP-Address==X.Y.Z.W, NAS-Port=1033,

FW: Informacio

2010-12-02 Thread Horacio Andrade Zepeda FELIZZZZZZ
From: horacio...@hotmail.com To: freeradius-users@lists.freeradius.org Subject: Informacio Date: Thu, 2 Dec 2010 03:46:19 + Hi I am newbie at this help please Description O. System Windos Vista With 1 application of Oracle VM VirtualBox Virtual Machine O. System Ubuntu 10.10 with a

FW: MAC Address Filtering

2010-11-30 Thread jEsSiiK... mARtiinEzZ
hi I have the operating system ubunto 10.4 with freeradisUs-server-2.1.10 where to add the Mac address? Jessica Alejandra Martinez Bautista - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

FW: altas de direcciones mac

2010-11-30 Thread Leonardo Fajardo López
From: cosita_bodo...@hotmail.com To: freeradius-users@lists.freeradius.org Subject: altas de direcciones mac Date: Tue, 30 Nov 2010 20:19:42 + Hello I am Leonardo Fajardo Lopez, I am working with an operating system Ubuntu 9.10 and with freeradius-server-02.01.1910 and say high to

FW: Session Resumption fails

2010-09-28 Thread Panagiotis Georgopoulos
Forgot to mention that my FR's full log is here : http://pastebin.com/VWEaYAhP Cheers, Panos Hello Alexander, all, Please see my comments inline... From: Alexander Clouter [mailto:a...@digriz.org.uk] Hi, * Panagiotis Georgopoulos pa...@comp.lancs.ac.uk [2010-09-24

FW: Session Resumption fails

2010-09-24 Thread Panagiotis Georgopoulos
Hello all, I am resending this to the list as the debugging output was more than 100KB and the message was rejected. Alexander who was copied in my email, kindly provided feedback already. In short, use_tunneled_reply = yes should be able to solve the problem with session

Re: FW: Session Resumption fails

2010-09-24 Thread Alexander Clouter
Hi, * Panagiotis Georgopoulos pa...@comp.lancs.ac.uk [2010-09-24 16:09:18+0100]: I am resending this to the list as the debugging output was more than 100KB and the message was rejected. Alexander who was copied in my email, kindly provided feedback already. In short, use_tunneled_reply

FW: Freeradius 2.1.8+Windows AD+MS-CHAP with ntlm_auth ( [pap] WARNING! No known good password found for the user

2010-07-02 Thread Cesar Ortega
Hi Alan, I tried using the default users file and the other one that works on the other server but I could not make it. BTW, the working users file is the same, but include DEFAULT Auth-Type := ntlm_auth at the beginning. However, the Freeradius log said: /etc/freeradius/users[3]:

Re: FW: Freeradius 2.1.8+Windows AD+MS-CHAP with ntlm_auth ( [pap] WARNING! No known good password found for the user

2010-07-02 Thread Alan DeKok
Cesar Ortega wrote: Hi Alan, I tried using the default users file and the other one that works on the other server but I could not make it. BTW, the working users file is the same, but include DEFAULT Auth-Type := ntlm_auth at the beginning. However, the Freeradius log said:

FW: MS AD / OpenLDAP with PAP - is it really not possible ?

2010-05-20 Thread Pawel Cieplinski
Hello I have got application that allow only to authenticate using PAP method. My Goal would bo to use Active Directory as a abckend User Database, but I found that: Once the PAP authentication test has been successful, the next step for sites using Active Directory is to configure the

Re: FW: MS AD / OpenLDAP with PAP - is it really not possible ?

2010-05-20 Thread Alan DeKok
Pawel Cieplinski wrote: I have got application that allow only to authenticate using PAP method. My Goal would bo to use Active Directory as a abckend User Database, but I found that: It should work. Once the PAP authentication test has been successful, the next step for sites using

Re: FW: EAP_TLS

2010-05-18 Thread sunhualing
Hi : tls.c provide the basic tls function,while eap_tls.c provides the whole authenticate process of the eap-tls. You will find the standard interface in eap_tls.c. More detail, you should read the standard. Best Regards sunhualing On Mon, May 17, 2010 at 4:18 PM, Harshil Anil

RE: FW: EAP_TLS

2010-05-18 Thread Harshil Anil Kumar Shah
Thanks buddy :) From: freeradius-users-bounces+harshil_shah=infosys@lists.freeradius.org [mailto:freeradius-users-bounces+harshil_shah=infosys@lists.freeradius.org] On Behalf Of sunhualing Sent: Tuesday, May 18, 2010 1:09 PM To: FreeRadius users mailing list Subject: Re: FW: EAP_TLS Hi

FW: EAP_TLS

2010-05-17 Thread Harshil Anil Kumar Shah
Dear Friends, I wanted to modify EAP-TLS protocol available in Freeradius. I found two files in src/modules/rlm_eap/libeap directory: eap_tls.c and tls.c. Can you please guide me to understand the code and which file does which functionality? Harshil A. Shah, Systems Engineer(SE),

FW: EAP_TLS

2010-05-17 Thread Harshil Anil Kumar Shah
Dear Friends, I wanted to modify EAP-TLS protocol available in Freeradius. I found two files in src/modules/rlm_eap/libeap directory: eap_tls.c and tls.c. Can you please guide me to understand the code and which file does which functionality? Harshil A. Shah, Systems Engineer(SE),

Fw: How can I test result of redundant-load-balance

2010-04-30 Thread Craig Campbell
Freeradius 2.1.8 I am trying to replace the functionality (from sites/enabled/default) of, ldap_server_1 { notfound = return } with a redundant set of servers. I cannot have redundant-load-balance { ldap_server_1 {

Re: Fw: How can I test result of redundant-load-balance

2010-04-30 Thread Alan Buxey
Hi, I am trying to replace the functionality (from sites/enabled/default) of, ldap_server_1 { notfound = return } with a redundant set of servers. I cannot have redundant-load-balance { ldap_server_1 {

Re: Fw: freeradius and ldap using chap

2010-02-22 Thread Eric Eric
is wrong in my config?any help? --- On Sun, 2/21/10, Eric Eric eric121...@yahoo.com wrote: From: Eric Eric eric121...@yahoo.com Subject: Fw: freeradius and ldap using chap To: freeradius-users@lists.freeradius.org Date: Sunday, February 21, 2010, 1:33 PM Hi I want to change authentication pap

Fw: freeradius and ldap using chap

2010-02-21 Thread Eric Eric
Hi I want to change authentication pap to chap. The users with clear passwords are in ldap server. The error is : rlm_ldap: - authenticate rlm_ldap: Attribute User-Password is required for authentication. Cannot use CHAP-Password. Login incorrect (rlm_chap: Clear text password not available):

FW: Free Radius Cisco

2009-12-02 Thread Johnston, Ian
Hi, Thanks for Free Radius - I'm confident it will be just what we need. I have set it up on a Dell DL360 G5 running CentOS 2.3 and created simple clients.conf, raddb.conf and users files. Radtest and logins from a couple of clients are working well. However, when I try to move up from the

Re: FW: Free Radius Cisco

2009-12-02 Thread freeradius
DEFAULT Huntgroup-Name == Cisco_Huntgroup, Auth-Type:=ntlm_auth, Ldap-Group == HelpDesk Service-Type:=NAS-Prompt-User, cisco-avpair:=shell:priv-lvl=1, Reply-Message := Authorized Users Only is what I'm using. Change priv-lvl to 15 for enable Rick At 07:03 PM

FW: rewrite attribute with perl module

2009-04-20 Thread Asaad
Hi the freeradius dies some times (many times through the day , max 3 ) and gives at log : Info: Exiting normally radius version FreeRADIUS Version 2.0.5 on i686 in the mailing list i noticed that the problem may be from 86 , for that i moved to the same radius version on another

FW: Help to by a NAS

2009-03-13 Thread Leonardo Mártyres
Hi, Could someone suggest some AP models to buy? I want to do account properly with freeradius. Thanks _ Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!

FW: upgraded from freeradius 1.1.3 to 2.0.4

2009-02-19 Thread Frank van den Diepstraten
Hi all, For a few years now, I use a freeradius/mysql server for the authentication of users which logon with their dsl line. This always went perfect till I tried to upgrade the machine from debian etch to debian lenny. The freeradius version went from 1.1.3 to 2.0.4. When I upgraded user

Re: FW: upgraded from freeradius 1.1.3 to 2.0.4

2009-02-19 Thread Alan DeKok
Frank van den Diepstraten wrote: For a few years now, I use a freeradius/mysql server for the authentication of users which logon with their dsl line. This always went perfect till I tried to upgrade the machine from debian etch to debian lenny. The freeradius version went from 1.1.3 to 2.0.4.

Re: FW: upgraded from freeradius 1.1.3 to 2.0.4

2009-02-19 Thread tnt
I didn't change anything in the config file which we used on the 1.1.3 version of freeradius. I guess something goes wrong with the empty expand message in debug mode. While searching for this error I found something about the groupchecktable which we never used. In the config this option is

RE: FW: upgraded from freeradius 1.1.3 to 2.0.4

2009-02-19 Thread Frank van den Diepstraten
Sent: donderdag 19 februari 2009 11:59 To: FreeRadius users mailing list Subject: Re: FW: upgraded from freeradius 1.1.3 to 2.0.4 Frank van den Diepstraten wrote: For a few years now, I use a freeradius/mysql server for the authentication of users which logon with their dsl line. This always went

Re: FW: upgraded from freeradius 1.1.3 to 2.0.4

2009-02-19 Thread A . L . M . Buxey
Hi, Well, I didn't expect this kind of reactions. I tried to give as much information as I had. First of all I upgraded to the newest packages of debian etch before I did a dist-upgrade to lenny. With the latest version of etch it still worked. The latest version in debian lenny is the

Re: FW: upgraded from freeradius 1.1.3 to 2.0.4

2009-02-19 Thread Alan DeKok
Frank van den Diepstraten wrote: Well, I didn't expect this kind of reactions. I tried to give as much information as I had. You didn't expect to be told that automatic upgrades across major versions wasn't supported? First of all I upgraded to the newest packages of debian etch before I

Re: FW: wimax.c

2009-02-14 Thread Alan DeKok
dave anderson wrote: However to populate these other variable into the reply such as Session reply, it is not clear how to do so: WiMAX-AAA-Session-ID = ? WiMAX-HA-RK-SPI = ? WiMAX-HA-RK-Lifetime = ? The WiMAX specifications really aren't clear how most of

FW: wimax.c

2009-02-13 Thread dave anderson
-Original Message- From: dave anderson Sent: February 13, 2009 5:14 PM To: freeradius-users Subject: FW: wimax.c I have the Wimax FreeRadius (2.1.3) working but I am a bit unclear on a few key reply parameters: In the default server I have added update reply{ WiMAX-MSK

Re: FW: Working config file for data counter.

2008-12-17 Thread tnt
Have you read It doesn't work in FAQ? Post the radiusd -X output and your counter configuration. Tell us what you expected to happen. Ivan Kalik Kalik Informatika ISP Dana 17/12/2008, Marcel Grandemange thavi...@thavinci.za.net piše: Good Day. I am still struggling to get a working solution

FW: Working config file for data counter.

2008-12-17 Thread Marcel Grandemange
Good Day. I am still struggling to get a working solution with freeradius and mysql as backend. What im trying to do simply is have the radius server use data counters instead of time counters. I want to limit a users collective data to amounts of 1gb,2gb,3gb, all the way up. And it must be

RE: FW: FreeRadius

2008-10-02 Thread Marcel Grandemange
query = SELECT SUM(AcctInputOctets - GREATEST((%b - UNIX_TIMESTAMP(AcctStartTime)), 0))+ SUM(AcctOutputOctets -GREATEST((%b - UNIX_TIMESTAMP(AcctStartTime)), 0)) FROM radacct WHERE UserName='%{%k}' AND UNIX_TIMESTAMP(AcctStartTime) + AcctSessionTime '%b' What is GREATEST((%b -

RE: FW: FreeRadius

2008-10-02 Thread tnt
No idea to be honest, im a novice. Many web-sites seem to advice using that and it works for the most part Eg http://cakeforge.org/forum/forum.php?forum_id=631 OK. It's wrong. That part of the expression counts time not octets. It handles sessions that started in one counting period and

RE: FW: FreeRadius

2008-10-02 Thread Marcel Grandemange
No idea to be honest, im a novice. Many web-sites seem to advice using that and it works for the most part Eg http://cakeforge.org/forum/forum.php?forum_id=631 OK. It's wrong. That part of the expression counts time not octets. It handles sessions that started in one counting period and

RE: FW: FreeRadius

2008-10-02 Thread tnt
One counting period meaning beginning of month? Month, week, day, doesn't matter. Query is the same for all. So it should be: query = SELECT SUM(AcctInputOctets + AcctOutputOctets) FROM radacct WHERE UserName='%{%k}' AND UNIX_TIMESTAMP(AcctStartTime) '%b' If I want to allow users say 1Gb

RE: FW: FreeRadius

2008-10-02 Thread Marcel Grandemange
One counting period meaning beginning of month? Month, week, day, doesn't matter. Query is the same for all. So it should be: query = SELECT SUM(AcctInputOctets + AcctOutputOctets) FROM radacct WHERE UserName='%{%k}' AND UNIX_TIMESTAMP(AcctStartTime) '%b' If I want to allow users say 1Gb

RE: FW: FreeRadius

2008-10-02 Thread tnt
A User njale has a limit of 3Gb. I check via dialupadmin from begging of this month to today Page Total 17 hours, 2 minutes, 8 seconds 88.01 MBs 274.39 MBs Hence he has done 362.3Mb Post the debug of request processing. Ivan Kalik Kalik Informatika ISP - List

RE: FW: FreeRadius

2008-10-02 Thread Marcel Grandemange
A User njale has a limit of 3Gb. I check via dialupadmin from begging of this month to today Page Total 17 hours, 2 minutes, 8 seconds 88.01 MBs 274.39 MBs Hence he has done 362.3Mb Post the debug of request processing. I have attached it as attachment because of size... Ivan

RE: FW: FreeRadius

2008-10-02 Thread tnt
Your check has a negative value: check_item=-1073741824 Delete that minus. Of course everything counted will be greater than a negative number. It starts working on 5GB because the counter rolls over at 4GB. Ivan Kalik Kalik Informatika ISP Dana 2/10/2008, Marcel Grandemange [EMAIL PROTECTED]

RE: FW: FreeRadius

2008-10-02 Thread Marcel Grandemange
Your check has a negative value: check_item=-1073741824 Delete that minus. Of course everything counted will be greater than a negative number. It starts working on 5GB because the counter rolls over at 4GB. Excuse the ignorance again, but where will I do that? Where is it getting that value

RE: FW: FreeRadius

2008-10-02 Thread tnt
Your check has a negative value: check_item=-1073741824 Delete that minus. Of course everything counted will be greater than a negative number. It starts working on 5GB because the counter rolls over at 4GB. Excuse the ignorance again, but where will I do that? Where is it getting that value

Re: FW: FreeRadius

2008-10-02 Thread Alan DeKok
Marcel Grandemange wrote: IDUserNameAttribute op Value 345 njale Max-Monthly-Traffic := 3221225472 He has it set on 3gb and gets denied, only when Value = 5368709120 does it work. It looks like a bug. The number should be

RE: FW: FreeRadius

2008-10-02 Thread Marcel Grandemange
Your check has a negative value: check_item=-1073741824 Delete that minus. Of course everything counted will be greater than a negative number. It starts working on 5GB because the counter rolls over at 4GB. Excuse the ignorance again, but where will I do that? Where is it getting that value

FW: FreeRadius

2008-10-01 Thread Marcel Grandemange
I have a working FreeRadius installation used for PPPOE clients using a Mikrotik NAS (Essentialy Linux) I am using Freeradius to limit data a user can send/receive within a month and automatically reset it every month. I used an example from chilliuspot hotspot for this. However

Re: FW: FreeRadius

2008-10-01 Thread Marco C. Coelho
It complaining about time, not usage? Marco Marcel Grandemange wrote: I have a working FreeRadius installation used for PPPOE clients using a Mikrotik NAS (Essentialy Linux) I am using Freeradius to limit data a user can send/receive within a month and automatically reset it every

Re: FW: FreeRadius

2008-10-01 Thread tnt
query = SELECT SUM(AcctInputOctets - GREATEST((%b - UNIX_TIMESTAMP(AcctStartTime)), 0))+ SUM(AcctOutputOctets -GREATEST((%b - UNIX_TIMESTAMP(AcctStartTime)), 0)) FROM radacct WHERE UserName='%{%k}' AND UNIX_TIMESTAMP(AcctStartTime) + AcctSessionTime '%b' What is GREATEST((%b -

Fw: Re: Raduisd -X No output

2008-09-24 Thread scott woodard
Alan good call...  I thought that I disabled all the firewall, SElinux during the install. Now I am working with the windows box XP Pro. I connects be still can't find a cert for the network linksys. Any ideas? Thanks, Scott --- On Wed, 9/24/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Re: Fw: Re: Raduisd -X No output

2008-09-24 Thread A . L . M . Buxey
Hi, Alan good call...  I thought that I disabled all the firewall, SElinux during the install. Now I am working with the windows box XP Pro. I connects be still can't find a cert for the network linksys. ful debug log as per the FASQ, docs and countless posts on this ML. when you

  1   2   3   >