(RADIATOR) Catching User's Passwords

2001-09-11 Thread Paul Thorton
Hi, I have configured a pre_auth hook and am trying to capture all customers passwords. (I.E.) sub { my $type = ${$_[0]}->get_attr('Acct-Status-Type'); if ($type eq 'Start') { my $debug_username = ${$_[0]}->get_attr('User-Name'); my $debug

Re: (RADIATOR) AddressAllocator DHCP

2001-09-11 Thread Hugh Irvine
Hello Andreas - Could you please send me a trace 4 debug from Radiator showing what is happening? I would also like to know what hardware/software platform you are using and what version of Radiator. The tcpdump shown below only shows the initial DHCPDISCOVER being sent, with no reply coming

Re: (RADIATOR) Case Sensitive

2001-09-11 Thread Hugh Irvine
Hello Quintin - You will need to check your LDAP server as that is what is using upper and lower case interchangably. Note that you can use the RewriteUsername in Radiator to force everything to upper or lower case if that is required in your application. regards Hugh On Tuesday 11 Septem

(RADIATOR) Re: Grouping Check & Repl Attributes

2001-09-11 Thread Hugh Irvine
Hello 'Tunde - Thanks for the additional information. Probably the simplest thing to do is use multiple AuthBy SQL clauses, the first to look up the user together with the Check and Reply item tags, then a second one to look up the definitions for those tags. You could also use a system of "

Re: (RADIATOR) Variables in Hooks

2001-09-11 Thread Hugh Irvine
Hello Griff - You would do this: my $server = &main::getVariable('DbHost'); There are examples in the file "goodies/hooks.txt". regards Hugh On Wednesday 12 September 2001 06:38, Griff Hamlin, III wrote: > Hello, > > Is it possible to use global variables that are defined in the >

(RADIATOR) Re: DNS Suffix question ?

2001-09-11 Thread Hugh Irvine
Hello Tuncay - There is currently nothing defined in the radius protocol to support this, which is why Ascend has their own vendor-specific and Cisco has their own cisco-avpair. You should really ask your NAS vendor what support there is for this in their software (and let us know what you f

(RADIATOR) Variables in Hooks

2001-09-11 Thread Griff Hamlin, III
Hello, Is it possible to use global variables that are defined in the radius.cfg file within a PreClientHook that resides in another file? I would like to have a global variable %{DbHost} that is the database server hostname. In my PreClientHook I need to contact that server for some information.

(RADIATOR) AddressAllocator DHCP

2001-09-11 Thread Andreas Häggander
Hi ! I got a Q about AddressAllocator DHCP. I want to connect to a Nortel Shasta BSN 5000, with Nortel Extranet Client and terminate an IPsex tunnel. For this i need to authenticate the user. Everything works fine, but im not getting a leased ip-address from the DHCP server. The Radiator conn

RE: (RADIATOR) Case Sensitive

2001-09-11 Thread Ingvar Berg (ERA)
Hello Quintin, Isn't this defined in your LDAP schema? I.e. Radiator takes whatever case comes in and use it in the LDAP search. Then it depends on the LDAP server if wai, WAI and Wai all match the same entry. Cheers > -Original Message- > From: Quintin Lam [mailto:[EMAIL PROTECTED]]

(RADIATOR) Case Sensitive

2001-09-11 Thread Quintin Lam
Dear Hugh, I am using , I notice that it is case INsensitive on Username attribute during the authentication. It means that the user name wai and WAI are all the same during the authentication. Is there any way to make it case sensitive? Thanks! Quintin === Archive at http://www.open.com.a

(RADIATOR) Re: Grouping Check & Repl Attributes

2001-09-11 Thread 'Tunde Ogedengbe
I have different Check & Reply Attributes for different categories of customers. For instance, I apply Filter "USR-IP-Input Filter" on some customers, I restrict some customers to connect at a particular period while other customers have no restriction. With a large size of customers, I want to

(RADIATOR) DNS Suffix question ?

2001-09-11 Thread Tuncay MARGILIC
Hello, I am trying to send DNS suffix (eg. domain.com) at each users reply. But I was not able to find the attribute on the dictionary. Is there anyway to do that. Regards, Tuncay === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, ema

Re: (RADIATOR) Re: REPLYATTR SQL problem

2001-09-11 Thread 'Tunde Ogedengbe
Hugh: The length of the CHECKATTR & REPLYATTR is 400 characters. Find below some information (Config, ReplyAttr & Trace 4 Debug) Config File: Foreground LogStdout LogDir e:/radiator/radiator-2.18.2 DbDir e:/radiator/radiator-2.18.2 Trace 3 LogFile %L/logfile AuthPort 1645 AcctPort 16

Re: (RADIATOR) two accounting tables as part of default handler

2001-09-11 Thread Hugh Irvine
Hello Lloyd - On Tuesday 11 September 2001 16:07, lloyd wrote: > hi there, > does anyone know if it is possible to have 2 AccountingTable defined > tables in a default handler??? we want to do this cause we are trying to > store different data on different tables...is it possible?? > Very simpl