(RADIATOR) restartWrapper how-to

1999-01-17 Thread Christopher Andersson



Hello!

Does anyone know how I should use restartWrapper 
on
my Linux RedHat system?

Where (in what file) should

restartWrapper -delay 2 \
"/bin/radiusd -config_file /etc/radius.cfg \
-foreground"
go?
I've tried to put it in /etc/rc.d/rc.local and in 
in a new file in
/etc/rc.d/rc2.d
But it wont start.

I simply don't know how to make stuff start at boot 
time.
Thanks
/chris



Re: (RADIATOR) NAS Identitier as domain

1999-01-17 Thread Phil Freed

Hugh Irvine [EMAIL PROTECTED] recently suggested:

 It might be simpler to set up your Client clauses with DNS names, then use
 Client-Id in your accounting records.
 
 # Configure Client clause with DNS name, something like this:
 
 Client NAS.city.indo.net.id
   
 /Client

I've often considered doing this, but I'm not sure that I like the 
idea of performing a DNS lookup on each packet.  Does Radiator cache 
DNS info?

If so, does it
1)  Do any lookups when reading the config file?
2)  Time out DNS caches as appropriate?
3)  Flush DNS caches on a kill -HUP?

Thanks.

--phil
"All my life, I always wanted to be somebody.
 Now I see that I should have been more specific."

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) Radiator, OpenLink Platypus

1999-01-17 Thread Todd Knaus

Dear Fellow Radiator  Platypus users,

We are in the process of getting Radiator running on our RedHat 6.1
server to Authenticate off of our Platypus database on Windows NT.

Radiator is running on RedHat and works fine with a flat file.  We
downloaded and installed the OpenLink Software and are able to access
the ODBC drivers via the web by localhost:8000 or from any other
workstation for that matter.  The tests run fine and we are able to
connect to the SQL database on NT.

I changed the .cfg file so that it is using AuthBy Emerald and set the
dbi:ODBC DSN name, user name and password.  At this point I am stuck.
We cannot authenticate off of Platypus with this setup..can anyone
figure out what I am missing or forgetting ?  Everything seems to be
running fine and I don't get any error's when I run the tests.

Thanks for any input,
Todd Knaus
CISNet, Inc


===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) OK. Clues if anyone can..

1999-01-17 Thread Hugh Irvine


Hi Rob -

On Fri, 19 Nov 1999, Rob Thomas wrote:
 Hugh Irvine wrote:
 
  You will need to change MaxSessions to DefaultSimultaneousUse (note that
  DefaultSimultaneousUse is an AuthBy parameter rather than a Handler parameter.
 
 Allrighty! So this should be a sane setup then?
 
 Reply String is now:
 Framed-Route="203.19.27.0/24 0.0.0.0 1",Session-Timeout=0,Port-Limit=2 
 
 Check String is now:
 Simultaneous-Use=2 
 

Looks fine to me.

Hugh

--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
NT, Rhapsody

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) Password Expiration

1999-01-17 Thread Hugh Irvine


Hello Ferhat -

On Thu, 18 Nov 1999, Ferhat DILMAN wrote:
 %_Hi,
 
 Is there a workaround/solution for password expiration in radiator?
 
 What we basically would like to do is to enable password changing in the
 black terminal script screen or another way just after user gets the
 authentication.
 

Well, we can certainly extend the use of getspnam to return some additional
information, but I'm not sure how you would go about letting the user change
his password?

Can you be more specific?

thanks

Hugh

--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
NT, Rhapsody

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) restartWrapper how-to

1999-01-17 Thread Hugh Irvine


Hello Christopher -

On Sat, 20 Nov 1999, Christopher Andersson wrote:
 %_Hello!
 
 Does anyone know how I should use restartWrapper on
 my Linux RedHat system?
 
 Where (in what file) should
 restartWrapper -delay 2 \
 
 "/bin/radiusd -config_file /etc/radius.cfg \
 
 -foreground"
 
 go?
 
 I've tried to put it in /etc/rc.d/rc.local and in in a new file in
 /etc/rc.d/rc2.d
 But it wont start.
 

The first thing to do is run the command to start Radiator by hand to verify
that it works. Your configuration above looks a bit odd, as I would not expect
to see radiusd in /bin. Once you have the command sorted out, adding it to
/etc/rc.d/rc.local should work, otherwise, adding the relevant bits to your
default runlevel should also work.

hth

Hugh


--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
NT, Rhapsody

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) zombie processes

1999-01-17 Thread Hugh Irvine


Hello Chris -

