Re: Dlink + freeradius + Mysql gives me lots of problem

2006-03-01 Thread Michael Calizo
Hi Alan, Below is the output of my radiusd -X Module: Instantiated radutmp (radutmp) Listening on authentication *:1645 Listening on accounting *:1646 Ready to process requests. rad_recv: Access-Request packet from host 192.168.1.22:65461, id=50, length=81 User-Name = benjtest Framed-MTU = 1400

Re: Dlink + freeradius + Mysql gives me lots of problem

2006-03-01 Thread A . L . M . Buxey
Hi, modcall[authorize]: module sql returns ok for request 0 modcall: leaving group authorize (returns updated) for request 0 rad_check_password: Found Auth-Type Local auth: type Local auth: No User-Password or CHAP-Password attribute in the request auth: Failed to validate the user.

Re: No matching entry in the database for request from user...

2006-03-01 Thread Stefan Winter
++--+---+---++ | id | UserName | Attribute | Value | op | ++--+---+---++ | 1 | kno | Password | kk| == | ++--+---+---++ Try calling the attribute User-Password and the op := as it is documented

Re: No matching entry in the database for request from user...

2006-03-01 Thread kno
El Miércoles, 1 de Marzo de 2006 12:47, Stefan Winter escribió: ++--+---+---++ | id | UserName | Attribute | Value | op | ++--+---+---++ | 1 | kno | Password | kk| == | ++--+---+---++

Re: Help with log file format

2006-03-01 Thread Walter Reynolds
Alan and all, I apologize, but I was looking at http://www.mail-archive.com/freeradius-users@lists.freeradius.org/ My replies/post were not showing up there. Since they did not show up when I searched, I assumed the did not make the list. I am sure the problem is I was trying to manually

Re: No matching entry in the database for request from user...

2006-03-01 Thread Stefan Winter
++--+---+---++ | id | UserName | Attribute | Value | op | ++--+---+---++ | 1 | kno | User-Password | kk| := | ++--+---+---++ But the same message in the server: rlm_sql (sql):

Re: No matching entry in the database for request from user...

2006-03-01 Thread A . L . M . Buxey
Hi, SELECT id,UserName,Attribute,Value,op FROM radcheck WHERE Username = 'kno' ORDER BY id; ++--+---+---++ | id | UserName | Attribute | Value | op | ++--+---+---++ | 1 | kno | User-Password | kk| := |

Re: No matching entry in the database for request from user...

2006-03-01 Thread kno
El Miércoles, 1 de Marzo de 2006 13:51, [EMAIL PROTECTED] escribió: Hi, SELECT id,UserName,Attribute,Value,op FROM radcheck WHERE Username = 'kno' ORDER BY id; ++--+---+---++ | id | UserName | Attribute | Value | op |

freeradius ppp

2006-03-01 Thread Felice.pizzurro
gratis a Meetic! Potrai chattare con migliaia di single in linea. Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=4052d=20060301 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

freeradius ppp

2006-03-01 Thread Felice.pizzurro
/foclick.cgi?mid=4843d=20060301 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: auth-reject with attributes

