RE: (RADIATOR) SQL Timeout

2000-06-29 Thread Emin TAHRALI
Title: RE: (RADIATOR) SQL Timeout Hello Hugh, Many thanks for the given information... The questions below can be useful to go a bit further and solve this Problem: What are the exact conditions, when the Radioator sends TimeOut Error Message? How does the Radioator communicate with SQL

Re: (RADIATOR) How should I go about this?

2000-06-29 Thread Jason Godsey
Hugh, the problem is I don't have a configuration file to support what I want to do, which is; Allow customer Jason Godsey, with user name jason to connect with any modem program such as hyperterminal and type Login: jason and be ushered to the rlogin host. At the same time, I'd like to allow j

(RADIATOR) Stored procedures once again

2000-06-29 Thread Pavel A. Crasotin
Hi all, we have stored procedure get_user_details(uname, pwd, check, reply) in Oracle8i which accepts username and returns password, check and reply items. Procedure works fine in the test Perl script. Can anyone help me and say what combinations of AuthSelect and AuthColumnDef should I write t

Re: (RADIATOR) How should I go about this?

2000-06-29 Thread Andy Dills
On Thu, 29 Jun 2000, Jason Godsey wrote: > > Hugh, the problem is I don't have a configuration file to support what I > want to do, which is; > > Allow customer Jason Godsey, with user name jason to connect with any > modem program such as hyperterminal and type Login: jason and be ushered > to

Re: (RADIATOR) How should I go about this?

2000-06-29 Thread Jason Godsey
How do you tell the difference as far as radius is concerned weather to return: DEFAULT Auth-Type = System Service-Type = Login-User, Login-Service = Rlogin, Login-IP-Host = 206.129.xxx.xxx or DEFAULT Auth-Type = System Framed-Protocol = PPP, Framed-MTU

Re: (RADIATOR) How should I go about this?

2000-06-29 Thread Andy Dills
On Thu, 29 Jun 2000, Jason Godsey wrote: > > How do you tell the difference as far as radius is concerned weather to > return: > > DEFAULT Auth-Type = System > Service-Type = Login-User, > Login-Service = Rlogin, > Login-IP-Host = 206.129.xxx.xxx > > or > > DEFAULT Au

Re: (RADIATOR) Stored procedures once again

2000-06-29 Thread Hugh Irvine
Hello Pavel - On Fri, 30 Jun 2000, Pavel A. Crasotin wrote: > Hi all, > > we have stored procedure get_user_details(uname, pwd, check, reply) in Oracle8i >which accepts > username and returns password, check and reply items. > Procedure works fine in the test Perl script. > > Can anyone help

RE: (RADIATOR) SQL Timeout

2000-06-29 Thread Hugh Irvine
Hello Emin - On Thu, 29 Jun 2000, Emin TAHRALI wrote: > > Hello Hugh, > > Many thanks for the given information... > > > The questions below can be useful to go a bit further and solve this > Problem: > > What are the exact conditions, when the Radioator sends TimeOut Error > Message? When

Re: (RADIATOR) How should I go about this?

2000-06-29 Thread Jason Godsey
I've tried: which doesn't get used since the auth packet doesn't contain a service-type for some reason.. I'm going to try seeing if it's the radius proxy handing me the requests stripping them or the pm3 not sending them to begin with. / / Jason On Thu, 29 Jun 2000, Andy Dills wrote: >