(RADIATOR) Another feature suggestion: profiles via dynamic username lookupfor AuthFILE

2003-04-03 Thread Valentin Tumarkin
Hi, While doing work for our clients I very often have to implement a 'profile' scheme for users. ( By 'profile' I mean a named set of check/reply item definitions that can be assigned to a user by name) AuthFILE is ideal for storing profiles, because: * It's simple to maintain, but

(RADIATOR) time-based access and radiator

2003-04-03 Thread Ayotunde Itayemi
Hi All, Hi Hugh, Seems like I am having a major brain block. I am trying to implement a config which allows both time-based (prepaid) access and unlimited access (just two options). The description of my subscribers table is given below. I am having problems configuring radiator. Simply

(RADIATOR) Anonymous rejected with PEAP and LDAP authentication

2003-04-03 Thread John McFadden
I'm having a small problem getting PEAP to work with OpenLDAP. It appears my userid credentials get accepted but the anonymous user gets rejected. Thu Apr 3 11:00:12 2003: DEBUG: Handling request with Handler 'TunnelledByPEAP=1' Thu Apr 3 11:00:12 2003: DEBUG: Deleting session for ,

(RADIATOR) Can't unzip patches on Linux or Windows?

2003-04-03 Thread John McFadden
Downloaded the 3.5 patches but can't use them. Tried using WinZip on XP, then tar command on Linux. Both failed. Is file ok? Regards JLM === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe

Re: (RADIATOR) Can't unzip patches on Linux or Windows?

2003-04-03 Thread Hugh Irvine
Hello John - There was a problem that is now fixed (I have just tested this). Please download the patches again. Our apologies for the inconvenience. regards Hugh On Friday, Apr 4, 2003, at 06:03 Australia/Melbourne, John McFadden wrote: Downloaded the 3.5 patches but can't use them.

Re: (RADIATOR) Anonymous rejected with PEAP and LDAP authentication

2003-04-03 Thread Hugh Irvine
Hello John - I will need to see a copy of your configuration file (no secrets) together with a complete trace 4 debug showing the entire sequence of processing including all the packet dumps. regards Hugh On Friday, Apr 4, 2003, at 02:02 Australia/Melbourne, John McFadden wrote: I'm

(RADIATOR) Re: time-based access and radiator

2003-04-03 Thread Hugh Irvine
Hello Tunde - The following lines need to be in the AuthBy SQL clause, not the Hanlder: # Adjust the time left when they log out  AccountingStopsOnly  AcctSQLStatement update SUBSCRIBERS set TIMELEFT=TIMELEFT-0%{Acct-Session-Time} \   where USERNAME='%n' and ISPREPAID = 1 regards Hugh On

(RADIATOR) Stored procedures

2003-04-03 Thread Tim Ballingall
Title: Stored procedures Hello all, Can I start by saying how happy I was to come across such a flexible powerful product. Easily the most configurable Radius server I've ever seen..:) And on that note I'm actually evaluating Radiator at the moment. If I can get it to do as I want

Re: (RADIATOR) Stored procedures

2003-04-03 Thread queksteven
Hi, I suggest that u should not use the paremeters instead they are expecting a recordset. Hope it help. Tim Ballingall [EMAIL PROTECTED] 04/04/2003 08:41 AM Sent by: [EMAIL PROTECTED]

(RADIATOR) send accounting from radius server to a backup server

2003-04-03 Thread jaws
Hi, How do i configure my radiator server and my backup rad server so that the radiator server will send accounting record to my backup rad server? Thanks. --- cheers, jaws If there's one thing you need to remember it's this... ALL SYSTEMS ARE VULNERABLE! === Archive

Re: (RADIATOR) Stored procedures

2003-04-03 Thread Mike McCauley
Hello Tim, On Fri, 4 Apr 2003 01:19 pm, [EMAIL PROTECTED] wrote: Hi, I suggest that u should not use the paremeters instead they are expecting a recordset. [EMAIL PROTECTED] is correct. We expect to get a recordset from the stored procedure if the user matches. If there is no match there

RE: (RADIATOR) Stored procedures

2003-04-03 Thread Tim Ballingall
Thanks for the feedback - appreciate it.. Ultimately though, does this mean that I need a procedure that returns a recordset OR, modify AuthPLSQL to authenticate without the recordset and use the return code only...? FYI - I'm not worrying about attributes at this stage. Thanks again Tim

Re: (RADIATOR) Stored procedures

2003-04-03 Thread Mike McCauley
Hello Tim, On Fri, 4 Apr 2003 02:17 pm, Tim Ballingall wrote: Thanks for the feedback - appreciate it.. Ultimately though, does this mean that I need a procedure that returns a recordset OR, modify AuthPLSQL to authenticate without the recordset and use the return code only...? Well the

Re: (RADIATOR) send accounting from radius server to a backup server

2003-04-03 Thread Hugh Irvine
Hello Jaws - In what circumstances do you want this to occur? regards Hugh On Friday, Apr 4, 2003, at 13:36 Australia/Melbourne, jaws wrote: Hi, How do i configure my radiator server and my backup rad server so that the radiator server will send accounting record to my backup rad server?

Re: (RADIATOR) send accounting from radius server to a backup server

2003-04-03 Thread jaws
for realtime backup of my accounting record. At 03:07 PM 4/4/2003 +1000, Hugh Irvine wrote: Hello Jaws - In what circumstances do you want this to occur? regards Hugh On Friday, Apr 4, 2003, at 13:36 Australia/Melbourne, jaws wrote: Hi, How do i configure my radiator server and my backup

Re: (RADIATOR) send accounting from radius server to a backup server

2003-04-03 Thread Hugh Irvine
Hello Jaws - You would do something like this: # define AuthBy clause(s) AuthBy RADIUS Identifier ForwardToProxy IgnoreAuthentication IgnoreAccountingResponse /AuthBy # define Realms or Handlers Realm AuthByPolicy ContinueAlways

RE: (RADIATOR) Anonymous rejected with PEAP and LDAP authentication

2003-04-03 Thread Tom Rixom
You can split the inner and outer authentication, Outer authentication (Anonymous) you handle locally and the inner can be sent through to the ldap server. btw. PEAP-MSCHAPV2 is not supported by an LDAP encrypted database, will need to use clear-text (EAP-TTLS-PAP for example). # # Inner