Re[2]: sql autentification problem

2001-11-12 Thread Galileo
> and again > grep Max-Weekly-Session /usr/local/etc/raddb/dictionary* > doesn't show a result ... find out where you defined Max-Weekly-Session and throw it >away .. delete that attribute, and do so for every other Attrib FR complains about >... This is the easiest way Yes I know and I di

Re[2]: sql autentification problem

2001-11-12 Thread Galileo
> Grr, funny I thought I fixed that. Anyway, here goes 1.16.5 attached. I would > prefer that we don't bomb the list with my stupid mistakes. If you find any > problems please send them in a personal mail. Thnaks I allready fixed those two lines in mysql.attrmap but thanks anyway. One general q

Re: CHAP with External Script Prob (Fix)

2001-11-12 Thread Nathan Miller
At 04:30 PM 11/12/2001 -0500, you wrote: Possible solutions: 1. A perl routine to convert octal -> hex OR octal -> binary for use in md5 for comparing chap-password to digest. 2. Make freeradius truly send data in Hex rather than octal (I have a guy working on this now, will submit patch

Re: CHAP with External Script Prob (Cont)

2001-11-12 Thread Nathan Miller
At 04:30 PM 11/12/2001 -0500, you wrote: >Nathan Miller <[EMAIL PROTECTED]> wrote: > > In that case, does it mean the values are being passed in HEX and not > > Binary? > > Yes. The values are passed exactly like they appear when printed in >debugging mode. > > > Looking at the data more close

Re: CHAP with External Script Prob (Cont)

2001-11-12 Thread Nathan Miller
At 10:18 AM 11/10/2001 -0500, you wrote: >Nathan Miller <[EMAIL PROTECTED]> wrote: > > Otherwise, I do believe it may still be a bug or the data is being mangled > > when passing Chap-Password and Chap-Challenge to a script, somebody may > > want to look into this. > > The CHAP attributes have n

Re: CHAP with External Script Prob (Cont)

2001-11-12 Thread aland
Nathan Miller <[EMAIL PROTECTED]> wrote: > In that case, does it mean the values are being passed in HEX and not > Binary? Yes. The values are passed exactly like they appear when printed in debugging mode. > Looking at the data more closely, it does appear they are. But if > it's getting

detecting user logins

2001-11-12 Thread Tony Bridges
Greetings, all. I'm developing user login management software for ISP's, and I'm currently researching ways of : a) detecting which users are logged in at startup b) getting notifications when a user logs in. In both cases, I also want to find their IP addresses. Most of the methods I've exa

RE: sql autentification problem

2001-11-12 Thread Kostas Kalevras
On Mon, 12 Nov 2001, Galileo wrote: > >Hmm, my fault. You are using dialup_admin right? > >Grab version 1.16. It should work better. I am using ldap for > >authentication/authorization so the mysql code has not been tested. > > Well for that part it worked now I have a different problem: > > Mo

Re: sql autentification problem

2001-11-12 Thread Andreas Faust
On Mon, Nov 12, 2001 at 06:04:33PM +0100, Galileo wrote: > >Hmm, my fault. You are using dialup_admin right? > >Grab version 1.16. It should work better. I am using ldap for > >authentication/authorization so the mysql code has not been tested. > > Well for that part it worked now I have a differ

RE: sql autentification problem

2001-11-12 Thread Galileo
>Hmm, my fault. You are using dialup_admin right? >Grab version 1.16. It should work better. I am using ldap for >authentication/authorization so the mysql code has not been tested. Well for that part it worked now I have a different problem: Mon Nov 12 17:53:03 2001 : Error: rlm_sql: unknown at

Re: Framed-IP-Address missing in radlast and in MySQL DB

2001-11-12 Thread aland
"Fabrice LABORIE" <[EMAIL PROTECTED]> wrote: > FreeRadius is doing the IP allocation. > I get something strange: > > In the Access-Request I see > NAS-Port = 207 > > in the Access-Accept I see: > Framed-IP-Address = 192.168.1.1+ Yes, and it should also print out the *real* IP

Re: radwho

2001-11-12 Thread aland
"J.J.Bailey" <[EMAIL PROTECTED]> wrote: > i had the same problem. being new to freeradius, i assumed radwho > used the conf files to find the data files, but it seems to look for > the data files in the directories specified at compile time. using a > symlink fixed it. Hmm... radwho *does* re

Re: hints file question

2001-11-12 Thread aland
Wadeegh Hendricks <[EMAIL PROTECTED]> wrote: > I need to have a prefix and a suffix stripped from the username in the > hints file. At the mo it is doing only one of the two, depending on the > position of the filter in the hints file. I have this format: > > PREFIX/username@DOMAINNAME > > Wha

Re: "new" Tunnel-* issue in CVS

2001-11-12 Thread Chris Parker
inet-row-tnt3" > Attr-68 = "25" >and here is the equivalent trace output for freeradius-snapshot-2002 > Tunnel-Server-Endpoint:0 = "12.46.32.49" > Tunnel-Client-Endpoint:0 = "92.168.237.1" > Tunnel-Client-Auth-Id:0 = "

Framed-IP-Address missing in radlast and in MySQL DB

2001-11-12 Thread Fabrice LABORIE
Hi ! FreeRadius is doing the IP allocation. I get something strange: In the Access-Request I see NAS-Port = 207 in the Access-Accept I see: Framed-IP-Address = 192.168.1.1+ in the ACT-Request START I see NAS-Port = 207 and no Framed-IP-Address !!! in the ACT-Re

Re: Errors with snapshot

2001-11-12 Thread Nick Davis
>> Error: Accounting: logout: entry for NAS xxx.xxx.xxx.xxx port xx has wrong ID >> Error: rlm_sql: Stop packet with zero session length. (user 'thatguy', nas 'xxx.xxx.xxx.xxx') >> >> What do these errors mean? Is there a way to make it work properly? I have >> the USR Total Control for a N

"new" Tunnel-* issue in CVS

2001-11-12 Thread Fabrice LABORIE
Hi ! here is the trace output for freeradius-0.3 Attr-67 = "212.46.32.49" Attr-66 = "192.168.238.1" Attr-90 = "sbm.net.sa" Attr-91 = "inet-row-tnt3" Attr-68 = "25" and here is the equivalent trace ou

Expiration date

2001-11-12 Thread Michele Cerioni
Which is the format of Expiration date?? Expiration = "Nov 12 2001" Is it correct?? thanks Michele - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: sql autentification problem

2001-11-12 Thread Kostas Kalevras
On Mon, 12 Nov 2001, Andreas Faust wrote: > On Mon, Nov 12, 2001 at 04:07:37AM +0100, Galileo wrote: > > > please run radiusd with -xx for debugging > > > > Here is the output, I used ntradping to try to autentificate if that has any > > significance. > > > > Crypt-Password = "AOEau

hints file question

2001-11-12 Thread Wadeegh Hendricks
Hi Everyone I need to have a prefix and a suffix stripped from the username in the hints file. At the mo it is doing only one of the two, depending on the position of the filter in the hints file. I have this format: PREFIX/username@DOMAINNAME What I need is to have the PREFIX and the DOMAINN