Re: (RADIATOR) AddToReply Usage

2003-09-15 Thread Hugh Irvine
Hello Mahesh -

Can you please send me a copy of the configuration file and a trace 4 
debug showing what is happening?

regards

Hugh

On Monday, Sep 15, 2003, at 12:16 Australia/Melbourne, Mahesh 
Neelakanta wrote:

Thanks Hugh. Will this Reply-Message also match the %1 from the
FailureFormat of the AuthLOG? The reason is that in our Radiator 
(2.19),
%1 should print "Request Denied" but does not.

mahesh

-Original Message-
From: Hugh Irvine [mailto:[EMAIL PROTECTED]
Sent: Saturday, September 13, 2003 6:43 PM
To: Mahesh Neelakanta
Cc: [EMAIL PROTECTED]
Subject: Re: (RADIATOR) AddToReply Usage


Hello Mahesh -

You can use the "RejectHasReason" in your Realm or Handler clause.

See section 6.16.23 in the Radiator 3.6 reference manual
("doc/ref.html").
regards

Hugh

On Sunday, Sep 14, 2003, at 00:27 Australia/Melbourne, Mahesh
Neelakanta wrote:
Hello from Sunny South Florida, USA,
  I have a pretty simple question: We want to add the attribute
"Reply-Message" only when we reject a connection. For example if we
have
a handler:

   Identifier Test_Group
   AuthByPolicy ContinueUntilReject
   AuthBy Auth_1
   AuthBy Radius_2
   AuthBy File_1
   AuthBy SQL_1


   Identifier FILE_1
   Filename %D/users.txt


   Identifier RADIUS_1
   Host XX
   Secret X
   Retries 10
   RetryTimeout 15

.
.
.
In the RADIUS_1 or FILE_1 (or perhaps better still in Test_Group, I
need
to append Reply-Message only when we are going to reject the AUTH.
Thanks,
mahesh
===
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.

NB: have you included a copy of your configuration file (no secrets),
together with a trace 4 debug showing what is happening?
--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.
===
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.

NB: have you included a copy of your configuration file (no secrets),
together with a trace 4 debug showing what is happening?
--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.


NB: have you included a copy of your configuration file (no secrets),
together with a trace 4 debug showing what is happening?
--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.
===
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) AddToReply Usage

2003-09-14 Thread Mahesh Neelakanta
Thanks Hugh. Will this Reply-Message also match the %1 from the
FailureFormat of the AuthLOG? The reason is that in our Radiator (2.19),
%1 should print "Request Denied" but does not.

mahesh

-Original Message-
From: Hugh Irvine [mailto:[EMAIL PROTECTED] 
Sent: Saturday, September 13, 2003 6:43 PM
To: Mahesh Neelakanta
Cc: [EMAIL PROTECTED]
Subject: Re: (RADIATOR) AddToReply Usage



Hello Mahesh -

You can use the "RejectHasReason" in your Realm or Handler clause.

See section 6.16.23 in the Radiator 3.6 reference manual 
("doc/ref.html").

regards

Hugh


On Sunday, Sep 14, 2003, at 00:27 Australia/Melbourne, Mahesh 
Neelakanta wrote:

> Hello from Sunny South Florida, USA,
>   I have a pretty simple question: We want to add the attribute
> "Reply-Message" only when we reject a connection. For example if we 
> have
> a handler:
>
> 
>Identifier Test_Group
>
>AuthByPolicy ContinueUntilReject
>AuthBy Auth_1
>AuthBy Radius_2
>AuthBy File_1
>AuthBy SQL_1
> 
>
> 
>Identifier FILE_1
>Filename %D/users.txt
> 
>
> 
>Identifier RADIUS_1
>Host XX
>Secret X
>Retries 10
>RetryTimeout 15
> 
>
> .
> .
> .
>
> In the RADIUS_1 or FILE_1 (or perhaps better still in Test_Group, I 
> need
> to append Reply-Message only when we are going to reject the AUTH.
>
> Thanks,
> mahesh
> ===
> 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.
>
>

NB: have you included a copy of your configuration file (no secrets),
together with a trace 4 debug showing what is happening?

-- 
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.

===
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) AddToReply Usage

2003-09-13 Thread Hugh Irvine
Hello Mahesh -

You can use the "RejectHasReason" in your Realm or Handler clause.

See section 6.16.23 in the Radiator 3.6 reference manual 
("doc/ref.html").

regards

Hugh

On Sunday, Sep 14, 2003, at 00:27 Australia/Melbourne, Mahesh 
Neelakanta wrote:

Hello from Sunny South Florida, USA,
  I have a pretty simple question: We want to add the attribute
"Reply-Message" only when we reject a connection. For example if we 
have
a handler:


   Identifier Test_Group
   AuthByPolicy ContinueUntilReject
   AuthBy Auth_1
   AuthBy Radius_2
   AuthBy File_1
   AuthBy SQL_1


   Identifier FILE_1
   Filename %D/users.txt


   Identifier RADIUS_1
   Host XX
   Secret X
   Retries 10
   RetryTimeout 15

.
.
.
In the RADIUS_1 or FILE_1 (or perhaps better still in Test_Group, I 
need
to append Reply-Message only when we are going to reject the AUTH.

Thanks,
mahesh
===
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.

NB: have you included a copy of your configuration file (no secrets),
together with a trace 4 debug showing what is happening?
--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.
===
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.