(RADIATOR) Error Message

Toomas Kärner tomkar at estpak.ee
Tue Nov 19 02:08:02 CST 2002


Hi,
Actually that's overall problem. I have met several PPPoE client software
that do not display it and it's not even in the document that describes set
of parameters passed to eachother in radius roaming (wlan, international,
propietary). There is only one place that I know that uses it. That is
Nomadix and it's logon failure webpage.

Rgds.
Toomas Kärner
----- Original Message -----
From: "Hugh Irvine" <hugh at open.com.au>
To: "Toomas Kärner" <tomkar at estpak.ee>
Cc: <radiator at open.com.au>
Sent: Monday, November 18, 2002 11:37 PM
Subject: Re: (RADIATOR) Error Message


>
> Hello Chris, Hello Toomas -
>
> The real problem you will have is with the end-user dialer not
> displaying the message.
>
> Most Microsoft products do not display the reply message even if you
> send it.
>
> YMMV
>
> regards
>
> Hugh
>
>
> On Monday, Nov 18, 2002, at 23:35 Australia/Melbourne, Toomas Kärner
> wrote:
>
> > Hi,
> >
> > You can do it like this.
> > First you set up session database.
> > Second you put in a keyword RejectHasReason.
> > Third you add such postauthhook what changes your reject message
> >
> > PostAuthHook    sub { \
> > my $originalmessage=${$_[3]}; \
> > my $mymessage; \
> >
> >     if (${$_[2]} == $main::REJECT  )  {\
> >     $_=$originalmessage; \
> >     if(/Simultaneous-Use/) { \
> >  $mymessage='Go and visit plah plah plah.'; \
> >  } \
> >     if(/StringToFindInRejectMessage/) { \
> >  $mymessage='MyNewRejectMessage'; \
> >  } \
> >     ${$_[3]}=$mymessage \
> >     if ($mymessage); \
> >     } \
> > }
> >
> > ----- Original Message -----
> > From: "Chris Kay" <chris at eleet.com.au>
> > To: <radiator at open.com.au>
> > Sent: Monday, November 18, 2002 2:10 PM
> > Subject: (RADIATOR) Error Message
> >
> >
> >>
> >> Is there a way to manipulate error message that the customer see on
> >> The clients side, I knows these are windows error messages just not
> >> sure
> >> If I can change these....
> >>
> >> EG: I have a port limit set for groups of users and each limit is
> >> different, and I
> >> Would like to see if I could display a message like
> >>
> >> "No more connections from your group is permitted, please visit
> >> http://blah,
> >> For assistance."
> >>
> >> Can this be done?
> >>
> >> Regards
> >> Chris Kay
> >> Techex Communications Pty Ltd
> >>
> >> ===
> >> Archive at http://www.open.com.au/archives/radiator/
> >> Announcements on radiator-announce at open.com.au
> >> To unsubscribe, email 'majordomo at open.com.au' with
> >> 'unsubscribe radiator' in the body of the message.
> >>
> >
> > ===
> > Archive at http://www.open.com.au/archives/radiator/
> > Announcements on radiator-announce at open.com.au
> > To unsubscribe, email 'majordomo at open.com.au' with
> > 'unsubscribe radiator' in the body of the message.
> >
> >
>
> --
> Radiator: the most portable, fleFrom owner-radiator at open.com.au Mon Nov 18 21:16:14 2002
Received: (from majordomo at localhost)
	by server1.open.com.au (8.11.0/8.11.0) id gAJ3GEh26663
	for radiatorzz-list; Mon, 18 Nov 2002 21:16:14 -0600
X-Authentication-Warning: server1.open.com.au: majordomo set sender to owner-radiator at open.com.au using -f
Received: from sbe3778.swissptt.ch (outmail6.swisscom.com [138.190.3.49])
	by server1.open.com.au (8.11.0/8.11.0) with ESMTP id gAJ3GDC26660
	for <radiator at open.com.au>; Mon, 18 Nov 2002 21:16:13 -0600
Received: from sbe2173 (138.190.70.55) by sbe3777.swissptt.ch (MX V5.3 AnHp)
          with SMTP for <radiator at open.com.au>; Tue, 19 Nov 2002 09:07:41 +0100
Received: from sxmbx60.corproot.net ([138.190.70.181]) by sxmbx01.corproot.net
          with Microsoft SMTPSVC(5.0.2195.2966); Tue, 19 Nov 2002 09:07:41 +0100
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="------------InterScan_NT_MIME_Boundary"
Subject: (RADIATOR) Radiator Attribute??
Date: Tue, 19 Nov 2002 09:07:40 +0100
Message-ID: <A5F777EF9387734C8D04E63EB25838651C5A08 at sxmbx60.corproot.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Radiator Attribute??
Thread-Index: AcKPoryDvBkcNfrsEdaHvgAQpAkFZw==
From: <Daniel.Binggeli1 at swisscom.com>
To: <radiator at open.com.au>
X-OriginalArrivalTime: 19 Nov 2002 08:07:41.0504 (UTC)
                       FILETIME=[BB9F2C00:01C28FA2]
Sender: owner-radiator at open.com.au
Precedence: bulk
List-Id: <radiator.list-id.open.com.au>

This is a multi-part message in MIME format.

--------------InterScan_NT_MIME_Boundary
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C28FA2.BB4B09EA"

------_=_NextPart_001_01C28FA2.BB4B09EA
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


Hello,

As I'm a newby in radiator, it's not so easy to find out everything in =
time...

What attribut (Session-Type / cisco-avpair) has to be used, for example, =
to restrict user access to an cisco nas...?
I'm right, thats an "checkattr" and not an "replyattr"?

I used the following config lines on the cisco nas:

aaa authorization exec radius enable
aaa authorization command 2 radius enable


