Hello Dave, Hello Carlos -
Dave is correct, you could remove the VALUE definition from the dictionary.
However, you could also write a hook to do something more elegant, like
adding a pseudo-attribute to the request with the numeric value, and use the
pseudo-attribute in the AcctSQLStatement.
Hello Ganbold -
As you have discovered, the AuthBy RADIUS clause behaves differently to other
AuthBy clauses and cannot be used in the fashion that you show in your
configuration file. This is because the AuthBy RADIUS clause returns
immediately with "Ignore" and processes the proxied radius
Hello Todd -
You can use multiple AuthLog clauses to do this.
See sections 6.43, 6.44 and 6.45 in the Radiator 2.18.2 manual.
hth
Hugh
On Saturday 18 August 2001 09:01, Todd Dokey wrote:
> I have something like this in radius.cfg for a client...
>
>
> # Access Client for Fred
>
>
> Secre
Hello Mariano -
You are correct - Radiator only reads (or rereads) the configuration file (of
which ClientListSQL is a part) at startup or upon re-initialisation.
Hence the answer to your question is no.
regards
Hugh
On Saturday 18 August 2001 04:31, Mariano Absatz wrote:
> Hi,
>
> we have
Hello Pascal -
What user are you running Radiator as?
And can you send me a copy ot the configuration file (no secrets) together
with a trace 4 debug showing what is happening?
thanks
Hugh
On Friday 17 August 2001 22:28, Pascal Robert wrote:
> > Hello Pascal -
> >
> > I have just noticed t
Hello Jamie -
Just use "radpwtst". See section 8 in the Radiator manual.
hth
Hugh
On Sunday 19 August 2001 06:22, Jamie Orzechowski wrote:
> Hello .. I am trying to get IPSentry to send an authentication requets to
> radiator so I can see if radius is up and working correctly ...
>
> how can
Hello Harrison -
Could you please send me a copy of your Radiator configuration file (no
secrets) together with a complete trace 4. I would also like to see the
command line that you have used to start Radiator and the command line you
have used for radpwtst.
thanks
Hugh
On Monday 20 Augu
the trick. If there is any other way to make this
> work? I'm kind of stuck on the situation.
>
> Thanks,
> Cliff Cole
> - Original Message -
> From: "Hugh Irvine" <[EMAIL PROTECTED]>
> To: "Cliff Cole" <[EMAIL PROTECTED]>; <[EM
Hello Sajida -
The IgnoreAuthentication and IgnoreAccounting flags were only added in
Radiator 2.18, so I suggest you upgrade to the latest version. The current
version of Radiator is 2.18.2 but there will be a new release out next week.
Alternatively you can use Handlers instead of Realms, w
Hello Todd -
On Tuesday 21 August 2001 04:33, Todd Dokey wrote:
> In working up the rewrite of user names,
> is there a way just to ignore case?
>
You would use something like this:
# force User-Name to all lower case
RewriteUsername tr/A-Z/a-z/
> I have used some of the other
Hello Harrison -
It looks like you have found a bug.
I will have to confirm and let you know a bit later on.
regards
Hugh
On Tuesday 21 August 2001 12:59, Harrison Ng wrote:
> > Hello,
>
> Does anyone know is it valid to include %{attribute-name} in AllocateQuery
> of .
> We've append a ne
Hello Harrison -
Further to my previous mail, here is a patched version of
AddressAllocatorSQL.pm for you to test.
Please let me know if it works correctly and I will roll the fix into the
next release.
regards
Hugh
On Tuesday 21 August 2001 12:59, Harrison Ng wrote:
> > Hello,
>
> Does
Hello Anton -
On Wednesday 22 August 2001 02:14, Anton Krall wrote:
> Guys..
>
> Im trying to implement static IP on my radiator.. so far.. what Ive
> done is this:
>
>
> Filename %D/users-mx.inter.net
> DefaultReply
> Service-Type=Framed-User,Framed-Prot
Hello John -
Could you please send me a copy of your users file?
I also think your AuthBy NT configuration is incorrect, as the
DomainController parameter must contain the leading backslashes. However, I
would not expect you to need to specify this if the Radiator host is able to
find the do
Hello Viraj -
You cannot have multiple users with the same name in a users file, however
you can have multiple DEFAULT users, so the way to do this is like this:
DEFAULT User-Name = joe, Password = "test", Client-Identifier = "ROUTER1"
Service-Type = "Administrative-User",
DEFAULT U
Hello Anton -
Very simple - just add a Simultaneous-Use = 2 check item for that user.
Ie:
someuser Simultaneous-Use = 2, Password = ...
regards
Hugh
On Wednesday 22 August 2001 07:30, Anton Krall wrote:
> Guys.. Im using DefaultSimultaneousUse 1 for my realms but I wa
Hello Anton -
On Wednesday 22 August 2001 13:25, Anton Krall wrote:
> Will this override the DefaultSimultaneousUse thats on the ?
>
Yes (thats what its for).
Note however that DefaultSimultaneousUse is an AuthBy parameter.
regards
Hugh
--
Radiator: the most portable, flexible and config
Hello Todd -
Any parameter that takes an argument can read that argument from a file by
using this construct:
DefaultReply file:"."
BTW - all of your questions are answered in the reference manual which is
found in the distribution in the file "doc/ref.html" (there are postscript
Hello Harrison -
Having more than one Radiator host will not cause a problem.
Note the ReclaimQuery that is run:
> Wed Aug 22 19:22:14 2001: DEBUG: do query is: update RADPOOL set STATE=0
> where state!=0 and EXPIRY < 998479334
This will only reclaim leases that have expired, as configured by
Hello John -
Have you checked the shared secrets between the NAS and Radiator?
And what user are you running Radiator as? Does that user have administrator
priveledges to be able to access the domain controller?
regards
Hugh
On Friday 24 August 2001 01:43, John Edward Kekhan Nino wrote:
>
Hello Jamie -
What does the mail message contain? It should give you the error status plus
any error messages from Perl. You can always try running restartWrapper from
the command line manually and see what messages you get that way.
hth
Hugh
On Friday 24 August 2001 05:33, Jamie Orzechowsk
Hello Yoga -
On Friday 24 August 2001 16:21, Yoga Nandiwardhana wrote:
> hi all
> how can i manipulate the timeleft on a sent/received packet? i figured i
> would have to add a PreClientHook and another hook when i'm sending the
> packet, but which one (PostAuth/Post/PreProcessing?). And what i
Hello Matthew -
On Saturday 25 August 2001 16:21, manager wrote:
> Hi
>
> I have SNMP work on My Radiator Box fine and get results when polled
> Doing a snmpwalk against the box I get result from
>
> 67.1.1.1.1.1
> to
> 67.2.1.1.1.14.1.11.7
>
> With various info against each
> Is there list of w
Hello Aaron -
On Monday 27 August 2001 03:27, Aaron J. Butters wrote:
> We have just recently moved from Ascend radius to Radiator and of course
> had forgotten about our users who use a script that receive a menu from the
> old radius...
>
> I understand from going through the archives that Rad
Hello Carlos -
On Tuesday 28 August 2001 00:33, Sola, Carlos Alberto wrote:
> > How can i write a preauthhook to normalize the username to store in
session
> database?
>
> I have more than 10 realms (or domains) for the same user and i want to
> limit maxsessions to 1, but i have in session da
Hello Amit -
On Tuesday 28 August 2001 00:37, Amit Anand wrote:
> Hello,
>
> I am having problems with the Digest:MD5. I cannot seem to compile it. The
> error I receive is:
>
> cc: language depend not recognized
> cc: MD5.c: linker input file unused because linking not done
> LD_RUN_PATH="" cc
Hello William -
What you are seeing is NAS retransmissions because the NAS has not received
an Accounting-Response in reply to an Accounting-Request (or possibly a NAS
bug). The radius retransmission timeout on the NAS must be set to 60 seconds
if that is what you are seeing in the log file.
Hello Mariano -
On Monday 27 August 2001 23:04, Mariano Absatz wrote:
> Hi,
>
> for what I understand of the standard (RFC2865 section 5.32) the NAS-
> Identifier attribute is an arbitrary string used to identify the NAS.
>
Yes, although it is usually a fully qualified domain name, and that is
Hello Miguel -
Here is Mike's mail on this subject - the new version of Radmin should be out
in the next couple of days.
regards
Hugh
On Tuesday 28 August 2001 10:26, Mike McCauley wrote:
> Hi Hugh,
>
> The new version of Radmin (which will include a new AuthRADMIN.pm) supports
> more infor
Hello David -
>
> My Cisco won't send the Framed-IP-Address attribute when starting a
> session. I've seen you talk bout copying the attribute wiht a hook, but I
> can't find it and I can't figure out how to do that.
>
>
> Here's the log:
>
>
> Code: Accounting-Request
> Identifier: 23
> A
Hello GwangHee -
On Tuesday 28 August 2001 11:02, GwangHee Yi wrote:
> Hi All,
>
> I have an authentication question.
>
> We want to use prepaid card.
> I want to authenticate the user by calling card ID, PIN number and balance.
>
> How can I do that with Mysql Database.
>
The first thing you w
Hello Leon -
You don't show the session database that you are using, but the problem is
because you are doing a RewriteUsername and the rewritten username is being
used to check against the NAS (which of course won't work).
The usual way to deal with this problem is to use an SQL session data
Hello Todd -
It is not clear to me what you are trying to do with the configuration below.
What you show in the configuration is an AuthLog FILE writing to a file
called (lowercase "l"):
%L/Log1logfile
and in addition, a PasswordLogFileName of (UPPERCASE "L"):
%L.Log1Logfile
Hello Magnus -
The answer to this depends somewhat on what else you are doing, however here
is one way to do it.
# define AuthBy clauses
Identifier SQLAccounting
DBSource ...
DBUsername
DBAuth .
# empty AuthSelect (no authentication)
A
Hello Jamz -
I personally have had the most success with the free version of Sybase for
Linux (www.sybase.com) with DBI:Sybase, and configure the Sybase client to
connect to the MSSQL host. Alternatively, you can install a copy of Radiator
on W2000k using DBI:ODBC and then proxy from Radiator
Hello Miguel -
I think you would get better value by setting up rotating accounting tables
with a new table for every day, week, month or whatever and then archiving
the old ones. That way the size of the active table stays a reasonable size.
You can use special characters for the SQL table n
Hello Lloyd -
What exactly are you trying to do?
thanks
Hugh
On Wednesday 29 August 2001 14:28, lloyd wrote:
> hi,
> how do i configure radiator in such a way that before it proxy's to
> another radius server, it checks for the Called-Station-Id in say a flat
> file or a database?
>
>
> will
Hello Richard -
AccountingAlivesOnly is supported in an AuthBy clause (its in the code and
the manual will be fixed in the next release).
And Alives are also handled automatically by the session database which
performs an AddQuery for them.
The other things that you mention can either be imp
IER='%N'
>
> CountQuery select NASIDENTIFIER, NASPORT, ACCTSESSIONID from \
> RADONLINE where USERNAME='%u'
>
> # The OLD query:
> #select nasid, slotitem, sessionid from ses4web where
> username='%u
Hello Griff -
I suspect you have not configured SNMP on your NAS.
Try running the snmpget queries by hand first of all to verify that you have
the NAS configured correctly.
hth
Hugh
On Thursday 30 August 2001 07:53, Griff Hamlin wrote:
> Hello,
>
> I realize this may fall out of the scope
Hello Daniel -
I can't find any attribute like that.
You can tell whether the requests were proxied by checking which Client
clause received the request, either in a Handler, or in a user definition.
hth
Hugh
On Wednesday 29 August 2001 23:55, daniel wrote:
> Hi all,
>
> Does anyone know P
> > 22 Akin Adesola Street
> > Victoria Island
> > Lagos - Nigeria
> > Tel: +234 1 2623900
> > Fax: +234 1 2623906
> > URL: http://www.linkserve.net
> > - Original Message -
> > From: "Hugh Irvine" <[EMAIL PROTECTED]>
Hello All -
The subject line of course should say Radiator Version 2.18.3.
regards
Hugh
-- Forwarded Message --
Subject: (RADIATOR) Version 2.18.2 released
Date: Thu, 30 Aug 2001 14:41:23 +1000
From: Mike McCauley <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED],
[EMAIL PROTECTED]
Hello Harrison -
What version of Radiator are you running?
This problem was fixed in Radiator 2.18.1:
>Fixed a problem with Handlers where a MaxSessions denial
would still permit AuthBys to run and perhaps 2 replies to be
returned. Reported by Frederic Gargula
regards
Hugh
On Thur
> Is there anything I can do to the Radiator config on the production machine
> to get it to forward a copy of all the accounting radius packets to the
> second server?
>
> Cheers,
> Jamz.
>
> > -Original Message-
> > From: Hugh Irvine [mailto:[EMAIL PRO
Hello Andy -
>
> I have problem with identifing channel on BRI interface. If I set
> "radius-server attribute nas-port format x", where x is a,b,c or d
> I get Cisco-NAS-Port in format "BRI X/Y/Z", but I need channel info or some
> information to identify unique voice channel.
> Could you help m
Hello Derek -
Could you please send me a trace 4 debug from Radiator showing everything
from startup onwards.
thanks
Hugh
On Friday 31 August 2001 07:47, Derek Buttineau wrote:
> Good Day,
>
> I'm having an odd situation here... we were testing with Radiator 2.18.2
> Trial version and it was
Hello Todd -
In general it is much easier to configure filters on your NAS(s) and/or
routers. However, it is possible to send filter definitions in radius
replies, but you will have to check with your NAS vendor exactly how to
specify them. BTW - there are a few examples in the file called "u
Hello Mariano, Hello All -
Yes there is a bug in the Radiator 2.18.3 distribution that will be fixed
later today.
Our apologies for any inconvenience.
regards
Hugh
On Friday 31 August 2001 05:47, Mariano Absatz wrote:
> Hi,
>
> I didn't download the new version... but looking at Pavel's me
Hello Andrew -
Yes. You will need to either comment out the AuthBy RODOPI clause or just
remove it entirely.
regards
Hugh
On Friday 31 August 2001 05:15, Andrew Kaplan wrote:
> We are planning to move our NAS server to a colocated facility. We are
> using Rodopi for billing. I would like to
; connected to our system and later disconnected are having problems
> > > reconnecting. This has resulted in a serious problem in which a
> > > significant percentage of connection problems were related to the
> > > SimultaneousUse attribute. What we have done in the inte
Hello Colin, Hello All -
As mentioned in another email, there is a bug in the Radiator 2.18.3
distribution which will be fixed later today.
The bug is not the definition of the the query shown below, rather it is the
call to format_special() later in the code that does not pass the correct
a
Hello Griff -
I would strongly encourage you to download the source for the correct package
and compile it on your box. Otherwise you will have to rewirte the code in
SNMP.pm (at least) and it will be extremely messy.
In most cases compiling is as simple as
# cd ucd-snmp-4.2.1
sername s/^([^@]+).*/$1/
> RewriteUsername tr/A-Z/a-z
> RewriteUsername s/\s+//g
>
> Filename /etc/passwd
> GroupFilename /etc/group
> DefaultReply Service-Type=Framed-User,Framed-Protocol=PPP
>
>
>
>
> RewriteUsername s/^([^@]+).*/$1/
>
>
&
gets called with the re-written
> username. If this is incorrect Please enlighten me why the log files show
> the wrong message. :)
>
> Leon
>
>
> -Original Message-
> From: Hugh Irvine [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 29, 2001 7:22
Hello Leon -
I will need to see a copy of your configuration file (no secrets) together
with a trace 4 debug from Radiator showing what is happening.
I will also need to know what hardware/software platform you are running on
and what version of Radiator and what version of Perl.
thanks
Hug
Title: Re: (RADIATOR) Atributtes ...
Hello Anton -
If you only have a relatively small number of such users, it is
probably simpler and easier to use cascaded AuthBy modules.
Something like this:
# define AuthBy clauses
Identifier CheckDBM
.
Identifier CheckFI
Hello Paulo -
The session-id's are generated by the NAS equipment, and are not
limited to 8 bits. What exactly is the problem?
thanks
Hugh
At 18:38 +0100 01/8/31, Paulo Rodrigues wrote:
>Hi,
>
>This is probably a silly question, but do session-id's get reset to zero
>or whatever when radius
Hello Mark -
There is nothing to configure.
Radiator will handle the proxying and challenge/response automatically.
Or have I misunderstood your question?
regards
Hugh
At 15:54 +0100 01/8/31, Mark O'Leary wrote:
>Hugh, folks,
>
>Can anyone give me a pointer as to how to configure use of th
Hello Viraj -
I have copied this mail to Mike to see if he has any ideas.
regards
Hugh
At 11:59 -0400 01/8/31, Viraj Alankar wrote:
>Hello,
>
>Awhile ago I posted the message below regarding Radiator dying on a SQL
>timeout.
>
>I received some suggestions to update the DBI/DBD modules, which
he AuthNT.pm file from the version 2.14.1 and mate. It works without
>problem... what happened?
>
>
>
>> --
>> De: Hugh Irvine[SMTP:[EMAIL PROTECTED]]
>> Responder a:[EMAIL PROTECTED]
>> Enviado el: Viernes, 24 de Agosto de 2001 07:09 p.m.
Hello Paul -
All of a sudden, lots of people seem to be having problems with Oracle.
When Radiator has a problem talking to the database, it marks the
connection as down and will not retry it for 600 seconds (10
minutes). This is the default behaviour and it can be altered in the
AuthBy SQL
Hello Yije -
You will have to write a Hook to parse the string and create a
pseudo-attribute in the request packet that you can then insert into
the database table with an AcctSQLStatement.
There are some example hooks (you probably want a PreClientHook) in
the file called "goodies/hooks.txt
Hello William -
This message is letting you know that Radiator has lost its
connection to the database. The connection will be restarted
automatically, but you should probably ascertain why you are having a
problem.
regards
Hugh
At 9:28 -0400 01/8/31, William Hernandez wrote:
>We're occa
Hello Everyone -
I am travelling for a few days, so some emails won't get dealt with
until I get home towards the end of next week.
Thanks for your patience.
regards
Hugh
--
NB: I am travelling this week, so there may be delays in our correspondence.
Radiator: the most portable, flexible
Hello Mike -
Have you done everything that is mentioned in section 6.37 of the
Radiator reference manual?
I have also copied this to Mike for his comments.
regards
Hugh
At 21:25 -0600 01/8/31, Forbes Mike wrote:
>I am using Radiatior on Redhat 7.1 with PAM authentication. I have the
>radi
Hello Michael -
I suspect this is either because of the user that you are running
Radiator as, or because of a missing environment variable or similar.
hth
Hugh
At 2:27 + 01/9/3, Michael Hockey wrote:
>I want to move my mysql " mysql.sock="
>from /tmp to a more suitable directory.
>
>I
Hello Brian, Hello Michael -
You should use the AuthLog SQL clause in Radiator 2.18.3.
hth
Hugh
At 15:56 +1000 01/9/3, Brian Morris wrote:
>Here Here!
>
>
>- Original Message -
>From: "Michael Saunders" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, September 03, 2001 11
Hello Paulo -
>
>
>thanks for your quick reply; as you can guess, I don't understand or
>know the software or the technology, I just got the job of analyzing the
>statistics. I'm trying to make sure all session-id's are unique enough
>to be certain they actually refer to the same session. They'r
Hello Daniel -
I don't understand the question, sorry.
Could you explain what you mean by vendor_code size?
thanks
Hugh
At 16:40 +0900 01/9/3, daniel wrote:
>Hi all,
>
>Anyone know the vendor_code size for RedBack and Merit?
>I know vendor ids for RedBack and Merit? I am not talking about
>
Hello Quintin -
I am afraid I do not understand what you are trying to do.
You can configure a Handler to recognise any type of packet and run
an AuthBy clause(s) in consequence. However, this will only happen
for access and accounting requests received by Radiator from a NAS
(or the radpwts
Hello Steinar -
>
>
>We log out Radiator account messages to file, with the LogFile keyword.
>However, both this and results in the logfile being opened
>and closed once per message logged. As far as we can see, this is a
>reasonably significant source of overhead.
>
>I know we can use SYSLOG l
at required to have vendor_code size defined in the dictionary file.
>
>
>Daniel Jung
>
>System Administrator GMO inc
>
>On Mon, 3 Sep 2001, Hugh Irvine wrote:
>
>>
>> Hello Daniel -
>>
>> I don't understand the question, sorry.
>>
>>
Hello Fred -
I think you can do what you need to much more simply.
Here is part of the configuration file:
# define AuthBy clauses
Identifier CheckUsers
Filename %D/default.users
AddToReply Service-Type = Framed-User, \
Framed-Protocol = PPP
Hello William -
An Accounting-Response is exactly that - the response that Radiator
sends back to the NAS to let it know that the Accounting-Request was
correctly received (the radius protocol is based on UDP, hence the
requirement for the "Ack").
What you show below is a retransmission of a
t
>Victoria Island
>Lagos - Nigeria
>Tel: +234 1 2623900
>Fax: +234 1 2623906
>URL: http://www.linkserve.net
>- Original Message -
>From: "Hugh Irvine" <[EMAIL PROTECTED]>
>To: "'Tunde Ogedengbe" <[EMAIL PROTECTED]>
>
Hello Jason -
I note that the accounting request that you show below is an
Accounting-On, probably due to "ewong" running some command on the
NAS. I don't know whether your hook deals with this? Note that the
easiest way to test hook code is by putting print commands in the
code and running
Hello Brian -
Radiator will normally send an Accounting-Response for every
Accounting-Request received from the NAS. You can check pretty easily
by looking at a trace 4 debug from Radiator and verifying the
requests received and the replies sent.
regards
Hugh
At 10:31 +1000 01/9/5, Brian
Hello Steve -
Have a look at the Radiator manual ("doc/ref.html") as well as the
FAQ on the web site and of course the mailing list archive.
regards
Hugh
At 16:00 +1200 01/9/5, [EMAIL PROTECTED] wrote:
>I s there a best practices document for configuring and installing on NT
>4.0.
>
>Regard
Hello Vadim -
Have a look at a trace 4 debug from Radiator to see exactly what
attributes are being sent in the radius requests sent by the Cisco.
You can also look at a debug on the Cisco to see what is being sent.
hth
Hugh
At 12:33 +0930 01/9/5, Vadim Isakov wrote:
>Hi all,
>
>We are tes
Hello Ganbold -
Radiator can be used for any application that uses the radius protocol.
The question to ask is "what protocol does the NAS use to authenticate
Voice-Over-IP?".
As you rightly point out, Radiator is not a billing system, so you will still
have to address that aspect, either by
Hello Pavel -
Radiator 2.18.3 was reissued several days ago - please download the new
distribution and reinstall.
We apologise for the inconvenience.
regards
Hugh
On Wednesday 05 September 2001 23:54, Pavel A Crasotin wrote:
> Hi,
>
> I still cannot use Radiator 2.18.3 because it works inc
Hello Anne -
What you want to do is a simple AuthBy RADIUS proxy set up.
Have a look at section 6.27 in the Radiator 2.18.3 reference manual for a
discussion of the AuthBy RADIUS clause. Any EAP or LEAP requset will be
automatically handled when the request is proxied.
Here is part of a conf
Hello Rolando -
It sounds like your LDAP server is causing the problem.
What version of Radiator are you running? On what hardware/software platform?
And what LDAP server are you using?
thanks
Hugh
On Thursday 06 September 2001 07:24, Rolando Riley wrote:
> I have set auth to LDAP on my co
Hello 'Tunde -
On Wednesday 05 September 2001 21:18, 'Tunde Ogedengbe wrote:
> I have a set of Netservers. How do I restrict the use of of IP to a
> particular Netserver within Radius?
>
I don't understand the question, sorry.
Could you explain what you mean?
thanks
Hugh
--
Radiator: the
Hello Viraj -
On Thursday 06 September 2001 12:56, Viraj Alankar wrote:
> > Hello,
>
> I recently lost some sleep over a problem with a Ascend/Lucent APX. Maybe
> someone else here can advise (or take heed).
>
> One night the APX suddenly started sending authentication requests for
> frdlink-*,
Hello Howard -
On Thursday 06 September 2001 08:26, Jares, Howard M wrote:
> I am having problems configuring Radiator v2.18.2 to authenticate to a
> Cisco VPN 5001.
>
> I have been testing the using the following configuration files:
>
> goodies\simple2.cfg:
> # simple2.cfg
> #
> # Example Radi
Hello Ganbold -
As mentioned previously, you should address this question to your NAS vendor.
regards
Hugh
On Thursday 06 September 2001 23:51, ganbold wrote:
> Hi Hugh,
>
>
> Yes, NAS will use Voice over IP.
> How it would be in this case?
>
>
> Ganbold
>
>
Hello Anne -
My apologies, but I am still unclear as to what you are trying to do.
>From what you describe below, I understand you to mean that you want the
wireless base station to point to the ACS, which then points to Radiator,
which then authenticates from a UNIX box.
Is this correct?
Hello Paul -
>
> I want to be able to use the PreHandlerHook to be able to compare a
> radius attribute "Class"
> and then change it to something else if matched. Can this be done?
>
> IE. If the incoming packet contains the attribute (Class -> perm) then I
> want to be able
> to change this to
Hello Brian -
These definitions are in the Radiator 2.18.3 dictionary:
ATTRIBUTE Acct-Input-Gigawords52 integer
ATTRIBUTE Acct-Output-Gigawords 53 integer
regards
Hugh
On Thursday 06 September 2001 12:33, Brian Morris wrote:
> Hi All,
>
> I am getting error
Hello Everyone -
My apologies if I have missed any mail this last week.
If anyone has any outstanding problems, please resend them.
thanks and regards
Hugh
--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, Ma
Hello Ujwol -
>
> Hi,
> We're having strange problem with the Radiator. Since two three weeks,
> this problem is occuring. We are using Radiator with Auth Sql.
> Since few days, at times, Radiator behaves strangely. While
> authentication, it works fine for different parameters as time left,
I have a customer problem. I need to capture all the failed login attempts.
> So that when a customer rings up the helpdesk we can tell them why they
> can't spell there own name correctly.
>
> Michael Saunders
> - Original Message -
> From: "Hugh Irvine" &
Hello Pavel -
Sorry about that.
The log shown below shows the insert into the RADONLINE table failing because
of a unique constraint violation on one of the indexes. You should check the
index(s) and/or the AddQuery that you are using.
regards
Hugh
On Thursday 06 September 2001 16:44, Pav
ssible for you to give me a quick example
>
> Michael Saunders
> - Original Message -----
> From: "Hugh Irvine" <[EMAIL PROTECTED]>
> To: "Michael Saunders" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Thursday, September 06
Hello Jc -
What you describe is not correct.
The radius packets themselves are not encrypted, neither from the NAS nor
from Radiator. The shared secret is only used for the encryption of the
password, and it is the configuration of the NAS that determines this (either
PAP or CHAP authenticat
Hello Anne -
On Thursday 06 September 2001 20:51, Anne Bennett wrote:
> Hugh,
>
> > My apologies, but I am still unclear as to what you are trying to do.
> >
> > From what you describe below, I understand you to mean that you want the
> > wireless base station to point to the ACS, which then poi
Hello Quintin -
I am confused by your question - what exactly do you want to do?
thanks
Hugh
On Friday 07 September 2001 01:37, Quintin Lam wrote:
> Hi Hugh,
>
> I can and generate a "reply message" by an external
> program if access failure.
>
> The configuration file:
>
> Identif
t; 195.166.231.247
> > , 260
> > Thu Sep 6 15:20:43 2001: DEBUG: Handling with Radius::AuthSQL
> > Thu Sep 6 15:20:43 2001: DEBUG: Handling with Radius::AuthSQL
> > Thu Sep 6 15:20:43 2001: DEBUG: Query is: select PASSWORD, CHECKATTR,
> > REPLYATTR
> > from SUb
701 - 800 of 5222 matches
Mail list logo