Re: (RADIATOR) Redback Static IP Problem

2003-08-29 Thread Hugh Irvine
Hello AL - This is what your configuration file is set up to return to the NAS: *** Sending to 64.91.105.5 port 1812 Code: Access-Accept Identifier: 107 Authentic: mp}<198><236><229><167>/<153><179>m<189><149>z<31>d Attributes: Service-Type = Framed-User Framed-Protoc

Re: (RADIATOR) Emergency - Please help

2003-08-29 Thread Hugh Irvine
Hello Craig - I have just now checked my mail and seen your requests (it is Saturday morning here in Oz). Can you please send me a copy of your configuration file (no secrets) together with a trace 4 debug showing what is happening. And can you also please tell me exactly what the problem is?

(RADIATOR) ADSI and EAP

2003-08-29 Thread Christian Fredrickson
When I use EAP authentication using AuthBy ADSI, the password fails. Is there any way to get this working? Chris === 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 mes

RE: (RADIATOR) Emergency - Please help

2003-08-29 Thread Craig Gittens
I have an idea, what if I did a SQL function to clear old/failed records in the event that the user tries again? I know the function would have to return something. Would radiator freak out? : AllocateQuery AllocateIP (%0,%1,%2,'%3',%4) update RADPOOL set state = 0 where USERNAME = '%2' update

(RADIATOR) Radiator Expert Needed for Consulting work

2003-08-29 Thread TechCare at TeleSouth
Hello All, I am seeking a consultant (Reasonably priced) to work with us on setting up and configuring our Radiator server. We are up against a time constraint and are in need of someone fairly quickly. Please contact me via private email if able to do this. Kind regards, Walter R. Carter TeleS

(RADIATOR) unsubscribe

2003-08-29 Thread Dave Walters
=== 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) Redback Static IP Problem

2003-08-29 Thread Charles Alexander McCain
Hello, I'm having an issue with my redbacks. They cannot allocate ip addresses. In my trace 4, i notice that the user is not getting the attributes they need. How can this be fixed? Here is my config and trace4 Thanks, AL - Fri Aug 29 14:08:30 2003: DEBUG: Packet dump: *** Recei

RE: (RADIATOR) Emergency - Please help

2003-08-29 Thread Craig Gittens
The NAS port isn't a common denominator. It seems that we aren't getting all the stop records. But when we do get one it would be great to erase ALL old records under that username. Craig. -Original Message- From: Matthew Trout [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 10:40

(RADIATOR) ldap

2003-08-29 Thread Jeremy L. Mordkoff
A little off topic, but I will strive to make it appropriate J   Is there an ldap server that’s as easy to use and reliable as Radiator? Our server will support radius and ldap soon……   JLM     Jeremy Mordkoff Tatara Systems 978-206-0808 (direct) 978-206-0888 (fax)   injustice a

RE: (RADIATOR) Emergency - Please help

2003-08-29 Thread Matthew Trout
Try using where USERNAME = '%{User-Name}' or where USERNAME = '%n' and see Table 1 in Section 6.2 of the Radiator reference manual for more details (http://www.open.com.au/radiator/ref.html) > -Original Message- > From: Craig Gittens [mailto:[EMAIL PROTECTED] > Sent: 29 August 2003 16

RE: (RADIATOR) Emergency - Please help

2003-08-29 Thread Matthew Trout
The query I gave you will do that - you probably aren't seeing the user in the stop packet An alternative is to try doing it by NAS port - e.g. DeallocateQuery update RADPOOL set STATE=0,TIME_STAMP=%t where NASIP='%N' and NASPORT=%{NAS-Port} which is what we use > -Original Message- > F

RE: (RADIATOR) Emergency - Please help

2003-08-29 Thread Craig Gittens
Ok Mike. I get that the only variable it replaces is the IP. But can I possibly get a patch that will replace the username since it is in the stop packet? Desperate, Craig. Fri Aug 29 09:32:35 2003: DEBUG: Packet dump: *** Received from 205.214.223.130 port 1646 Code: Accounting-Reque

RE: (RADIATOR) Emergency - Please help

2003-08-29 Thread Craig Gittens
Ok I had: DeAllocateQuery update RADPOOL set STATE=0,TIME_STAMP=%t where USERNAME ='%2' And the capital A threw it off. So I put it in as below without line wrap and it worked to a certain degree. Fri Aug 29 09:32:30 2003: DEBUG: do query is: 'update RADPOOL set STATE=0,TIME_STAMP=1062163950

RE: (RADIATOR) Emergency - Please help

2003-08-29 Thread Matthew Trout
Try DeallocateQuery update RADPOOL set STATE=0,TIME_STAMP=%t where USERNAME = '%2' > -Original Message- > From: Craig Gittens [mailto:[EMAIL PROTECTED] > Sent: 29 August 2003 13:27 > To: Radiator > Cc: Hugh Irvine > Subject: (RADIATOR) Emergency - Please help > Importance: High > > > I

Re: (RADIATOR) Emergency - Please help

2003-08-29 Thread Mike McCauley
Hello Craig, On Fri, 29 Aug 2003 10:27 pm, Craig Gittens wrote: > I have been having endless problems with an upgrade the modem providers > have done. What I am seeing now is that IP allocation is done and gives 6-8 > IP addresses to the same person. Ok we are investigating and I will get > back

(RADIATOR) Emergency - Please help

2003-08-29 Thread Craig Gittens
I have been having endless problems with an upgrade the modem providers have done. What I am seeing now is that IP allocation is done and gives 6-8 IP addresses to the same person. Ok we are investigating and I will get back to you with data. However, in the mean time I want to add the Deallocate Q

Re: (RADIATOR) AuthBy ADSI configuration

2003-08-29 Thread Philip White
UNSUBSCRIBE - Original Message - From: "DUFOUR Geoffrey" <[EMAIL PROTECTED]> To: "Hugh Irvine" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, August 29, 2003 9:11 AM Subject: Re: (RADIATOR) AuthBy ADSI configuration Hello Hugh, Christian, Ingvar, It seems to work when I set t

Re: (RADIATOR) AuthBy ADSI configuration

2003-08-29 Thread DUFOUR Geoffrey
Hello Hugh, Christian, Ingvar, It seems to work when I set the AuthFlags parameter to 1. Configuration : SearchAttribute SAMAccountName BindString LDAP://myserver/DC=staff,DC=mycompany,DC=com AuthUser %0 AuthFlags 1 Now it should be easy to implement it with VPDN. However, I'm still getting th