On Sat, 20 Nov 1999, PkPk Tech Support wrote:
 With 2.14.1 I'm getting a lot of these on Linux:
 
 root 26053  0.0  0.0 0 0  ?  Z  Nov 15   0:00 (perl zombie)
 root 26054  0.0  0.0 0 0  ?  Z  Nov 15   0:00 (perl zombie)
 root 26055  0.0  0.0 0 0  ?  Z  Nov 15   0:00 (perl zombie)
 root 26056  0.0  0.0 0 0  ?  Z  Nov 15   0:00 (perl zombie)
 root 26057  0.0  0.0 0 0  ?  Z  Nov 15   0:00 (perl zombie)
 root 26058  0.0  0.0 0 0  ?  Z  Nov 15   0:00 (perl zombie)
 root 26064  0.0  0.0 0 0  ?  Z  Nov 15   0:00 (perl zombie)
 root 26159  0.0  0.0 0 0  ?  Z  Nov 15   0:00 (perl zombie)
 root 26160  0.0  0.0 0 0  ?  Z  Nov 15   0:00 (perl zombie)
 root 26161  0.0  0.0 0 0  ?  Z  Nov 15   0:00 (perl zombie)
 root 26162  0.0  0.0 0 0  ?  Z  Nov 15   0:00 (perl zombie)
 root 26163  0.0  0.0 0 0  ?  Z  Nov 15   0:00 (perl zombie)
 root 26164  0.0  0.0 0 0  ?  Z  Nov 15   0:00 (perl zombie)
 root 26273  0.0  0.0 0 0  ?  Z  Nov 15   0:00 (perl zombie)
 root 26274  0.0  0.0 0 0  ?  Z  Nov 15   0:00 (perl zombie)
 root 26275  0.0  0.0 0 0  ?  Z  Nov 15   0:00 (perl zombie)
 root 26276  0.0  0.0 0 0  ?  Z  Nov 15   0:00 (perl zombie)
 root 26277  0.0  0.0 0 0  ?  Z  Nov 15   0:00 (perl zombie)
 root 26278  0.0  0.0 0 0  ?  Z  Nov 15   0:00 (perl zombie)
 root 26279  0.0  0.0 0 0  ?  Z  Nov 15   0:00 (perl zombie)
 root 26280  0.0  0.0 0 0  ?  Z  Nov 15   0:00 (perl zombie)
 root 26281  0.0  0.0 0 0  ?  Z  Nov 15   0:00 (perl zombie)
 

It looks like you haven't set Foreground in your configuration file and you are
running Radiator from some startup process that is expecting to restart
Radiator if it goes away.

hth

Hugh


--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
NT, Rhapsody

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) NAS Identitier as domain

1999-01-17 Thread Hugh Irvine


Hi Phil -

On Sat, 20 Nov 1999, Phil Freed wrote:
 Hugh Irvine [EMAIL PROTECTED] recently suggested:
 
  It might be simpler to set up your Client clauses with DNS names, then use
  Client-Id in your accounting records.
  
  # Configure Client clause with DNS name, something like this:
  
  Client NAS.city.indo.net.id
  
  /Client
 
 I've often considered doing this, but I'm not sure that I like the 
 idea of performing a DNS lookup on each packet.  Does Radiator cache 
 DNS info?
 

Not exactly. The Clients that are listed in the configuration file are
instantiated at run time, and the lookups are done then.

 If so, does it
 1)  Do any lookups when reading the config file?

Yes.

 2)  Time out DNS caches as appropriate?

No.

 3)  Flush DNS caches on a kill -HUP?
 

Yes - see above, the existing Clients are purged, the configuration file is
re-read and the Clients are re-instantiated.

hth

Hugh


--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
NT, Rhapsody

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) Radiator, OpenLink Platypus

1999-01-17 Thread Hugh Irvine


Hello Todd -

On Sat, 20 Nov 1999, Todd Knaus wrote:
 Dear Fellow Radiator  Platypus users,
 
 We are in the process of getting Radiator running on our RedHat 6.1
 server to Authenticate off of our Platypus database on Windows NT.
 
 Radiator is running on RedHat and works fine with a flat file.  We
 downloaded and installed the OpenLink Software and are able to access
 the ODBC drivers via the web by localhost:8000 or from any other
 workstation for that matter.  The tests run fine and we are able to
 connect to the SQL database on NT.
 
 I changed the .cfg file so that it is using AuthBy Emerald and set the
 dbi:ODBC DSN name, user name and password.  At this point I am stuck.
 We cannot authenticate off of Platypus with this setup..can anyone
 figure out what I am missing or forgetting ?  Everything seems to be
 running fine and I don't get any error's when I run the tests.
 

Please send us a copy of your configuration file (no secrets) and a copy of a
debug at trace 4 showing what happens.

thanks

Hugh


--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
NT, Rhapsody

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) OK. Clues if anyone can..

1999-01-17 Thread Rob Thomas

  Allrighty! So this should be a sane setup then?
 
  Reply String is now:
  Framed-Route="203.19.27.0/24 0.0.0.0 1",Session-Timeout=0,Port-Limit=2
 
  Check String is now:
  Simultaneous-Use=2

 Looks fine to me.

Trap for the unwary - 'Session-Timeout=0' does -not- mean 'infinite
length call' - it means 'Drop the link after 1 second has expired ' 8-)

This is on the Bay's anyway - I don't think it's a bug, as it -is- an
optional Radius attribute, but it's kinda non-intuitive. Just so you all
know. And yes, everything is now happily working multilink wise, thanks
everyone for their assistance. 

--Rob

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.