2006-03-01 Thread [EMAIL PROTECTED]
thanks for your reply, if it is not planned to be a configuration parameter for this feature can you please tell me when the change took place and which file is affected, so I can put it back on ? thanks again, Razvan Radu Alan DeKok wrote: [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I

Password logging

2006-03-01 Thread andre kip
hi! 1. how can I stop my freeradius server from logging entered passwords?? The following in radiusd.conf seems not to work: : log_auth = yes log_auth_badpass = no log_auth_goodpass = no : I would like to only have the following in my radius accounting file: Packet-Type = Access-Request Wed Mar

Password Logging: Correction

2006-03-01 Thread andre kip
hi! 1. how can I stop my freeradius server from logging entered passwords into the the accounting file? I would like to only have the following in my file this way: Packet-Type = Access-Request Wed Mar 1 15:05:04 2006 User-Name = Me ##no password logging!!###

problems with sqlcounter

2006-03-01 Thread Przemysław Backiel
Hello, I have a problem with sqlcounter. I am using a 1.1.0 version of freeradius. I have that problem: When I set a atribute Max-Daily-Session := 30 the user can connect after total time of 30 sec radius kicks him, but he can re connect, I don't know where is the source of the problem, please

Replace Cisco Secure ACS 3 with FreeRadius

2006-03-01 Thread Michael Castillo
For our dial in users and some vpn clients we areusingCisco Secure ACS3which isauthenticating with Novell NDS. Would that configuration be possible using FreeRadius? Thanks - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: freeradius + mysql + AP

2006-03-01 Thread Alan DeKok
christopher [EMAIL PROTECTED] wrote: but my client manage to connected to the gateway for a while cause i am continue ping the gateway. it does reply, for few time then disconnected again. mean it does authenticated but just disconnected. If it gets *any* network access, then the problem is

Re: Dlink + freeradius + Mysql gives me lots of problem

2006-03-01 Thread Alan DeKok
Michael Calizo [EMAIL PROTECTED] wrote: rad_check_password: Found Auth-Type Local Why did you set that? Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Password Logging: Correction

2006-03-01 Thread Alan DeKok
andre kip [EMAIL PROTECTED] wrote: how can I stop my freeradius server from logging entered passwords into the the accounting file? It's not an accounting file. The text you quote says Access-Request. And it isn't logged by default. You've updated your configuration to log Access-Requests,

Re: Help with log file format

2006-03-01 Thread Alan DeKok
Walter Reynolds [EMAIL PROTECTED] wrote: I apologize, but I was looking at http://www.mail-archive.com/freeradius-users@lists.freeradius.org/ http://lists.freeradius.org/ ? My replies/post were not showing up there. Since they did not show up when I searched, I assumed the did not make

VSA Accounting

2006-03-01 Thread trs
How does one refer to VSAs in the accounting queries in sql.conf? I figure it would just be the name of the attribute from the dictionary, but what if there's a VSA name the conflicts with a standard name (e.g. Realm)? Is there a prefix that can be used to differenciate them? Also, what's a

Re: Replace Cisco Secure ACS 3 with FreeRadius

2006-03-01 Thread Alan DeKok
Michael Castillo [EMAIL PROTECTED] wrote: For our dial in users and some vpn clients we are using Cisco Secure ACS3 which is authenticating with Novell NDS. Would that configuration be possible using FreeRadius? If you mean eDirectory, FreeRADIUS could authenticate users in eDirectory

Re: VSA Accounting

2006-03-01 Thread Alan DeKok
trs [EMAIL PROTECTED] wrote: How does one refer to VSAs in the accounting queries in sql.conf? By name. Read the dictionaries. I figure it would just be the name of the attribute from the dictionary, but what if there's a VSA name the conflicts with a standard name (e.g. Realm)? Is there

Re: problems with sqlcounter

2006-03-01 Thread debik
I'm not an expert in this config, but i thinh the time is in second. So you know houer have 3600 seconds, so dont be suproise if radius is kicking you off because you told him to kick user after 30 seconds ;) - Original Message - From: Przemysław Backiel [EMAIL PROTECTED] To:

Re: freeradius + mysql + AP

2006-03-01 Thread debik
Install onother drivers to your WLAN card. I have the same problem. - Original Message - From: Alan DeKok [EMAIL PROTECTED] To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Sent: Wednesday, March 01, 2006 7:38 PM Subject: Re: freeradius + mysql + AP

Problem with ntlm_auth

2006-03-01 Thread King, Michael
So I'm setting up my freeRADIUS server to use Active Directory. I am closely mirror my existing installation. However, I receive this error message while running /usr/sbin/freeradius -X -A . (Which is one I did not encounter last time) (I have trimmed it to what I hope is the pertinent section)

SNMP port?

2006-03-01 Thread A V
Hi,What is the SNMP port that freeradius listens on for SNMP requests?We are trying to do SNMP gets on Solaris 10 and always get an error (no such object definition).The freeradius was compiled and configuredin accordance withthe instructions for using SNMP.Thanks, AV Yahoo!

net-snmp issues fix?

2006-03-01 Thread A V
Hi,We are trying to get SNMP on freeradiusworking on Solaris 10.I saw the posting that the net-snmp fixes will be available in freeradius 1.1.1. When is this slated for? Any possibility we could have a patch with the fix earlier than the entire release?Thanks, -AV Yahoo! Mail

Re: problems with sqlcounter

2006-03-01 Thread Przemysław Backiel
debik napisał(a): I'm not an expert in this config, but i thinh the time is in second. So you know houer have 3600 seconds, so dont be suproise if radius is kicking you off because you told him to kick user after 30 seconds ;) I Want radius to kick me off after 30 sec per day, but now, when

problems authenticating using madwifi, hostapd and freeradius

2006-03-01 Thread pelusa vali
56 modcall[preacct]: module files returns noop for request 56 modcall: group preacct returns ok for request 56 Processing the accounting section of radiusd.conf modcall: entering group accounting for request 56 radius_xlat: '/usr/local/var/log/radius/radacct/192.168.50. 1/detail-20060301

Re: net-snmp issues fix?

2006-03-01 Thread Alan DeKok
A V [EMAIL PROTECTED] wrote: I saw the posting that the net-snmp fixes will be available in freeradius 1.1.1. When is this slated for? Any possibility we could have a patch with the fix earlier than the entire release? You can check out branch_1_1 from CVS, which should have the fixes.

Re: problems authenticating using madwifi, hostapd and freeradius

2006-03-01 Thread Alan DeKok
pelusa vali [EMAIL PROTECTED] wrote: 1) why client cann't authenticate to freeradius? maybe i'm missing any configuration or freeradius and hostapd aren't working well together? The FreeRADIUS debug log doesn't show any problems, other than the client stops talking to it. 2) is there any

