(RADIATOR) IpassPerl-1.5 in FreeBSD

1999-12-13 Thread Rui Cohen

Hi,

I'm having problems installing IpassPerl-1.5 in FreeBSD. I suppose that
we need the last versions of the include files and libs from Ipass but
in the download area of Radiator the only one availables are for Linex
and Solaris.

Is there a version for FreeBSD ?


Regards,
---
Rui Cohen

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) routing a network

1999-07-20 Thread Rui Cohen

Jay C. Pharis wrote:
 
 I seem to be having some problems routing a network to a user.  Here is
 what is in my config file:
 
 burgerboat Auth-Type=System,Simultaneous-Use=2
 Framed-IP-Address = 206.40.102.247
 Idle-Timeout = 0
 Framed-Route = "206.40.97.48/29 206.40.102.247 1"
 Service-Type = Framed-User


You should have a comma between each reply item.

Something like this:

burgerboat Auth-Type=System,=2
 Framed-IP-Address = 206.40.102.247,
 Idle-Timeout = 0,
 Framed-Route = "206.40.97.48/29 206.40.102.247 1",
 Service-Type = Framed-User

And btw, you should remove the check-item "Simultaneous-Use=2" (is hard
to route the same network for 2 destinations).


King regards,
---
rui cohen

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) Service-Type Authenticate Only

1999-05-27 Thread Rui Cohen

I'm testing a radius client module in order to allow other services
(www, ftp, etc) to use only one centralized user database.

It works just fine but for some users where I have check-items (like
NAS-Port-Type=Async) the authentication fails because I'm not including
this information in the Access-Request.

I can solve my problem having a similar database without check-items in
the users entries, but I would prefer not to go this way.

I tried to use as "Service-Type" in the Access-Request
"Authenticate-Only" with no result.
The Radius RFC has the following information regarding
"Authenticate-Only"

Authenticate-Only -  Only Authentication is requested, and no
authorization information needs to be returned
in the Access-Accept (typically used by proxy servers rather than the
NAS itself).

My understanding is that if I send an Access-Request with "Authenticate
Only" the only check-item used to validate the user should be the
password. If the password is ok Radiator should reply with an
Access-Accept with no reply items; if the password is not ok Radiator
should reply with an Access-Rejected.

Apparently Radiator is ignoring the "Authenticate-Only" when I include
it in the Access-Request.

Any suggestions to solve my problem ?


Many thanks in advance,
---
Rui Cohen

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.