(RADIATOR) SessionDatabase, EAP and dynamic keys

2003-09-10 Thread Morton Jonuschat
Hi, I'm currently evaluating Radiator 3.6 + all current patches and up to know I got most of the things I want to do figured out. Radiator is serving NAS and VPN equipment just fine, the roblem is with the WLAN equipment. The setup is like this: Laptop with Intel Pro/Wireless 2100 card and WP

(RADIATOR) PAM+Radiator.

2003-09-10 Thread Wesley Hof
Hi, I'm using qpopper -> PAM -> Radiator. When a customer pops mail, and the authentication request is OK, all goes real fast. When a customer pops mail, and the authentication request failes, PAM waits for somekind of a timeout, and the reject message takes about 30 seconds. Is there a way to

Re: (RADIATOR) PAM+Radiator.

2003-09-10 Thread Hugh Irvine
Hello Wesley - It would be useful to see a trace 4 debug from Radiator as well as the qpopper and PAM logs. regards Hugh On Wednesday, Sep 10, 2003, at 17:57 Australia/Melbourne, Wesley Hof wrote: Hi, I'm using qpopper -> PAM -> Radiator. When a customer pops mail, and the authenticati

(RADIATOR) authby radius

2003-09-10 Thread tracker
Hi all, Is it possible to store the accounting record of a user if my server just acts as proxy? If so, how? Example, below is my config for the realm domain.com Host202.202.202.9 Secret secret AuthPort 812

(RADIATOR) Leading spaces

2003-09-10 Thread Herman verschooten
Hi,   Is there an easy way to remove leading spaces from the username?   Tx,   Herman verschooten

RE: (RADIATOR) Leading spaces

2003-09-10 Thread Matthew Trout
RewriteUsername s/^\s+// will remove all leading whitespace -Original Message- From: Herman verschooten [mailto:[EMAIL PROTECTED] Sent: 10 September 2003 17:33 To: [EMAIL PROTECTED] Subject: (RADIATOR) Leading spaces Hi, Is there an easy way to remove leading spaces from the username

RE: (RADIATOR) authby radius

2003-09-10 Thread Dave Birkbeck
This is how I do it and it works great. The in the realm handler will continue to forward the acct packets to the end-point Radius server after it writes to our local database. The AuthBy GlobalAcct is the identifier for the that handles the local database insert. Identifier GlobalAcct

Re: (RADIATOR) authby radius

2003-09-10 Thread Robert Blayzor
On 9/10/03 10:49 PM, "tracker" <[EMAIL PROTECTED]> wrote: > Is it possible to store the accounting record of a user if my server > just acts as proxy? If so, how? > Example, below is my config for the realm domain.com AuthByPolicyContinueAlways AuthBy Proxy-Acct

Re: (RADIATOR) Leading spaces

2003-09-10 Thread Steve Roderick
From the manual:   6.4.19 RewriteUsername   # Remove any spaces from a usernameRewriteUsername s/\s+//g   If you just want to get rid of leading spaces then try this:   RewriteUsername                        s/^\s+(.*)$/$1/   Steve   - Original Message - From: Herman versch

Re: (RADIATOR) Re: cant connect Win XP to Orinoco AP-2000 via 802.1x (continue)

2003-09-10 Thread Bret Jordan
We have Proxim AP2000s working with PEAP in a limited area. It does work with Radiator, it just a pain. Bret Mike McCauley wrote: Helo Pavel, On Mon, 8 Sep 2003 09:50 pm, Pavel Paprok wrote: Today I got answer from technicians from Proxim, they are using in own office AP-2000 fw v.2.2.2 an

Re: (RADIATOR) CATool Private Certificate Authority software now available

2003-09-10 Thread Bon sy
Hi, Is it just me or this happens to others too? I received the following three times. I reply one to Mike directly but did not get reply. Several posting dated Sept 8 I saw two days ago came to my mail folder again the last few hrs. Bon On Wed, 10 Sep 2003, Mike McCauley wrote: > We ar

(RADIATOR) postings rebroadcast

2003-09-10 Thread Mike McCauley
Hello all, The recent spate of duplicate postings seem to have been caused by the broken mail server of a subscriber that automatically replied email back to the list. The broken server has been unsubscribed, so I expect that this problem is fixed. Pls let me know if there are any other issue

Re: (RADIATOR) CATool Private Certificate Authority software now available

2003-09-10 Thread Robert Blayzor
On 9/10/03 5:52 PM, "Bon sy" <[EMAIL PROTECTED]> wrote: > Is it just me or this happens to others too? I received the > following three times. I reply one to Mike directly but did not get > reply. Several posting dated Sept 8 I saw two days ago came to my mail > folder again the last few hrs. Yep

Re: (RADIATOR) authby radius

2003-09-10 Thread tracker
Got it. AuthBy GROUP is more useful to use. Thanks. Dave Birkbeck wrote: This is how I do it and it works great. The in the realm handler will continue to forward the acct packets to the end-point Radius server after it writes to our local database. The AuthBy GlobalAcct is the identifier for t

(RADIATOR) unsubscribe

2003-09-10 Thread Angus Yiu
> 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. > === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubs

Re: (RADIATOR) authby radius

2003-09-10 Thread tracker
Using this method, how do you enforce that only Accounting Stop records will be stored locally? Robert Blayzor wrote: On 9/10/03 10:49 PM, "tracker" <[EMAIL PROTECTED]> wrote: Is it possible to store the accounting record of a user if my server just acts as proxy? If so, how? Example, below

Re: (RADIATOR) authby radius

2003-09-10 Thread Robert Blayzor
On 9/11/03 2:42 PM, "tracker" <[EMAIL PROTECTED]> wrote: > Using this method, how do you enforce that only Accounting Stop records > will be stored locally? Add the "AccountingStopsOnly" directive in your AuthBy SQL section. -- Robert Blayzor, BOFH INOC, LLC [EMAIL PROTECTED] PGP: http://www.ino

Re: (RADIATOR) authby radius

2003-09-10 Thread tracker
Yup thanks. Robert Blayzor wrote: On 9/11/03 2:42 PM, "tracker" <[EMAIL PROTECTED]> wrote: Using this method, how do you enforce that only Accounting Stop records will be stored locally? Add the "AccountingStopsOnly" directive in your AuthBy SQL section. -- Robert Blayzor, BOFH INOC, LL

Re: (RADIATOR) SessionDatabase, EAP and dynamic keys

2003-09-10 Thread Hugh Irvine
Hello Morton - Thanks for your mail - you raise some interesting points. Mike and I will be discussing your questions over the next day or so and we will try to get back to you by the end of the week. regards Hugh On Wednesday, Sep 10, 2003, at 17:23 Australia/Melbourne, Morton Jonuschat wro