Resetting counters

2001-12-18 Thread Aleksandr Kuzminsky
Hi. If I use counter module, can I never reset counter? Thanks. --- Aleksandr Kuzminsky,AK476-RIPE System Administrator, AK16-UANIC ISP NBI. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Resetting counters

2001-12-18 Thread aland
Aleksandr Kuzminsky [EMAIL PROTECTED] wrote: If I use counter module, can I never reset counter? Read src/modules/rlm_counter/rlm_counter.c For now, the answer appears to be 'no'. A small patch would easily change that. Alan DeKok. - List info/subscribe/unsubscribe? See

Re: LDAP and unix Passwords

2001-12-18 Thread Chris Parker
At 09:38 AM 12/18/2001 -0500, Jim Greene wrote: Hey All, Can I do the following: Use LDAP for authentication, by importing my current userbase from passwd/shadow. These will be crypt'd passwords as I do nto have them inn clear text. Does anyone have a file to convert these account to LDAP

Re: Monthly-Time-Limit and Total-Time-Limit

2001-12-18 Thread Chris Parker
At 02:12 PM 12/18/2001 -0800, power jessie wrote: Thank you very much Sir Alan! you rock :) I've successfuly configured freeradius 0.4 in my freebsd box, and it seems to be working very well now. i have a cisco nas configured too and the aaa via the mysql module. My problem now is that I want

Re: Resetting counters

2001-12-18 Thread Chris Parker
At 04:30 PM 12/18/2001 +0200, Kostas Kalevras wrote: On Tue, 18 Dec 2001, Aleksandr Kuzminsky wrote: Hi. If I use counter module, can I never reset counter? In the example in 'radiusd.conf' it says: # # The 'reset' parameter defines when the counters are all reset to

Re: Resetting counters

2001-12-18 Thread Aleksandr Kuzminsky
On Tue, 18 Dec 2001, Kostas Kalevras wrote: No you can't. Why would you want to do something like that? I want to authorize users that allowed to spent some hours online, and no more. I'll calculate user's session total time using counters, so I don't want to reset counter. I have idea to

Re: Resetting counters

2001-12-18 Thread Kostas Kalevras
On Tue, 18 Dec 2001, Aleksandr Kuzminsky wrote: On Tue, 18 Dec 2001, Kostas Kalevras wrote: No you can't. Why would you want to do something like that? I want to authorize users that allowed to spent some hours online, and no more. I'll calculate user's session total time using counters,

Re: Resetting counters

2001-12-18 Thread Chris Parker
At 05:08 PM 12/18/2001 +0200, Aleksandr Kuzminsky wrote: On Tue, 18 Dec 2001, Kostas Kalevras wrote: No you can't. Why would you want to do something like that? I want to authorize users that allowed to spent some hours online, and no more. I'll calculate user's session total time using

Re: LDAP and unix Passwords

2001-12-18 Thread John Morrissey
On Tue, Dec 18, 2001 at 09:38:31AM -0500, Jim Greene wrote: % Can I do the following: % Use LDAP for authentication, by importing my current userbase from % passwd/shadow. These will be crypt'd passwords as I do nto have them inn % clear text. Does anyone have a file to convert these

Vendor/Product ID?

2001-12-18 Thread Jeremy McNamara
I'm sure this is not the correct forum for this but I hope someone knows where to point me for the information I need. We are working on creating our own 'Product' that will speak RADIUS. Were does one go to acquire a Vendor/Product ID? (So that we can create our own VSA Dictionary) IANA?

Re: Vendor/Product ID?

2001-12-18 Thread aland
Jeremy McNamara [EMAIL PROTECTED] wrote: We are working on creating our own 'Product' that will speak RADIUS. Were does one go to acquire a Vendor/Product ID? (So that we can create our own VSA Dictionary) IANA? Yes. Alan DeKok. - List info/subscribe/unsubscribe? See

Re: Monthly-Time-Limit and Total-Time-Limit

2001-12-18 Thread Nathan Miller
We are accomplishing this by using start/stop packets.. ie, on start log timestamp, on stop calculate total time they were on and add it to database.. then on auth, look at total time, and calculate session-timeout by the remaining seconds left in the allotted block. works relatively well,

Re: Seg. Fault 0.4

2001-12-18 Thread rmosley
Just wondering, did anyone have any ideas on this. I just tried snapshot-20011218 and still get same results. On Mon, 17 Dec 2001 [EMAIL PROTECTED] wrote: Okay, I did: rm /usr/local/lib/* cd radiusd (root dir of src of 0.4) make distclean ./configure --sysconfdir=/etc

Freeradius/OpenLDAP access_attr

2001-12-18 Thread BillT
Hello, Is there a line I need to add in the radius config files to limit which LDAP users can authenticate through radius? I have set the 'access_attr' line in the radiusd.conf and made sure that there is a corresponding entry in the LDAP database, but when I test the authentication all of

Re: Freeradius/OpenLDAP access_attr

2001-12-18 Thread Chris Parker
At 01:47 PM 12/18/2001 -0800, [EMAIL PROTECTED] wrote: Hello, Is there a line I need to add in the radius config files to limit which LDAP users can authenticate through radius? I have set the 'access_attr' line in the radiusd.conf and made sure that there is a corresponding entry in the LDAP

Re: Freeradius/OpenLDAP access_attr (Long debug)

2001-12-18 Thread BillT
At 4:04 PM -0600 12/18/01, Chris Parker wrote: At 01:47 PM 12/18/2001 -0800, [EMAIL PROTECTED] wrote: Hello, Is there a line I need to add in the radius config files to limit which LDAP users can authenticate through radius? I have set the 'access_attr' line in the radiusd.conf and made sure

Re: Dupes

2001-12-18 Thread Nathan Miller
not i At 04:14 PM 12/18/2001 -0600, you wrote: Is anyone else getting duplicate email from this list? Thanks Chris -- Nathan Miller - [EMAIL PROTECTED] VISP Technologies - Building Better ISPs - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Dupes

2001-12-18 Thread Nathan Miller
not i g At 04:14 PM 12/18/2001 -0600, you wrote: Is anyone else getting duplicate email from this list? Thanks Chris -- Nathan Miller - [EMAIL PROTECTED] VISP Technologies - Building Better ISPs - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Expiration, Counter and Reset Value

2001-12-18 Thread power jessie
Are there any ways I can do these in freeradius (0.4)? 1. 'Expiration' will be set based on firt login date. i.e. an account will expired 90 days after first usage. Expiration = FirstLoginDate + 90 Days 2. User-defined reset value in the counter module.

radiusd.conf and Useable Variables

2001-12-18 Thread Simon Allard
Is there a list of variables that can be used in radiusd.conf? What I am trying to do is this. groupmembership_filter = (loginName=%u)(nasAccess=%{Huntgroup-Name}) %{Huntgroup-Name} does not get expanded to be the configued Huntgroup though. - Simon Simon Allard (Senior Tool Monkey) IHUG