Thanks in advance for your brief help...


D=E4nu

Swisscom Enterprise Solutions AG
> ES-PSO-SOC-NM
> Daniel Binggeli
> Genfergasse 14 / Room 189
> CH - 3050 BERN
>=20
> Telefon   +41 31 893 89 83
> Mobile    +41 79 308 82 39
>=20
> mailto:daniel.binggeli1 at swisscom.com
Internet: www.swisscom.com/enterprise-solutions


------_=_NextPart_001_01C28FA2.BB4B09EA
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.0.6249.1">
<TITLE>Radiator Attribute??</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->
<BR>

<P><SPAN LANG=3D"en-gb"><FONT FACE=3D"Frutiger 45 =
Light">Hello,</FONT></SPAN>
</P>

<P><SPAN LANG=3D"en-gb"><FONT FACE=3D"Frutiger 45 Light">As I'm a newby =
in radiator, it's not so easy to find out everything in =
time...</FONT></SPAN>
</P>

<P><SPAN LANG=3D"en-gb"><FONT FACE=3D"Frutiger 45 Light">What attribut =
(Session-Type / cisco-avpair) has to be used, for example, to restrict =
user access to an cisco nas...?</FONT></SPAN>

<BR><SPAN LANG=3D"en-gb"><FONT FACE=3D"Frutiger 45 Light">I'm right, =
thats an &quot;checkattr&quot; and not an =
&quot;replyattr&quot;?</FONT></SPAN>
</P>

<P><SPAN LANG=3D"en-gb"><FONT FACE=3D"Frutiger 45 Light">I used the =
following config lines on the cisco nas:</FONT></SPAN>
</P>

<P><SPAN LANG=3D"en-gb"><FONT FACE=3D"Frutiger 45 Light">aaa =
authorization exec radius enable</FONT></SPAN>

<BR><SPAN LANG=3D"en-gb"><FONT FACE=3D"Frutiger 45 Light">aaa =
authorization command 2 radius enable</FONT></SPAN>
</P>
<BR>

<P><SPAN LANG=3D"en-us"><FONT SIZE=3D2 FACE=3D"Arial">Thanks in advance =
for your brief help...</FONT></SPAN>
</P>
<BR>

<P><SPAN LANG=3D"de"><FONT SIZE=3D2 FACE=3D"Arial">D=E4nu</FONT></SPAN>
</P>

<P><SPAN LANG=3D"de"><FONT SIZE=3D2 =
FACE=3D"Arial">Swisscom</FONT></SPAN><SPAN LANG=3D"de-ch"><FONT =
COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Arial"></FONT></SPAN><SPAN =
LANG=3D"en-us"> <FONT SIZE=3D2 FACE=3D"Arial">Ent</FONT></SPAN><SPAN =
LANG=3D"de-ch"><FONT SIZE=3D2 FACE=3D"Arial">erprise Solutions =
AG</FONT></SPAN>

<BR><SPAN LANG=3D"de-ch"><FONT SIZE=3D2 =
FACE=3D"Arial">ES-PSO-</FONT></SPAN><SPAN LANG=3D"en-us"><FONT SIZE=3D2 =
FACE=3D"Arial">SOC-NM</FONT></SPAN>

<BR><SPAN LANG=3D"de-ch"><FONT SIZE=3D2 FACE=3D"Arial">Daniel =
Binggeli</FONT></SPAN>

<BR><SPAN LANG=3D"de-ch"><FONT SIZE=3D2 FACE=3D"Arial">Genfergasse =
14</FONT></SPAN><SPAN LANG=3D"en-us"><FONT SIZE=3D2 FACE=3D"Arial"> / =
Room 189</FONT></SPAN><SPAN LANG=3D"de-ch"></SPAN>

<BR><SPAN LANG=3D"de-ch"><FONT SIZE=3D2 FACE=3D"Arial">CH - 3050 =
BERN</FONT></SPAN>
</P>

<P><SPAN LANG=3D"de-ch"><FONT SIZE=3D2 =
FACE=3D"Arial">Telefon&nbsp;&nbsp; +41 31 893 89 83</FONT></SPAN>

<BR><SPAN LANG=3D"de-ch"><FONT SIZE=3D2 =
FACE=3D"Arial">Mobile&nbsp;&nbsp;&nbsp; +41 79 308 82 39</FONT></SPAN>
</P>

<P><SPAN LANG=3D"de-ch"></SPAN><A =
HREF=3D"mailto:daniel.binggeli1 at swisscom.com"><SPAN =
LANG=3D"de-ch"><U><FONT COLOR=3D"#0000FF" SIZE=3D2 =
FACE=3D"Arial">mailto:daniel.binggeli1 at swisscom.com</FONT></U></SPAN></A>=
<SPAN LANG=3D"de-ch"></SPAN><SPAN LANG=3D"de"></SPAN><SPAN =
LANG=3D"de"></SPAN><SPAN LANG=3D"de"></SPAN>

<BR><SPAN LANG=3D"de"><FONT SIZE=3D2 FACE=3D"Arial">Internet: =
</FONT></SPAN><A =
HREF=3D"file://www.swisscom.com/enterprise-solutions"><SPAN =
LANG=3D"de"><U><FONT COLOR=3D"#0000FF" SIZE=3D2 =
FACE=3D"Arial">www.swisscom.com/enterprise-solutions</FONT></U></SPAN></A=
><SPAN LANG=3D"de"></SPAN>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C28FA2.BB4B09EA--

--------------InterScan_NT_MIME_Boundary--

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.
xible and configurable RADIUS server
> anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, 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 radiator-announce at open.com.au
> To unsubscribe, email 'majordomo at open.com.au' with
> 'unsubscribe radiator' in the body of the message.
>

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.


More information about the radiator mailing list