Freeradius + CHAP

2008-04-06 Thread SANDY KALUGDAN
I'm having problem authenticating my users. here is a portion of my radiusd -X mysql> select * from radcheck; ++--+---++---+ | id | UserName | Attribute | op | Value | ++--+---++---+ | 1 | s| Password | == | s | | 2 | steve

Re: Freeradius + CHAP

2008-04-06 Thread A . L . M . Buxey
Hi, > I modified my rachek table to look like this. as you have mentioned. okay - which version of FreeRADIUS are you running? 1.1.7 or 2.0.3 ? alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius + CHAP

2008-04-06 Thread Alan Buxey
SANDY KALUGDAN wrote: I'm having problem authenticating my users. here is a portion of my radiusd -X mysql> select * from radcheck; ++--+---++---+ | id | UserName | Attribute | op | Value | ++--+---++---+ | 1 | s| Password | ==

Re: Freeradius + CHAP

2008-04-06 Thread SANDY KALUGDAN
t;sql" returns fail for request 1 modcall: group authorize returns fail for request 1 Finished request 1 - Original Message From: Alan Buxey <[EMAIL PROTECTED]> To: FreeRadius users mailing list Sent: Sunday, April 6, 2008 14:02:21 Subject: Re: Fre

Re: Freeradius + CHAP

2008-04-06 Thread SANDY KALUGDAN
mailing list Sent: Sunday, April 6, 2008 14:02:21 Subject: Re: Freeradius + CHAP SANDY KALUGDAN wrote: > I'm having problem authenticating my users. > here is a portion of my radiusd -X > > mysql> select * from radcheck; > ++--+---++--

Re: Freeradius + CHAP

2008-04-06 Thread A . L . M . Buxey
Hi, > [EMAIL PROTECTED] freeradius]# /usr/sbin/radiusd -v > radiusd: FreeRADIUS Version 1.0.1, for host , built on Mar 24 2006 at 12:12:25 > Copyright (C) 2000-2003 The FreeRADIUS server project. > > is this good or bad? very very bad. i cannot offer suport for such an old version and its got hun

Re: Freeradius + CHAP

2008-04-06 Thread SANDY KALUGDAN
; To: FreeRadius users mailing list Sent: Sunday, April 6, 2008 14:47:58 Subject: Re: Freeradius + CHAP Hi, > I modified my rachek table to look like this. as you have mentioned. okay - which version of FreeRADIUS are you running? 1.1.7 or 2.0.3 ? alan - List info/subscribe/un

Re: Freeradius + CHAP

2008-04-06 Thread SANDY KALUGDAN
Alan, I'm trying to install/reconfigure the freeradius... - Original Message From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: FreeRadius users mailing list Sent: Sunday, April 6, 2008 15:12:02 Subject: Re: Freeradius + CHAP Hi, > [EMAIL PROTECTED] freeradiu

Re: Freeradius + CHAP

2008-04-06 Thread SANDY KALUGDAN
ECTED]> To: FreeRadius users mailing list Sent: Sunday, April 6, 2008 15:12:02 Subject: Re: Freeradius + CHAP Hi, > [EMAIL PROTECTED] freeradius]# /usr/sbin/radiusd -v > radiusd: FreeRADIUS Version 1.0.1, for host , built on Mar 24 2006 at 12:12:25 > Copyright (C) 2000-2003 The FreeRADIUS

Re: Freeradius + CHAP

2008-04-06 Thread A . L . M . Buxey
Hi, > I was surprised myself to see this. All the while I thought that I'm running > the 2.0.3 version. I've check my source install folder and the tar.gz > download. I both says that it's version 2.0.3. /usr/local/sbin/radiusd by any chance? alan - List info/subscribe/unsubscribe? See http://

Re: Freeradius + CHAP

2008-04-06 Thread Ivan Kalik
nd the tar.gz >download. I both says that it's version 2.0.3. > > > >- Original Message >From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> >To: FreeRadius users mailing list >Sent: Sunday, April 6, 2008 15:12:02 >Subject: Re: Freeradius + CHAP >

