auditing / biling users

2005-10-15 Thread Infusino, Michael - ADP Dataphile
Hello,

Would anyone have an idea on how to record the time the user logs in and
more importantly the time the user logs off/disconnects from the system.  I
would prefer the information to be logged in the radius log file specified
in the radiusd.conf.

I am using the password/nis file for authentication.

Thanks michael

_
This message and any attachments are intended only for the use of the addressee 
and
may contain information that is privileged and confidential. If the reader of 
the 
message is not the intended recipient or an authorized representative of the
intended recipient, you are hereby notified that any dissemination of this
communication is strictly prohibited. If you have received this communication in
error, please notify us immediately by e-mail and delete the message and any
attachments from your system.
application/ms-tnef- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

IP address assignment

2005-10-13 Thread Infusino, Michael - ADP Dataphile








I am using radius to authenticate access from VPN. 



Would anyone now how to record the IP address the user is
assigned after they log in. 



Michael




This message and any attachments are intended only for the use of the addressee and
may contain information that is privileged and confidential. If the reader of the 
message is not the intended recipient or an authorized representative of the
intended recipient, you are hereby notified that any dissemination of this
communication is strictly prohibited. If you have received this communication in
error, please notify us immediately by e-mail and delete the message and any
attachments from your system.



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: IP address assignment

2005-10-13 Thread Infusino, Michael - ADP Dataphile
Very nice. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 13, 2005 11:41 PM
To: FreeRadius users mailing list
Subject: Re: IP address assignment



Infusino, Michael - ADP Dataphile wrote:

 I am using radius to authenticate access from VPN.
 
  
 
 Would anyone now how to record the IP address the user is assigned after 
 they log in.
 
  
 
 Michael

How does a little dynamic dns strike you? Make sure to actualy read 
below and attached scripts and setup a DNS key.

--radiusd.conf-
modules section
exec ddns_update {
 wait = no
 program = /usr/local/sbin/radius-dns-update.sh
 input_pairs = request
 packet_type = Accounting-Request
 shell_escape = yes

 }
end modules
instantiate section---
 ddns_update
---end section



_
This message and any attachments are intended only for the use of the addressee 
and
may contain information that is privileged and confidential. If the reader of 
the 
message is not the intended recipient or an authorized representative of the
intended recipient, you are hereby notified that any dissemination of this
communication is strictly prohibited. If you have received this communication in
error, please notify us immediately by e-mail and delete the message and any
attachments from your system.
application/ms-tnef- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html