(RADIATOR) Access Denied ... 691 error....(Urgent)...

2001-04-18 Thread Mohammed AbdusSami
Hi... My config is as follows...I am can anybody tell why I am getting 691 error ( check password) when I am able to authenticate with same password using radpwtst. Your immediate help will be highly appreciated. Best Regards, Mohammed AbdusSami # configuration Client 212.26.73.101

RE: (RADIATOR) performance issue

2001-04-18 Thread Andy De Petter
That I don't understand. How can the authentication radiusd access the session database, when it's not configured -at all- in its configuration file? Please mind, that I'm running 1 radiusd for authentication, and 1 for accounting .. and I don't have any SessionDatabase clause, in the

(RADIATOR) About AuthBy Sql

2001-04-18 Thread Ujwol
Hi, We're trying to impliment AuthBy Sql with MSSql 6.5. Is there any way that we can authenticate the users whose passwords are encrypted in sql encryption format? We could work it out fine with plain text password and the MD5 password which we exported to sql table with buildsql command.

(RADIATOR) Returning avpairs with a an Access-Reject?

2001-04-18 Thread Simon Hackett
Hi folks, Is it possible to get Radiator to return some attributes back with an Access-Reject? Looking at the code and the docs it seems to me that attributes one puts in - using explicitly AddToReply style operations or sticking them in a 'users' file under AuthFILE or whatever all works

(RADIATOR) Re: Returning avpairs with a an Access-Reject?

2001-04-18 Thread Simon Hackett
To follow up my own posting... I found one way that works, a PostAuthHook: # drop an h323 return code of 1 (auth failed) into the reply if it is # an access reject or reject_immediate - SWH hack for debitcard script PostAuthHook sub { ${$_[1]}-add_attr('cisco-h323-return-code', \

(RADIATOR) Static Groups

2001-04-18 Thread Keith Olmstead
Ok, Please bare with me if I don't make this clear.. I am needing to create a group in the users file for a static user. Here is a simple Default group for a dialup users: # Default Dial-Up PPP User System Profile DEFAULT Auth-Type = System, NAS-Port-Type = Async Service-Type =

Re: (RADIATOR) Returning avpairs with a an Access-Reject?

2001-04-18 Thread Blaz Zupan
I have a situation where I really want to drop attributes out with a reject. Can I do it? PostAuthHook sub { \ if (${$_[2]} == $main::ACCEPT ${$_[0]}-code eq 'Access-Request') { \ if (${$_[1]}-get_attr('cisco-h323-return-code') ne 'h323-return-code=0') { \ ${$_[2]} =

(RADIATOR) Double @ signs at login

2001-04-18 Thread Patrik Forsberg
Hi. I've got a bit of a problem. I get in users that login by entering user@domain1@domain2. I'd like to use the second domain (domain2) as Realm.. but for some reson I can't use that. The only way to make this work is ether via the DEFAULT Realm or by using the first domain (domain1).

RE: (RADIATOR) Re: Returning avpairs with a an Access-Reject?

2001-04-18 Thread Kitabjian, Dave
Actually, I'd love to see the whole(?) API which is available to us in Hooks documented in an appendix to the venerable "manual" :) A few are mentioned throughout already, like get_attr(). But for most you have to look through the source. Dave :O -Original Message- From: Simon Hackett

(RADIATOR) radiator-2.18 install MD5 problem.

2001-04-18 Thread Earl Dunston
Can/will anyone help me with this problem? I've checked starport.net and found similar problems with solutions, but doesn't quite fit what's happening to me. I've RTFM-ed and don't see the solution. I gunzip and untar Digest-MD5-2.13.tar.gz and cd to the new directory. I then "perl

Re: (RADIATOR) kill -1 radiator / logfile name

2001-04-18 Thread Mariano Absatz
El 17 Apr 2001, a las 19:45, Mariano Absatz escribi: Hi all, I had this problem a couple of times but not sistematically... I'm starting a new installation and trying startup scripts (in fact before preparing the config files) and now it is sistematic. Every time I kill -1 Radiator,

Re: (RADIATOR) Returning avpairs with a an Access-Reject?

2001-04-18 Thread Harry Raaymakers
On Wed, Apr 18, 2001 at 11:52:34PM +0930, Simon Hackett wrote: Hi folks, Is it possible to get Radiator to return some attributes back with an Access-Reject? I ended up adding an extra config keyword "AddToRejectReply" and some extra code, enabling us to add whatever attributes to an

Re: (RADIATOR) Re: Returning avpairs with a an Access-Reject?

2001-04-18 Thread Hugh Irvine
Hello Dave, Hello Simon - I have copied this to Mike for his comments, however from my own experience you are far better off reading the source in any case. Mike's programming style and copious comments make this a real pleasure. Simon - My suggestion would also be to use a PostAuthHook,

Re: (RADIATOR) Static Groups

2001-04-18 Thread Hugh Irvine
Hello Keith - I'm afraid I don't understand the question. thanks Hugh On Thursday 19 April 2001 01:27, Keith Olmstead wrote: Ok, Please bare with me if I don't make this clear.. I am needing to create a group in the users file for a static user. Here is a simple Default group for a

Re: (RADIATOR) radiator-2.18 install MD5 problem.

2001-04-18 Thread Hugh Irvine
Hello Earl - I always use the MD5 distribution: MD5-1.7.tgz I've included a copy in a seperate mail. hth Hugh On Thursday 19 April 2001 02:03, Earl Dunston wrote: Can/will anyone help me with this problem? I've checked starport.net and found similar problems with solutions, but

Re: (RADIATOR) About AuthBy Sql

2001-04-18 Thread Hugh Irvine
Hello Ujwol - If the encryption is one of the standard types recognised by Radiator it should work fine (as long as you are using PAP authentication). Radiator understands certain prefixes to understand the type of encryption in use and will do the right thing automatically. You can find

Re: (RADIATOR) kill -1 radiator / logfile name

2001-04-18 Thread Hugh Irvine
Hello Mariano - Mike is travelling this week, but he will take a look at this when he returns. thanks for reporting the problem regards Hugh On Wednesday 18 April 2001 08:45, Mariano Absatz wrote: Hi all, I had this problem a couple of times but not sistematically... I'm starting a new

Re: (RADIATOR) Double @ signs at login

2001-04-18 Thread Hugh Irvine
Hello Patrick - I would suggest you use Handlers instead of Realms with a regexp to do what you require: Handler User-Name = /../ hth Hugh On Thursday 19 April 2001 02:12, Patrik Forsberg wrote: Hi. I've got a bit of a problem. I get in users that login by entering

RE: (RADIATOR) Re: Returning avpairs with a an Access-Reject?

2001-04-18 Thread Andrew Pollock
Yeah, an "API" reference would make hook writing a lot easier. Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kitabjian, Dave Sent: Thursday, 19 April 2001 2:20 AM To: 'Simon Hackett'; [EMAIL PROTECTED] Subject: RE: (RADIATOR) Re: Returning

Re: (RADIATOR) kill -1 radiator / logfile name

2001-04-18 Thread Hugh Irvine
Hello again Mariano - Thanks for the detailed investigation. Mike will take a look when he returns next week. regards Hugh On Thursday 19 April 2001 07:09, Mariano Absatz wrote: El 17 Apr 2001, a las 19:45, Mariano Absatz escribi: Hi all, I had this problem a couple of times but