Re: Freeradius + CHAP

2008-04-06 Thread SANDY KALUGDAN
I just found out that I have the freeradius 1.0.1, pre installed in my RHEL4. tsk, tsk... Try /usr/local/sbin/radiusd -v [EMAIL PROTECTED] cgi-bin]# /usr/local/sbin/radiusd -v radiusd: FreeRADIUS Version 2.0.3, for host i686-pc-linux-gnu, built on Apr 6 2008 at 16:19:04 Copyright (C) 1999-2008

Re: Freeradius + CHAP

2008-04-06 Thread SANDY KALUGDAN
AIL PROTECTED]> To: FreeRadius users mailing list Sent: Sunday, April 6, 2008 16:21:04 Subject: Re: Freeradius + CHAP Hi, > I was surprised myself to see this. All the while I thought that I'm running > the 2.0.3 version. I've check my source install folder and the tar.gz &

Re: Freeradius + CHAP

2008-04-06 Thread SANDY KALUGDAN
Configuration so much different. Where shall I include sql for the radius to look into mysql database? Before I just open and radiusd.conf and insert the sql into, authorize & accounting. Now, I am at a total loss. I'm now running using the 2.0.3 finally. here is my radiusd -X output [EMAIL PROT

Re: Freeradius + CHAP

2008-04-06 Thread Ivan Kalik
>Starting - reading configuration files ... >including configuration file /usr/local/etc/raddb/radiusd.conf >including configuration file /usr/local/etc/raddb/proxy.conf >including configuration file /usr/local/etc/raddb/clients.conf >including configuration file /usr/local/etc/raddb/snmp.conf >inc

Re: Freeradius + CHAP

2008-04-06 Thread A . L . M . Buxey
Hi, > Configuration so much different. Where shall I include sql for the radius to > look into mysql database? Before I just open and radiusd.conf and insert the > sql into, authorize & accounting. Now, I am at a total loss. sql.conf i'd advise removing the 1.0.1 that your distro dropped in.

Re: Freeradius + CHAP

2008-04-06 Thread SANDY KALUGDAN
t; <[EMAIL PROTECTED]> To: FreeRadius users mailing list Sent: Sunday, April 6, 2008 19:25:48 Subject: Re: Freeradius + CHAP Hi, > Configuration so much different. Where shall I include sql for the radius to > look into mysql database? Before I just open and radiusd.conf and

Re: Freeradius + CHAP

2008-04-06 Thread Ivan Kalik
uot;[EMAIL PROTECTED]" <[EMAIL PROTECTED]> >To: FreeRadius users mailing list >Sent: Sunday, April 6, 2008 19:25:48 >Subject: Re: Freeradius + CHAP > >Hi, > >> Configuration so much different. Where shall I include sql for the radius to >> look into mysql dat

Re: Freeradius + CHAP

2008-04-06 Thread SANDY KALUGDAN
That looks familiar? :P How about for the other tables? any pointers? - Original Message From: Ivan Kalik <[EMAIL PROTECTED]> To: FreeRadius users mailing list Sent: Sunday, April 6, 2008 21:11:58 Subject: Re: Freeradius + CHAP "I modified my rachek table to look like this.

Re: Freeradius + CHAP

2008-04-06 Thread Ivan Kalik
>From: Ivan Kalik <[EMAIL PROTECTED]> >To: FreeRadius users mailing list >Sent: Sunday, April 6, 2008 21:11:58 >Subject: Re: Freeradius + CHAP > >"I modified my rachek table to look like this. as you have mentioned. > >mysql> select * from radcheck >-> ;

Re: Freeradius + CHAP

2008-04-06 Thread SANDY KALUGDAN
What do you want to put in them? This is enough to get authenticated. Good day to all! I'm testing my setup right now and this is that it tells me when I try to authenticate this user. rlm_sql: Failed to create the pair: Failed to find IP address for rlm_sql (sql): Error getting data from databa

Re: Freeradius + CHAP

