Re: (RADIATOR) Config problem.

2001-09-18 Thread Hugh Irvine
Hello Quintin - You are correct, the file is only read when Radiator starts up. regards Hugh On Tuesday 18 September 2001 13:32, Quintin Lam wrote: > Dear Hugh, > > My configuration as below > > > Identifier accessbb > Host xxx.xxx.xxx.xxx > Port 389 > AuthDN >

(RADIATOR) AccountingStopsOnly in AuthBy RADIUS?

2001-09-18 Thread h . zuidema
Hi Hugh, In our network we have to proxy all accounting packets (starts, stops, alives) to our customers. In addition to this I want to proxy stop packets only to our reporting system. Could I use AccountingStopsOnly (as described for AuthBy SQL)? For example (this Realm does not handle auth):

Re: (RADIATOR) AccountingStopsOnly in AuthBy RADIUS?

2001-09-18 Thread Hugh Irvine
Hello Hylke - I hope you had a pleasant summer holiday? Did you do lots of sailing? On Tuesday 18 September 2001 17:32, [EMAIL PROTECTED] wrote: > Hi Hugh, > > In our network we have to proxy all accounting packets (starts, stops, > alives) to our customers. In addition to this I want to proxy

(RADIATOR) Proxy server client id's

2001-09-18 Thread Griff Hamlin, III
Hugh, In setting up my system with a single radiusd process acting as a proxy and other radiusd processes doing the authentication, I have found that the proxy server always sends the request to the other servers with the client being 127.0.0.1 which is the localhost, instead of the actual Client

Re: (RADIATOR) Realms

2001-09-18 Thread Jesus Duarte
On Tue, 18 Sep 2001, Hugh Irvine wrote: > > Hello Jesus - > > I am confused as to what you what to do. > > How are the users stored in the database - with realms or without? > > Ie: "someuser@cnnw" or just "someuser"? The database contains just the username. > > And do you want all radius

(RADIATOR) Variable Settings in Radiator

2001-09-18 Thread Griff Hamlin, III
Hugh, I'm wondering if it is possible to set things in a Client block based on the results of a PreHandlerHook? For example, sub { my $nas = ${$_[0]} -> get_attr('NAS-IP-Address'); \ if ($nas = 'some ip address') { \ Set the NasType field to Livingston or Cisco and the SNMPCommunity

Re: (RADIATOR) Variable Settings in Radiator

2001-09-18 Thread Hugh Irvine
Hello Griff - On Wednesday 19 September 2001 04:42, Griff Hamlin, III wrote: > Hugh, > > I'm wondering if it is possible to set things in a Client block based on > the results of a PreHandlerHook? For example, > > sub { my $nas = ${$_[0]} -> get_attr('NAS-IP-Address'); \ > if ($nas = 'some i

Re: (RADIATOR) Proxy server client id's

2001-09-18 Thread Hugh Irvine
Hello Griff - On Wednesday 19 September 2001 00:53, Griff Hamlin, III wrote: > Hugh, > > In setting up my system with a single radiusd process acting as a proxy > and other radiusd processes doing the authentication, I have found that > the proxy server always sends the request to the other serv

(RADIATOR) Cannot Connect

2001-09-18 Thread michael ellidave l dividina
Sir, I already configured my ODBC and tried to test the connectivity between my radiator and ms sql server. And i still have the following error messages. Wed Sep 19 10:12:25 2001: ERR: Could not connect to SQL database with DBI->connect dbi:ODBC:SQL Server:radius, radius, raid: [Microsof

(RADIATOR) Help with LDAP auth

2001-09-18 Thread Elias
Hi Hugh,   I'm experimenting with LDAP for authentication and seem to be stuck. I'm totally new to LDAP and hence am not sure if the problem's with LDAP or my Radiator config. The authentication seems to work if I supply the additional parameter ServerChecksPassword. If I omit this, Radiator

Re: (RADIATOR) passwords

2001-09-18 Thread Tech
Thank you for your help in this matter but I am still having the same problem as can be seen from the password log I am still returning no password Wed Sep 19 11:09:25 2001:1000861765:1234567891::123456:FAIL Wed Sep 19 11:38:21 2001:1000863501:1234567891::123456:FAIL this was working on local Pre

(RADIATOR) accounting on radiator

2001-09-18 Thread lloyd dagoc
hello, have a question, if we are proxying to another radius server and we want to have accounting on us, do we have to forward accounting to them before proxying of not? which is better (forward accounting or not) if we are proxying to another server ? thanks so much lloyd dagoc === Archive

RE: (RADIATOR) Help with LDAP auth

2001-09-18 Thread Ingvar Berg (ERA)
Hello Elias, You probably need to supply some LDAP admin credentials for the bind, because Radiator asks for the userpassword. IMHO, you're better off having the LDAP server check the password, because writing the admin name and pw in your radius cfg file is both a security problem and an up

(RADIATOR) GetProfile

2001-09-18 Thread 'Tunde Ogedengbe
I have created a table of profiles to return various attributes for different categories of customers. Only attrributes of the 1st profile are being returned successfully. The others are ignored. What can be the problem? Below is my profile table: email:3com:Idle-Timeout = 120,Framed-Protocol

(RADIATOR) session timeout

2001-09-18 Thread Yoga Nandiwardhana
hi all, how do i make radiator send a "session-timeout" for every authentication reply? do i need to configure the .pm or should i use a hook instead? thanks yoga === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED]

Re: (RADIATOR) patch for getProfiles

2001-09-18 Thread 'Tunde Ogedengbe
Mike/Hugh: I have a profile file with each attribute of the profile having a minimum of 150 characters. I have observed that only the first profile works successfully. Other reply attributes for profiles after the next one do not attach to user connections. We are using ver 2.18. Is there any