Anyone needing LEAP in FreeRadius

2002-06-20 Thread Jeremy Salch
Is there anyone interested in assisting in getting LEAP support for FreeRadius that would be willing to assist in or suppliment payment of a programmer that has agreed to write the module ? -- Business website -- www.granbury.com Personal website -- www.tblx.net - List

MS CHAP 2 clarification on Unicode user name

2002-06-20 Thread Michael Lecuyer
In the MS-CHAP 2 RFC it's claimed that the user name should be in Unicode like the password. Examining the code in rlm_mschap.c the user name is not converted to unicode before the hashing in challenge_hash(). Examining just what was in the user_name before the showed it was just regular

problems in a ipsec start

2002-06-20 Thread Alexandre
hi all any people can help me in this case ? im a new user of freeswan, but not in a Linux Os thanks a lot Jun 20 13:13:06 datacenter Pluto[8366]: Starting Pluto (FreeS/WAN Version 1.97) Jun 20 13:13:06 datacenter Pluto[8366]: including X.509 patch

Re: MS CHAP 2 clarification on Unicode user name

2002-06-20 Thread 3APA3A
Dear Michael Lecuyer, There is a _lot_ of bugs in RFC2759. But name is clearly defined as ASCII for response packet: The Name field is a string of 0 to (theoretically) 256 case-sensitive ASCII characters which identifies the peer's user account name. The Windows NT domain name

Re: problems in a ipsec start

2002-06-20 Thread Alan DeKok
Alexandre [EMAIL PROTECTED] wrote: any people can help me in this case ? im a new user of freeswan, but not in a Linux Os Try asking on the FreeSWAN list. That's a completely different piece of software. Alan DeKok. - List info/subscribe/unsubscribe? See

RE: Re[4]: MS-CHAP V2 Question

2002-06-20 Thread Deramus, Chris
to [EMAIL PROTECTED]: DC Thanks for your fast reply. I downloaded freeradius-snapshot-20020620.tar.gz DC from the CVS ftp mirror. Do I have to reconfigure the entire server? It DC seems that this is going to over-write all my current configuration files, DC so I should just back them up and I should

Re: Proxying Error not stripping username

2002-06-20 Thread Michel Onstein
I set the nostrip option in the config for that realm under proxy.conf but when the request made it to the server for the realm joe.con the username had been stripped. I've spotted the same behaviour, looking into it right now... It appears to somehow leave the realm off:

mysql Auth problem

2002-06-20 Thread Gonzalo Ivan Lozano Hoyos
Hi everybody, i hope somebody can help me and knows what's going on with this problem? I'm trying to use Freeradius with Mysql, but I dont know if this messages means if it's reading the data from the database radius or is not using thew database at all. rad_recv: Access-Request packet

Re: mysql Auth problem

2002-06-20 Thread Todd T. Fries
unknown client means you don't have it in the client.conf file, or naslist. -- Todd Fries .. [EMAIL PROTECTED] (last updated $ToddFries: signature.p,v 1.2 2002/03/19 15:10:18 todd Exp $) Penned by Gonzalo Ivan Lozano Hoyos on Thu, Jun 20, 2002 at 04:00:43PM -0400, we have: | | Hi everybody, i

MySQL Attribute Question

2002-06-20 Thread Deramus, Chris
I have noticed that I have not been able to pass Attributes to the user-base with MySQL / PAP. When I originally setup freeradius I used the built in files (users, clients, etc.) and had no problem passing attributes to the users. I have attributes in the MySQL table radreply and it

Re: MySQL Attribute Question

2002-06-20 Thread Alan DeKok
Deramus, Chris [EMAIL PROTECTED] wrote: I have noticed that I have not been able to pass Attributes to the user-base with MySQL / PAP. The table looks like this: Id User AttributeValue Op 1 testing Framed-IP-Address

Re: mysql Auth problem

2002-06-20 Thread Gonzalo Ivan Lozano Hoyos
Thanks a lot Todd but I trying to use mysql for authentification, may be with these information you can tell me what I'am doing wrong Additional information: in the authenticate part in the radiusd.conf I have this, and I want to know what should I use since in the version 0.5 the sentence

Re: mysql Auth problem

2002-06-20 Thread James Decker
Additional information: in the authenticate part in the radiusd.conf I have this, and I want to know what should I use since in the version 0.5 the sentence sql is not allowed.? authenticate { pap # pam # unix # ldap # mschap # eap authorize { # preprocess # counter # attr_filter # eap suffix

Acct-Stop without Acct-Start on Cisco

2002-06-20 Thread Fduch the Pravking
I'll try to be clear :) We have Cisco 2500 with IOS 12.0(4) and it seems to have such bug... Some user tries to log in on this Cisco, and gets Access-Reject, but Cisco (I don't know whether it has already processed Access-Reject at this moment) sends Accounting-Stop packet for that user without

radius and orinoco RG-1100

2002-06-20 Thread Hayden Myers
I have flashed our orinoco RG-1100 to be an ap500 which supports radius. I'm running into the following problem where freeradius says there's no User-Password attribute. This stuff is pretty fresh to me so you can imagine I'm at a a loss. Currently I'm using a client from meetinghouse. I

Re: radius and orinoco RG-1100

2002-06-20 Thread Artur Hecker
hi hayden I'm running into the following problem where freeradius says there's no User-Password attribute. This stuff is pretty fresh to me so you can no no, i don't think that's the problem. modcall: group authorize returns ok rad_check_password: Found Auth-Type EAP auth: type EAP

Two Rdaius Servers ?

2002-06-20 Thread [EMAIL PROTECTED]
Hi Everyone, I am running radius4. I have two radius servers (e.g. A and B) running. In my PM3/MAX i have indicated that I have two radius servers. BUT when users login in A and they logout from B i have follwoing entry. Fri Jun 21 11:31:38 2002 : Error: Accounting: logout:

Re: Acct-Stop without Acct-Start on Cisco

2002-06-20 Thread Victor Sanchez
i have a cisco 3620 when 700 call in a day and 4 or 5 are similar that you say, but i don't find any error o bug :( Victor Sanchez - Original Message - From: Fduch the Pravking [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 20, 2002 11:34 PM Subject: Acct-Stop without

PLease help me with my freeradius and my MYSQL

2002-06-20 Thread Gonzalo Ivan Lozano Hoyos
Dear Simon, I, was following all the mailing list with the subject (Problems with MySQL Auth-Type), but I get a problem which I can't figure it out what's the cause, I'm sure you can help me. To help you understend what I have configured I'm putting the most relevant parts of my

Re: PLease help me with my freeradius and my MYSQL

2002-06-20 Thread rust
Hello Gonzalo, You must add user 'paulin' into usergroup table insert into usergroup (UserName,GroupName) values ('paulin','dynamic'); Also better use crypted passwords for PAP in radiusd.conf change pap { encryption_scheme = crypt } and insert user into

Problem while Running Radius Server

2002-06-20 Thread s . venkata krishnan
Hi I am running radius server with Linux 7.1 and i am getting the errors as follows. HASH: Reinitializing hash structures and list for caching rim_unix: you must specify a shadow passowrd fole HASH: unable to create user hash table. disable caching and run debugs. radiusd.conf[4260 : unix :