2008-04-07 Thread Ivan Kalik
I think that you should have figured out by now that you need to post relevant data: database entries for that user radiusd -X output from the request Ivan Kalik Kalik Informatika ISP Dana 7/4/2008, "SANDY KALUGDAN" <[EMAIL PROTECTED]> piše: >What do you want to put in them? This is enough to

Re: Freeradius + CHAP

2008-04-07 Thread SANDY KALUGDAN
mysql> select * from radcheck; ++--+++---+ | id | UserName | Attribute | op | Value | ++--+++---+ | 1 | s| Cleartext-Password | := | s | | 2 | steve| Cleartext-Password | := | s | ++--

Re: Freeradius + CHAP

2008-04-07 Thread Ivan Kalik
>User-Password = "\340\334\351\234" Shared secret in clents.conf and on the NAS is not the same. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius + CHAP

2008-04-07 Thread SANDY KALUGDAN
Original Message From: Ivan Kalik <[EMAIL PROTECTED]> To: FreeRadius users mailing list Sent: Monday, April 7, 2008 16:22:38 Subject: Re: Freeradius + CHAP >User-Password = "\340\334\351\234" Shared secret in clents.conf and on the NAS is not the same. Ivan Kalik

Re: Freeradius + CHAP

2008-04-07 Thread Ivan Kalik
r_filter: Matched entry DEFAULT at line 11 > > > >- Original Message >From: Ivan Kalik <[EMAIL PROTECTED]> >To: FreeRadius users mailing list >Sent: Monday, April 7, 2008 16:22:38 >Subject: Re: Freeradius + CHAP > >>User-Password = "\340

Re: Freeradius + CHAP

2008-04-07 Thread SANDY KALUGDAN
shared secret on the server and the NAS! > Found Post-Auth-Type Reject >+- entering group REJECT >expand: %{User-Name} -> s > attr_filter: Matched entry DEFAULT at line 11 > > > >- Original Message >From: Ivan Kalik <[EMAIL PROTECTED]> >To: FreeRadi

Re: Freeradius + CHAP

2008-04-07 Thread Ivan Kalik
local User-Password >>auth: Failed to validate the user. >>Login incorrect: [s/\365\010\343\323] (from client localhost port 0 cli >>00-1C-A4-6F-21-10) >> WARNING: Unprintable characters in the password.Double-check the >> shared secret on the server and t

Re: Freeradius + CHAP

2008-04-07 Thread SANDY KALUGDAN
match local User-Password >>auth: Failed to validate the user. >>Login incorrect: [s/\365\010\343\323] (from client localhost port 0 cli >>00-1C-A4-6F-21-10) >> WARNING: Unprintable characters in the password.Double-check the >> shared secret on the server

Re: Freeradius + CHAP

2008-04-08 Thread Ivan Kalik
ssage >From: Ivan Kalik <[EMAIL PROTECTED]> >To: FreeRadius users mailing list >Sent: Monday, April 7, 2008 18:11:04 >Subject: Re: Freeradius + CHAP > >Can you do radtest from the machine on which chillispot is installed? If >radtest does OK - it's a chilli bug.

Re: Freeradius + CHAP

2008-04-08 Thread SANDY KALUGDAN
I'm checking the reason why it fails when I use Sony Ericsson. - Original Message From: Ivan Kalik <[EMAIL PROTECTED]> To: FreeRadius users mailing list Sent: Tuesday, April 8, 2008 12:53:57 Subject: Re: Freeradius + CHAP Server debug please. Ivan Kalik Kalik Informatika I

freeradius chap auth with ldap

2010-03-10 Thread Eric Eric
How freeradius does chap auth using ldap server ? In pap, it binds with user's clear password to ldap server, and ldap server sends success bind if pawword is true. When using chap, how it can bind to ldap server? Does it send chap password to the ldap server? Is it needed another software with f

Re: freeradius chap auth with ldap

2010-03-10 Thread John Dennis
On 03/10/2010 06:21 AM, Eric Eric wrote: How freeradius does chap auth using ldap server ? In pap, it binds with user's clear password to ldap server, and ldap server sends success bind if pawword is true. When using chap, how it can bind to ldap server? Does it send chap password to the ldap ser