Re: Blocking Interim-Update Accounting-Requests

2007-04-22 Thread Alan DeKok
Jakob Hirsch wrote: is it possible to filter out accounting requests with an Acct-Status-Type of Interim-Update? That depends on what you mean by filter out. rlm_attr_filter works obviously only when we are a proxy, and rlm_files with this acct_users changed nothing: DEFAULT

Re: Checking for existence of User-Password

2007-04-22 Thread Alan DeKok
Arran Cudbard-Bell wrote: Just wondering if theres any way of checking the existence of User-Password in users... =* ANY always matches even if User-Password attribute isn't in the request.. which is not the correct behaviour. That was done historically because the server didn't have

Re: suggestions for multiple vlans in hundreds of switches

2007-04-22 Thread Alan DeKok
Arran Cudbard-Bell wrote: I didn't know freeradius supported bitwise operators ! They're not listed anywhere so I assumed you couldn't use them ?! It doesn't support them. But it shouldn't be too hard to add. In the CVS head, I'm doing some large cleanups to make features like this much

Re: Checking for existence of User-Password

2007-04-22 Thread Arran Cudbard-Bell
Alan DeKok wrote: Arran Cudbard-Bell wrote: Just wondering if theres any way of checking the existence of User-Password in users... =* ANY always matches even if User-Password attribute isn't in the request.. which is not the correct behaviour. That was done historically

Re: Blocking Interim-Update Accounting-Requests

2007-04-22 Thread Jakob Hirsch
Alan DeKok wrote: If you are trying to log some packets and not others, then do conditional logging. e.g. if packet is type I want to log That's exactly what I want. And it works now with using Acct-Type. Thanks for that! For the list archive (using version 1.1.4): acct_users: DEFAULT

Size Limitations on clients.conf

2007-04-22 Thread Alexander Papenburg
Hi, iam just wondering if there are any size limitations on the clients.conf file. Background is: The current file consist of many /24 net-ranges and is currently 22k big ;) For the past days I recognised some strange activities but unfortunately only saw the following in the log: . Auth:

Re: Size Limitations on clients.conf

2007-04-22 Thread Alan DeKok
Alexander Papenburg wrote: iam just wondering if there are any size limitations on the clients.conf file. How much memory do you have? That's the limit. Background is: The current file consist of many /24 net-ranges and is currently 22k big ;) For the past days I recognised some strange

Re: Checking for existence of User-Password

2007-04-22 Thread tnt
Might be worth trying: =~ . Maybe regexp operator will sift those that don't exist. Ivan Kalik Kalik Informatika ISP Dana 22/4/2007, Arran Cudbard-Bell [EMAIL PROTECTED] piše: Alan DeKok wrote: Arran Cudbard-Bell wrote: Just wondering if theres any way of checking the existence of

Re: Size Limitations on clients.conf

2007-04-22 Thread Peter Nixon
On Sun 22 Apr 2007, Alexander Papenburg wrote: Hi, iam just wondering if there are any size limitations on the clients.conf file. Background is: The current file consist of many /24 net-ranges and is currently 22k big ;) For the past days I recognised some strange activities but

Re: Checking for existence of User-Password

2007-04-22 Thread Arran Cudbard-Bell
[EMAIL PROTECTED] wrote: Might be worth trying: =~ . Maybe regexp operator will sift those that don't exist. Ivan Kalik Kalik Informatika ISP Dana 22/4/2007, Arran Cudbard-Bell [EMAIL PROTECTED] piše: Alan DeKok wrote: Arran Cudbard-Bell wrote: Just wondering if

Re: Cannot run radiusd - error loading shared libraries

2007-04-22 Thread Matthias Cramer
Hi Eugene Try puting /usr/loval/lib into the file /etc/ld.so.conf and then run ldconfig ... Hope that helps. Regards Matthias [EMAIL PROTECTED] wrote: Platform Suse 9.0 No error on compile. When I try: # /usr/local/sbin/radiusd I get: /usr/local/sbin/radiusd: error while

FreeRadius+AD integration

2007-04-22 Thread shrikant Bhat
Hi, I am trying to integrate freeradius with ADS 2003. I reffred to http://deployingradius.com/documents/configuration/active_directory.html . everything works perfectly fine till ( $ ntlm_auth --request-nt-key --domain=*MYDOMAIN* --username=*user* --password=*password*) I get NT_STATUS_OK. I