Re: user usage

2002-12-22 Thread Kostas Kalevras
On Wed, 18 Dec 2002, Craig Witter wrote:

> I was wondering if anyone has found a way that users can go to a website,
> enter their username, and see a history of their logins. I've seen
> commercial software that does this before. Anyone seen an open source
> version? Possible a cgi script?

In dialup_admin there is the user_state.php3 page which can be used by outside
pages to get a few statistics about a certain user like:

account_status(active or inactive),lock message,weekly limit,daily limit,
weekly used,weekly connections,daily used,daily connections

You could also edit the user_accounting.php3 page to ask for the username before
printing any information. The point is though that you should first authenticate
your user before allowing him to gain access to your accounting records. That
requires some work but if a few people need that feature i could create a page
for user usage overview.

>
> Thanks,
>
> Craig
>
>

--
Kostas Kalevras Network Operations Center
[EMAIL PROTECTED]  National Technical University of Athens, Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf

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



Re: user usage

2002-12-19 Thread William Ragsdale
On Wed, 18 Dec 2002 20:24:28 -0500 Craig Witter <[EMAIL PROTECTED]> wrote:

> I was wondering if anyone has found a way that users can go to a website,
> enter their username, and see a history of their logins. I've seen
> commercial software that does this before. Anyone seen an open source
> version? Possible a cgi script?
> 
> Thanks,
> 
> Craig
> 
> 

Greetings,
  We wrote a php script that does that.  Using Radius to auth for
access to the webpage area, we then search a mysql database and display
their account history.  Works rather well for us.  If you are using MySQL
accounting the interface is rather simple.

-- 

·William Ragsdale   ·http://www.netonecom.net
·Server Administrator ·Office Hours ·NetOne Communications, Inc.
·Work: 231-734-2917 10AM - 7PM  ·2186 US 10
·FAX:  231-734-6395 ·Sears, MI  49679


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



Re: user usage

2002-12-19 Thread Simon White
19-Dec-02 at 10:30, Angelos Karageorgiou ([EMAIL PROTECTED]) wrote :
> Craig Witter wrote:
> 
> >I was wondering if anyone has found a way that users can go to a 
> >website, enter their username, and see a history of their logins. I?ve 
> >seen commercial software that does this before. Anyone seen an open 
> >source version? Possible a cgi script?
> 
> There is no ready made package availlable but you can
> 
> use radiusreport and then grep for the username on the user's login page.

Try this:
http://www.tummy.com/Software/radiuscontext

Not bad. Will create an index with all users total times over the period
contained in the "detail" file, and a page PER USER with more detail on
their usage.

I just tried it yesterday, works very nicely.

-- 
|-Simon White, Internet Services Manager, Certified Check Point CCSA.
|-MTDS  Internet, Security, Anti-Virus, Linux and Hosting Solutions.
|-MTDS  14, rue du 16 novembre, Agdal, Rabat, Morocco.
|-MTDS  tel +212.3.767.4861 - fax +212.3.767.4863

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



Re: user usage

2002-12-19 Thread Angelos Karageorgiou
Craig Witter wrote:


I was wondering if anyone has found a way that users can go to a 
website, enter their username, and see a history of their logins. I’ve 
seen commercial software that does this before. Anyone seen an open 
source version? Possible a cgi script?

Thanks,

Craig



There is no ready made package availlable but you can

use radiusreport and then grep for the username on the user's login page.




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



Re: user usage

2002-12-18 Thread Troy Davis



I believe IC-Radius can do this and it's 
free

  - Original Message - 
  From: 
  Craig 
  Witter 
  To: [EMAIL PROTECTED] 
  
  Sent: Thursday, December 19, 2002 11:54 
  AM
  Subject: user usage
  
  
  I was wondering if anyone has 
  found a way that users can go to a website, enter their username, and see a 
  history of their logins. I’ve seen commercial software that does this before. 
  Anyone seen an open source version? Possible a cgi script?
  Thanks,
  Craig


user usage

2002-12-18 Thread Craig Witter








I was wondering if anyone has found a way that users can go
to a website, enter their username, and see a history of their logins. I’ve
seen commercial software that does this before. Anyone seen an open source
version? Possible a cgi script?

Thanks,

Craig