Long mysql queries in sqlcounter get truncated.

2006-03-01 Thread Luis Zarrabeitia
Hi. I'm trying to configure a freeradius 1.1.0 [Debian testing] server with mysql backend, and I'm having trouble with the sql counter module. When trying to customize the query to obtain the remaining time (the default query does not reflect my enviroment), I find mysql syntax errors.

Re: net-snmp issues fix?

2006-03-01 Thread A V
With these fixes, will we be able to get SNMP to work for Solaris 10?Thanks, AVAlan DeKok [EMAIL PROTECTED] wrote: A V <[EMAIL PROTECTED]>wrote: I saw the posting that the net-snmp fixes will be available in freeradius 1.1.1. When is this slated for? Any possibility we could have a patch

RE: Long mysql queries in sqlcounter get truncated.

2006-03-01 Thread Gunther
Had the same trouble with long SQL queries. It seems the RADIUS standard only allows up to 253 characters or so. I ended up modifying my table column names to a shorter name. Not nice, but it works. I also 'merged' some tables information to shorten the queries. Initially I changed the max string

Re: problems with sqlcounter

2006-03-01 Thread Suyash
It seems that the sum of check-item AcctSessionTime is always 0 in your case. Are you sure that the accounting start and stop records are being updated (inserted) into radacct table. Suyash Shrestha - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

SQL Accounting and Null Attribute Values

2006-03-01 Thread trs
Accounting queries fail if an attribute is null when supplied as a value for certain column types. Partial line from debug output: radius_xlat: 'UPDATE radacct SET AcctStartTime = '2006-03-02 01:18:04', AcctStartDelay = '', It fails with: rlm_sql (sql): Couldn't update SQL accounting START

EAP module Problem

2006-03-01 Thread Konne
hi i ve a problem with the eap module, i think its a problem with the certificate... but i used the CA.all script from freeradius... freeradius:~# freeradius -X Starting - reading configuration files ... reread_config: reading radiusd.conf Config: including file:

Re: SQL Accounting and Null Attribute Values

2006-03-01 Thread Peter Nixon
On Thu 02 Mar 2006 08:39, trs wrote: Accounting queries fail if an attribute is null when supplied as a value for certain column types. Partial line from debug output: radius_xlat: 'UPDATE radacct SET AcctStartTime = '2006-03-02 01:18:04', AcctStartDelay = '', It fails with: rlm_sql