Login-Time problem

2001-12-14 Thread power jessie
Version : FreeRADIUS 0.4 Platform : FreeBSD 4.3 Release I can't seem to make Login-Time to work for me, everytime i add a Login-Time attribute to either user or group in the mysql table, it always reject the request... but if i remove the Login-Time attribute, it authenticate successfuly. Wha

how to correct error

2001-12-14 Thread Tran Van Thuy
Hi. I am download free radius from http://www.freeradius.org When I compiler it on SCO UNIX WARE 7.1 it always return message "do not know how to make radiusd.c". Could you tell me correct that error. Thanks for help me.

Re: Seg. Fault 0.4

2001-12-14 Thread Chris A. Kalin
I'll do the GDB that Chris suggested, but I just wanted to put in a "me too"...I'm getting zapped on this occasionally on the pre-0.4 snapshots and on .4 itself, and all I'm doing is accounting to MySQL, no authentication whatsoever. I've even tried blowing away the rlm* files, doesn't seem to f

Re: Seg. Fault 0.4

2001-12-14 Thread Chris Parker
At 02:03 PM 12/14/2001 -0800, [EMAIL PROTECTED] wrote: >I've been having a seg fault in snapshots and in 0.4, I don't get it in >0.3. Basically I run about 5 request and then it seg faults. Not exactly >5, but aprox. The only auth I do is through SQL and it then runs a simple >external script tha

Seg. Fault 0.4

2001-12-14 Thread rmosley
I've been having a seg fault in snapshots and in 0.4, I don't get it in 0.3. Basically I run about 5 request and then it seg faults. Not exactly 5, but aprox. The only auth I do is through SQL and it then runs a simple external script that returns a Reply-Message and then exits 0. Running 'radius

Re: MySQL questions

2001-12-14 Thread Mark Fawcus
For anyone else trying to do this, in radiusd.conf I put: # authorize { preprocess suffix sqlauth# use *this* sql config for authorization files } authenticate { sqlauth# use the same sql config for aut

Re: Max Request Time (max_request_time) No Timeout

2001-12-14 Thread Chris Parker
At 02:55 PM 12/14/2001 -0500, Angus Stewart wrote: >I am proxying to another server and not receiving a response. I need to >return a >reject message to the originating NAS within a specified time frame or >else the >proxy is marked as dead. The comments in the radiusd.conf file suggest that a

Re: Max Request Time (max_request_time) No Timeout

2001-12-14 Thread Angus Stewart
I am proxying to another server and not receiving a response. I need to return a reject message to the originating NAS within a specified time frame or else the proxy is marked as dead. The comments in the radiusd.conf file suggest that a reject message will be generated: # max_request_time: T

Re: Supporting Password,PAP,CHAP,MS-CHAP,MS-CHAP2,EAP-MD5

