Re: (RADIATOR) Catching User's Passwords

2001-09-12 Thread Levent Sarikaya
solong. Levent Paul Thorton wrote: > > Hi, > > I have configured a pre_auth hook and am trying to capture all customers > passwords. (I.E.) > do you want to get the user pass? if so why don you avtivate pw.log in radiator? solong.Levent === Archive at http://www.open.com.au/archives/

(RADIATOR) Framed-IP of 0.0.0.0

2001-09-12 Thread William Hernandez
Hello everyone, We're using 2.18.2. Recently we started to see FRAMEDIPADDRESS of 0.0.0.0 in RADONLINE. These records create a problem when checking for Simultaneous-Use. Is this a problem with the Ascend NASes that we use? Thanks in advance, William === Archive at http://www.open.com.au/archiv

RE: (RADIATOR) Framed-IP of 0.0.0.0

2001-09-12 Thread Todd Dokey
Yes. I have seen this before prior to using Radiator in some of my NASes. We also have some Ascends. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of William Hernandez Sent: Wednesday, September 12, 2001 07:16 To: Radiator Subject: (RADIATOR) Framed-IP o

Re: (RADIATOR) Framed-IP of 0.0.0.0

2001-09-12 Thread Pascal Robert
I got this when someone connect in ISDN at two channels, the second record is showing this IP. Ascend Max TNT > Hello everyone, > > We're using 2.18.2. Recently we started to see FRAMEDIPADDRESS of > 0.0.0.0 in RADONLINE. These records create a problem when > checking for Simultaneous-Use. Is t

RE: (RADIATOR) Framed-IP of 0.0.0.0

2001-09-12 Thread Kitabjian, Dave
Exactly true for us as well, except that the NASes were Ciscos (5300s, I think). When we were using USR/3Com gear, we didn't have this problem :-\ Dave > -Original Message- > From: Pascal Robert [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 12, 2001 12:02 PM > To: William Hern

(RADIATOR)

2001-09-12 Thread Sola, Carlos Alberto
Title: unsubscribe

Re: (RADIATOR) Catching User's Passwords

2001-09-12 Thread Hugh Irvine
Hello Paul - As you can see from the trace, the User-Password is not in clear text anyway (it is MD5 encrypted with the shared secret). You can use the special character %P to get the decrypted string, or as Levent has mentioned, you can just use the password log. regards Hugh On Wednesda

Re: (RADIATOR) Framed-IP of 0.0.0.0

2001-09-12 Thread Hugh Irvine
Hello William - The only way to understand what is happening is to look at a trace 4 debug from Radiator to see in what circumstances this occurs. As it is the NAS that sends the accounting packets that are used to maintain the session database, it is highly likely that this is a NAS issue.

(RADIATOR)

2001-09-12 Thread Separovic, Jason
unsubscribe === 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) AuthUNIX/FILE Authentication and realms.

2001-09-12 Thread Paul Rolfe
Is it possible to get Radiator to authenticate based on username only, even if the username is rewritten to include the realm? (it is required that we rewrite to include the realm as our radius supports over 8 different "providers" and we need to be able to account for them all based on usern

(RADIATOR) Splitting Auth and Accounting

2001-09-12 Thread Paul Thorton
Hi, I have been reading the Mailing list archives in an attempt to find out how to split the Authentication and Accounting up, in order to authenticate from a flat file, but send the accounting packet to another radius server (Proxy it) I have seen one example of this, but it was not very clear.