Re: (RADIATOR) Preferred method for setting default attributes

1999-04-06 Thread Mike McCauley

Hi Andrew.

For reply items, the preferred thing is to use DefaultReply in your AuthBy
clause.

For check items, the preferred thing is to use a DEFAULT user that has a
Auth-Type that applies the default check items, but redirects the password
checking to another AuthBy clause.

Hope that helps.
Cheers.


---
Mike McCauley [EMAIL PROTECTED]
Open System Consultants +61 3 9598 0985

Mike is travelling right now, and there may be delays
in our correspondence.
-Original Message-
From: Andrew Aken <[EMAIL PROTECTED]>
To: Radiator Mailing list <[EMAIL PROTECTED]>
Date: Tuesday, April 06, 1999 5:10 PM
Subject: (RADIATOR) Preferred method for setting default attributes


>What is the preferred method for setting default attributes for all of
>our users for both check items and reply items?
>
>We are authenticating from a users file and would like to over-ride the
>settings for individual users. I've tried setting a DEFAULT user, but
>this allows anyone to logon and still does not give the specified
>attributes to users that did not override the default's attributes.
>
>e.g.
>DEFAULT Simultaneous-Use = 1
> Service-Type = Framed-User,
> Port-Limit = 1,
> Session-Timeout = 57600,
> Idle-Timeout = 1680,
> Framed-Protocol = PPP,
> Framed-Compression = Van-Jacobson-TCP-IP,
> Framed-Netmask = 255.255.255.255
># Fall-Through = Yes
>
>ajaken Password = "123456", Simultaneous-Use = 2
> Port-Limit = 2,
> Session-Timeout = 0,
> Idle-Timeout = 0
>#
>BarbBigg Password = "654321"
> Port-Limit = 1,
> Framed-Compression = None
>
>--
>===
>===  Andrew Aken - President  =
>==   GlobalEyes Communications, Inc. ==
>=Southern Illinois' Fastest Connection to the Internet=
>==  http://www.GlobalEyes.net  
>===
>
>===
>To unsubscribe, email '[EMAIL PROTECTED]' with
>'unsubscribe radiator' in the body of the message.
>


===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) Preferred method for setting default attributes

1999-04-06 Thread tom minchin

On Tue, Apr 06, 1999 at 02:02:22AM -0500, Andrew Aken wrote:
> What is the preferred method for setting default attributes for all of
> our users for both check items and reply items? 
> 
> We are authenticating from a users file and would like to over-ride the
> settings for individual users. I've tried setting a DEFAULT user, but
> this allows anyone to logon and still does not give the specified
> attributes to users that did not override the default's attributes.
> 
> e.g.
> DEFAULT Simultaneous-Use = 1
>   Service-Type = Framed-User,
>   Port-Limit = 1,
>   Session-Timeout = 57600,
>   Idle-Timeout = 1680,
>   Framed-Protocol = PPP,
>   Framed-Compression = Van-Jacobson-TCP-IP,
>   Framed-Netmask = 255.255.255.255
> # Fall-Through = Yes

Ouch. You don't want this at all. You're not specifying any authentication
method so anyone can login (as you found).

Look at the AddToReply feature in your manual.

[EMAIL PROTECTED]

===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) Preferred method for setting default attributes

1999-04-06 Thread Andrew Aken

What is the preferred method for setting default attributes for all of
our users for both check items and reply items? 

We are authenticating from a users file and would like to over-ride the
settings for individual users. I've tried setting a DEFAULT user, but
this allows anyone to logon and still does not give the specified
attributes to users that did not override the default's attributes.

e.g.
DEFAULT Simultaneous-Use = 1
Service-Type = Framed-User,
Port-Limit = 1,
Session-Timeout = 57600,
Idle-Timeout = 1680,
Framed-Protocol = PPP,
Framed-Compression = Van-Jacobson-TCP-IP,
Framed-Netmask = 255.255.255.255
#   Fall-Through = Yes

ajaken  Password = "123456", Simultaneous-Use = 2
Port-Limit = 2,
Session-Timeout = 0,
Idle-Timeout = 0
#
BarbBiggPassword = "654321"
Port-Limit = 1,
Framed-Compression = None

-- 
===
===  Andrew Aken - President  =
==   GlobalEyes Communications, Inc. ==
=Southern Illinois' Fastest Connection to the Internet=
==  http://www.GlobalEyes.net  
===

===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.