2001-12-14 Thread Raghu
> eap { # This "eap" section should not be empty & # should always contain atleast one (or more) subsections # with any supported eap-type (currently only MD5). # It is so, because EAP alone cannot perform authentications, # Any one of the eap-types handles authentications. #Add md5 subs

Re: Supporting Password,PAP,CHAP,MS-CHAP,MS-CHAP2,EAP-MD5

2001-12-14 Thread Michael Cunningham
> We're currently working on the modules so that they will do all this > for you automagically. i.e. the MSCHAP module SHOULD notice the > MSCHAP attributes, and add an 'Auth-Type := MSCHAP'. > > Some of this is done already. Hmm so setiting up the server to authenticate the user via mult

Setting up FreeRADIUS with a Cisco PIX firewall.

2001-12-14 Thread Mark Layman
Title: Setting up FreeRADIUS with a Cisco PIX firewall. I want VPN users of a Cisco PIX firewall to be able to authenticate to a RADIUS server, controlling whether or not they get access through the firewall or not, depending on a correct password.  Is this possible with FreeRADIUS?  I alread

Re: Anyone worked with freeradius + postgresql?

2001-12-14 Thread Igor Chen
On Fri, 14 Dec 2001 [EMAIL PROTECTED] wrote: > Have you tried editing the SQL query in sql.conf, to remove the "'" > character from the numeric fields? The error message would seem to > indicate that this would be a good thing to do. > > Alan DeKok. > > - 10x! It seems that posgres doesn't li

Re: Supporting Password,PAP,CHAP,MS-CHAP,MS-CHAP2,EAP-MD5

2001-12-14 Thread aland
Michael Cunningham <[EMAIL PROTECTED]> wrote: > Username and password for each user are stored in > cleartext in an ldap server. The free radius server > should support obtaining this information from ldap > via a TLS connection and authenticating the user > using Password, PAP, Chap, MS-Chap, M

Re: rad_check_password

2001-12-14 Thread aland
"bharani" <[EMAIL PROTECTED]> wrote: > backend message type 0x45 arrived while idle > postgreSQL Query failed Error: PQsendQuery() -- There is no connection = > to the bakend. The SQL server dropped the connection. > modcall[authorize]: module "sql" returns invalid > modcall: group authorize r

Re: Anyone worked with freeradius + postgresql?

2001-12-14 Thread aland
Igor Chen <[EMAIL PROTECTED]> wrote: > That is output of radiusd -x (cisco nas + freeradius 0.3 + postgresql 7.1) > Who can say what's wrong? It seem to work fine with mysql... Umm.. the module is TELLING you what went wrong. PostgreSQL has different parsing requirements than MySQL. > rlm_s

Re: net restrictions

2001-12-14 Thread Chris Parker
At 10:51 AM 12/14/2001 +1000, Tim wrote: >Thanks Mike ... but as I see it .. > >User dials in with user pass of something/something .. (not configured in >Users or Passwd file) .. my Ascend Max (4000's) box sends the request to >radius, to which radius deny's the auth request .. then Ascend dro

Re: Max Request Time (max_request_time) No Timeout

2001-12-14 Thread Chris Parker
At 05:55 PM 12/13/2001 -0500, Angus Stewart wrote: >I am currently testing FreeRadius v.0.3 as a proxy server and have >noticed that a REJECT message is not being generated for messages that >SHOULD time out. I have set max_request_time to 5 seconds in the >radiusd.conf file. > >Have also tried t

Re: How do I setup users file to allow anyone to connect?

2001-12-14 Thread Chris Parker
At 08:56 AM 12/14/2001 -0500, John Morrissey wrote: >On Fri, Dec 14, 2001 at 06:53:44PM +0900, Yuki Okada wrote: >% I'm using FreeRadius0.3 on my FreeBSD4.4 Box. >% I'm wondering how to setup my radius server to accept any user/password >% pair. > >DEFAULT Auth-Type = Accept Not quite. It should

Re: MySQL questions

2001-12-14 Thread Chris Parker
At 07:32 PM 12/13/2001 -0600, Mark Fawcus wrote: >Hi, > >I've been playing with freeradius in conjunction with MySQL, and not >knowing a huge amount about either, I hope someone here can offer some >comments: > >I have a requirement to use more than one database, with one used for >Authenticati

Re: How do I setup users file to allow anyone to connect?

2001-12-14 Thread John Morrissey
On Fri, Dec 14, 2001 at 06:53:44PM +0900, Yuki Okada wrote: % I'm using FreeRadius0.3 on my FreeBSD4.4 Box. % I'm wondering how to setup my radius server to accept any user/password % pair. DEFAULT Auth-Type = Accept john -- John Morrissey _o/\ __o [EMAIL PROT

Backend message type 0x45 arrived while idle

2001-12-14 Thread bharani
Hi, I have posted lot of mails in this regardscan anyone help me in this regard why this Backend message type 0x45 arrived while idleis coming also the auth type is not recognized...what may be the reason.  rad_check_password is missing.. can help me out in this regard...i a

rad_check_password

2001-12-14 Thread bharani
Hi, Following my earlier mails...for database connectivity between postgresql and freeradius...it is fine but authentication is not comingie ..     modcall: entering group authorizemodcall[authorize]: module "preprocess" returns okmodcall[authorize]: module "suffix" returns okusers: Matc

Re: net restrictions

2001-12-14 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Tim <[EMAIL PROTECTED]> wrote: >Thanks Mike ... but as I see it .. > >User dials in with user pass of something/something .. (not configured in >Users or Passwd file) .. my Ascend Max (4000's) box sends the request to >radius, to which radius deny's the auth req

How do I setup users file to allow anyone to connect?

2001-12-14 Thread Yuki Okada
Hi all. I'm using FreeRadius0.3 on my FreeBSD4.4 Box. I'm wondering how to setup my radius server to accept any user/password pair. thanks in advance. -- Yuki Okada <[EMAIL PROTECTED]> Denn wir wollen es nicht langer leiden DaB der Englisch mann daruber leicht Denn wir fahlen Denn wir fahlen ge

Anyone worked with freeradius + postgresql?

2001-12-14 Thread Igor Chen
That is output of radiusd -x (cisco nas + freeradius 0.3 + postgresql 7.1) Who can say what's wrong? It seem to work fine with mysql... --- query: INSERT into radacct (RadAcctId, AcctSessionId, AcctUniqueId, UserName, Realm, NASIPAddress, NASPortId, NASPortType, AcctStartTime, AcctStopTime, AcctSe

Re: MySQL questions

2001-12-14 Thread Kostas Kalevras
On Thu, 13 Dec 2001, Mark Fawcus wrote: > Hi, > > I've been playing with freeradius in conjunction with MySQL, and not knowing > a huge amount about either, I hope someone here can offer some comments: > > I have a requirement to use more than one database, with one used for > Authentication,