(RADIATOR) PostAuthHook Stopped Working

2001-09-04 Thread Separovic, Jason
Hi, I had radiator working with my PostAuthHook just how I wanted. Then I made some changes to the PostAuthHook. All I did (I think?) was create a new user in my database and then I updated the new username/password in the config files. Now My PostAuthHook does not work. And I'm at a loss to real

RE: (RADIATOR) PostAuthHook Stopped Working

2001-09-04 Thread Separovic, Jason
> -Original Message- > From: Separovic, Jason > Sent: Wednesday, September 05, 2001 2:21 PM > To: Separovic, Jason > Subject: RE: (RADIATOR) PostAuthHook Stopped Working > > It's working now. > I had the restartWrapper going and as I was making

(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) Problem with authentication - Source IP differs due to OSPF

2001-09-25 Thread Separovic, Jason
I'm having a problem with authenticating Enterasys SSR8600s. I set the source address on the router to it's loopback. This is the same as the client address I put into radiator. But when the router sends an authentication request it sends it on the closest interface due to OSPF (which is usually n

(RADIATOR) Vendor Specific Attributes

2001-06-28 Thread Separovic, Jason
I'm getting errors regarding Attribute number # (vendor 5624) not in dictionary. Radiator is receiving packets from an Enterasys SSR8600. Do I need to get a hold of attributes for the SSR8600? Will this aid in receiving info on Accounting-Requests? I am rather new to radiator and have got Authenti

(RADIATOR) md5 encryption

2001-06-28 Thread Separovic, Jason
I'm having a problem with authenticating md5 encrypted passwords. Here is my config : # Adjust DBSource, DBUsername, DBAuth to suit your DB DBSourcedbi:Pg:dbname=radiusdb DBUsername postgres DBAuth password RejectEmptyPassword

(RADIATOR) Mysql ENCRYPTEDPASSWORD problem

2001-07-17 Thread Separovic, Jason
I set up Radiator using a Postgresql database with crypt_md5 password encryption. Everything worked fine. Then, because of Postgres's lack of redundancy features, I decided to move to a Mysql database. I changed nothing (except the DB params). Now it doesn't work. The ENCRYPTEDPASSWORD stored in

(RADIATOR) Stopping a user connection

2001-07-18 Thread Separovic, Jason
I was wondering if anyone knew how I could solve the following problem : If an 'Accounting-Request' is received and the 'Service-Type = Administritive-User' and sqlcolumn 'ENABLE' = 0 then kill the connection. === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTE

(RADIATOR) Date Format in

2001-07-25 Thread Separovic, Jason
I've tried many different combinations but I can't get the date into the database in the following . FailureQuery insert into auth(date,user) values('%Y-%m-%d %H:%M:%S', '%U') http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTE

(RADIATOR) MD5 Password Encryption

2001-08-05 Thread Separovic, Jason
The {MD5} password encryption confused me greatly. I've worked out my problem now but I believe that the manual could have been a little clearer in stating that the md5 password in which radiator is expecting is actually a "base64" encoded md5 password. Maybe I missed something but every implemen