RE: (RADIATOR) users database format

2002-09-20 Thread Frank Danielson

Why not use an AddToReply in your Client clause for this NAS? See section
6.5.18 in the manual.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 20, 2002 10:26 AM
To: [EMAIL PROTECTED]
Subject: (RADIATOR) users database format


Hello,

I have a flat file users database, which has the format below:

user1  Password = {crypt}*
Framed-Protocol=PPP

The configuration of  one of our new Nases requres that the users database
be of this format:

user1  Password = {crypt}*
Service-Type = Framed-User,
Framed-Protocol=PPP

How can achieve this without having to change each and every entry i.e, set
Service-Type = Framed-User as a default entry.


Rgds
TDN

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



Re: (RADIATOR) users database format

2002-09-20 Thread Ayotunde Itayemi

Hi TDN,

You can use AddToRequestIfNotExist  or AddToRequest parameter in your
Handler or Realm clause.

For example,

Handler

AddToRequestIfNotExist Service-Type = Framed-User
AuthBy ... 

/AuthBy


/Handler

See section 6.16.19 and 6.16.20 of the reference manual (version 3.0)
formore details.

Regards,
Tunde Itayemi.


- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, September 20, 2002 3:26 PM
Subject: (RADIATOR) users database format


 Hello,

 I have a flat file users database, which has the format below:

 user1  Password = {crypt}*
 Framed-Protocol=PPP

 The configuration of  one of our new Nases requres that the users database
 be of this format:

 user1  Password = {crypt}*
 Service-Type = Framed-User,
 Framed-Protocol=PPP

 How can achieve this without having to change each and every entry i.e,
set
 Service-Type = Framed-User as a default entry.


 Rgds
 TDN

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


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