Re: (RADIATOR) SNMP Error continutes(d)!!!

2001-10-23 Thread Hugh Irvine
Hello Hakim - Thanks for sending the trace file. The messages that you show below are not from Radiator - where are they from? I am guessing that there is something wrong with the installation of the ucd-snmp package. Note this package is now called net-snmp and is found on Sourceforge

Re: (RADIATOR) Rewriting Usernames on the Fly

2001-10-23 Thread Hugh Irvine
Hello Martin - Why don't you just use two AuthBy SQL clauses with different AuthSelect statements? # define AuthBy SQL statements AuthBy SQL Identifier CheckNewUserName . AuthSelect select password from \ serviceuser where id_user = '%n'

(RADIATOR) Ip Allocator error

2001-10-23 Thread dave_vill
sir, I was trying to set-up the radiator radius server as the one who will assign the ip address to the clients (dial-in-users) and im having a problem on error messages during the authentication process and i hope that you can help me regarding this matter. I am using a mssql database for

(RADIATOR) Re: Ip Allocator error

2001-10-23 Thread Hugh Irvine
Hello Dave - There are two problems in what you show below. The first is that you have the AddressPool definition commented out, so there are no addresses configured in the AuthBy DYNADDRESS. The second is that you have not defined a PoolHint to say where you want the address to come from.

(RADIATOR) Binary form of CHAP-Password field

2001-10-23 Thread Gleb Berezicov
Hello , Is there any way to get binary form of CHAP-Password field ? i need to get it to check if received CHAP password is valid against cleartext Thanx in advance, -- WBR, Gleb mailto:[EMAIL PROTECTED] === Archive at http://www.open.com.au/archives/radiator/

(RADIATOR) Strange radiusd startup problem

2001-10-23 Thread Ray Carpenter
Hi all, I have just restored a Linux system that had a hard drive failure and I am having a problem starting radiusd. Previously I always started radiusd from /etc/rc5.d and never had a problem. Now it starts fine but the first authentication request causes radiusd to die. There is no

(RADIATOR)

2001-10-23 Thread Internet Telecartagena
Hello, I wonder if you can help mea couple Radiator configuration problems. 1. It seem that Radiator is disconecting users ( dial-up), the disconection cause appears NULL. This doesn't happen to all of our users, only to some. Some of them are disconnected right away and some are

(RADIATOR) /dev/null, getting munged...

2001-10-23 Thread John Kemp
I've seen /dev/null on a Linux box get clobbered numerous times where we run Radiator. Anyone else seen this behavior? The perms on /dev/null are not crw-rw-rw- but instead get set to -rw---. Needless to say, this is a very bad thing. It's quite possible my old habit of doing Unix

(RADIATOR) /dev/null, nevermind...

2001-10-23 Thread John Kemp
Urp. I had a script error, rm -f /dev/null Oh shit. /jgk === 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) AuthSelect

2001-10-23 Thread lloyd dagoc
hello, can i do this in an AuthBy SQL?? Session-Timeout = Class - this is basically my question AuthColumnDef 0,Encrypted-Password,check AuthColumnDef 1,Filter-Id,reply AuthColumnDef 2,Session-Timeout,reply AuthColumnDef 3,Simultaneous-Use,check AuthColumnDef

Re: (RADIATOR)

2001-10-23 Thread Hugh Irvine
Title: Re: (RADIATOR) Hello - Hello, I wonder if you can help mea couple Radiator configuration problems. OK. 1. It seem that Radiator is disconecting users ( dial-up), the disconection cause appears NULL. This doesn't happen to all of our users, only to some. Some of them are

Re: (RADIATOR) Strange radiusd startup problem

2001-10-23 Thread Hugh Irvine
Hello Ray - Hi all, I have just restored a Linux system that had a hard drive failure and I am having a problem starting radiusd. Previously I always started radiusd from /etc/rc5.d and never had a problem. Now it starts fine but the first authentication request causes radiusd to die. There

Re: (RADIATOR) AuthSelect

2001-10-23 Thread Hugh Irvine
Hello Lloyd - hello, can i do this in an AuthBy SQL?? Session-Timeout = Class - this is basically my question AuthColumnDef 0,Encrypted-Password,check AuthColumnDef 1,Filter-Id,reply AuthColumnDef 2,Session-Timeout,reply AuthColumnDef 3,Simultaneous-Use,check