Re: (RADIATOR) appending realm to the end of a user.

2001-07-24 Thread Hugh Irvine
Hello Roger - What you show below will not work because the AuthBy RADIUS clause does not operate in the way you are expecting, and in any case the AuthByPolicy that you are using will not do the right thing. The reason for this is that the AuthBy RADIUS clause is asynchronous and returns imm

Re: (RADIATOR) Auth By Emerald Question

2001-07-24 Thread Hugh Irvine
Hello Todd - On Wednesday 25 July 2001 01:34, Todd Dokey wrote: > I noticed the SQL query in the authenticator for Emerald looks at the > sa.login or the sa.shell fields in the SubAccounts table. > > Question: > > If I have a login say of "fred" in the sa.login field, would it be okay to > stuff

Re: (RADIATOR) Dictionary files

2001-07-24 Thread Hugh Irvine
Hello Todd - This is incorrect for two reasons. The first is that Client clauses are global clauses (they don't go in Handlers), and the second is that you can only specify a single global dictionary file. You should start with the file called "dictionary" in the Radiator distribution and ad

Re: (RADIATOR) random problems authenticating

2001-07-24 Thread Hugh Irvine
Hello Andrew - The Access-Request and subsequent Access-Accept shown in the trace output below appears completely normal. I will need to see a trace 4 debug showing the actual problem, otherwise it is impossible for me to say what is wrong. regards Hugh On Wednesday 25 July 2001 05:47, And

Re: (RADIATOR) No such attribute Called-Station-ID

2001-07-24 Thread Hugh Irvine
Hello William - The correct spelling is "Called-Station-Id". hth Hugh On Wednesday 25 July 2001 07:50, William Hernandez wrote: > Hello everyone, > > I'm tyring to do some testing of my radius.cfg where I have: > > > > > I'm getting the above message "No such attribute > Called-Statio

Re: (RADIATOR) DBSource for AuthBy Platypus

2001-07-24 Thread Hugh Irvine
Hello William - For mSQL you would do this: DBSource dbi:mSQL[:database[:hostname[:port]]] Have a look at section 23.2 in the manual. regards Hugh On Wednesday 25 July 2001 08:01, William Hernandez wrote: > >From the Reference Manual: > > 6.31.1 DBSource, DBUsername, DBAuth, Timeout, Failu

Re: (RADIATOR) service-type=call-check question.

2001-07-24 Thread Hugh Irvine
Hello Griff - Can you explain to me what a Service-Type = Call-Check is? And in what circumstance your NAS generates it? My reading of the RFC tells me that this should correspond to a "Pre-Authentication" request that the NAS sends before answering the call, and in which the Calling-Statio

Re: (RADIATOR) random problems

2001-07-24 Thread Hugh Irvine
Hello Nihal - I will need to see a copy of your configuration file (no secrets), together with a trace 4 debug showing what is happening when Radiator stops. I will also need the hardware/software platform that you are running on and any other relevant information that you deem useful. thank

RE: (RADIATOR) appending realm to the end of a user.

2001-07-24 Thread Roger Mangraviti
Hi Hugh, I have been playing with the config a bit and i'm trying to achieve the following: account to one sql server, with the realm appended to the user. proxy auth to 2 different radius auth servers. the problem being is that customers may not be appending a realm to the username. this is th

(RADIATOR) random problems

2001-07-24 Thread Nihal Khalsa
We've been having random login problems with radiator, after its been running for about a day, valid users will get the message "No such user". The only fix we've been able to come up with is to restart the server which only lasts for a short while. Has anyone had similar problems? Any suggestion

(RADIATOR) DBSource for AuthBy Platypus

2001-07-24 Thread William Hernandez
>From the Reference Manual: 6.31.1 DBSource, DBUsername, DBAuth, Timeout, FailureBackoffTime These parameters specify how to connect to the database to use for logging. They need to be set in a similar way to . They specify the DBD driver, database and username to connect to, and how to handle SQ

(RADIATOR) No such attribute Called-Station-ID

2001-07-24 Thread William Hernandez
Hello everyone, I'm tyring to do some testing of my radius.cfg where I have: ... I'm getting the above message "No such attribute Called-Station-ID" using: radpwtst -trace -s www.domain.com -user foo -password foo -auth_port 1812 -noacct -secret foo -dictionary /etc/raddb/dictionary Called-St

(RADIATOR) service-type=call-check question.

2001-07-24 Thread Griff Hamlin
Hello, I'm trying to handle a situation where I need to perform an authorization for a service-type of 'call-check'. What I want to do is, look in a mysql table and if I find a row matching the combination of username, nas-ipaddress then I want the router to accept the call and perform a normal a

RE: (RADIATOR) Dictionary files

2001-07-24 Thread Todd Dokey
Well to assign dictionary files in client or in handlers that have clients.. %D/DictionaryFile dictionary.ascend settings... # Same Modem type settings... Ne

(RADIATOR) Dictionary files

2001-07-24 Thread Todd Dokey
Is it "legal" to assign dictionary files within client statements? === 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.

(RADIATOR) random problems authenticating

2001-07-24 Thread Andrew Kaplan
We are using the Total Control chassis with Rodopi. Within the past few weeks dailup users have been complaining of problems connecting/getting a fast connection etc. If they try a couple of times they connect. I have tested my equipment and spoken with the telephone company - everything checks ou

(RADIATOR) Auth By Emerald Question

2001-07-24 Thread Todd Dokey
I noticed the SQL query in the authenticator for Emerald looks at the sa.login or the sa.shell fields in the SubAccounts table. Question: If I have a login say of "fred" in the sa.login field, would it be okay to stuff the realm login into the Shell field? We don't issue shell accounts, so it w

Re: (RADIATOR) importing users file into a sql db

2001-07-24 Thread Alexey Korchagin
Hello Roger and all. RM> are there any scripts available to push a users file into a sql db? When you tell 'file' - you mean plain-text file as 'passwd', 'shadow' and etc. ? Or something else? I don't think that somebody have off-the shelf solution becouse different people use different names o

Re: (RADIATOR) importing users file into a sql db

2001-07-24 Thread Hugh Irvine
Hello Roger - On Tuesday 24 July 2001 18:02, Roger Mangraviti wrote: > Hi all, > > are there any scripts available to push a users file into a sql db? > We supply a utility called "buildsql" with Radiator. Have a look at section 10 in the Radiator 2.18.2 reference manual. regards Hugh --

Re: (RADIATOR) hello

2001-07-24 Thread Hugh Irvine
Hello Mohan - On Tuesday 24 July 2001 18:24, MARKOSE,MOHAN (HP-Singapore,ex4) wrote: > Hello > > I intend to set up a Radiator Radius server for AAA services, on the Win NT > platform. I would appreciate replies to the following queries - > I will be happy to answer any questions. > 1. Is Radi

(RADIATOR) hello

2001-07-24 Thread MARKOSE,MOHAN (HP-Singapore,ex4)
Hello I intend to set up a Radiator Radius server for AAA services, on the Win NT platform. I would appreciate replies to the following queries - 1. Is Radiator supported on Win 2k - if so what version of the OS - Server ? Advanced server ? On Win NT, do I need to apply any service packs 2. I

(RADIATOR) importing users file into a sql db

2001-07-24 Thread Roger Mangraviti
Hi all, are there any scripts available to push a users file into a sql db? TIA Roger === 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.