Re: Questions about proxying

2003-03-18 Thread Toni Mueller
Hi, On Mon, Mar 17, 2003 at 11:47:58AM +0100, Toni Mueller wrote: > On Tue, Feb 04, 2003 at 03:21:09PM -0600, Chris Parker wrote: > > At 10:04 PM 2/4/2003 +0100, Jacques Caruso wrote: > > >Without success (the server continues to proxy the request for local > > >

Re: cvsweb is down?

2003-03-17 Thread Toni Mueller
Hi, On Mon, Mar 17, 2003 at 10:20:50AM -0600, Chris Parker wrote: > Yes, the CGI has been temporarily disabled. good to know why it doesn't work. > It was being recursively walked by a spammerbot from .CN. A robots.txt > was ignored, and >20 simultaneous connections trying to recursively walk

Re: Questions about proxying

2003-03-17 Thread Toni Mueller
Hi, On Tue, Feb 04, 2003 at 03:21:09PM -0600, Chris Parker wrote: > At 10:04 PM 2/4/2003 +0100, Jacques Caruso wrote: > >Without success (the server continues to proxy the request for local > >users, and thus rejects our local users). > This is a bug, and is fixed in the latest CVS. When looking

Re: cvsweb is down?

2003-03-17 Thread Toni Mueller
Hi, On Sun, Mar 16, 2003 at 10:30:41PM +0500, Pavel Shirshov wrote: > Çäðàâñòâóéòå, . huh? > http://www.freeradius.org/cgi-bin/cvsweb.cgi/radiusd/ > > Internal Server Error I see it, too :-| Best, --Toni++ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

rlm_x99_token: configure & compile problems (no patch)

2003-03-15 Thread Toni Mueller
Hi, trying to compile today's CVS on a Debian i386 unstable as of yesterday shows some problems in rlm_x99_token. The 'configure' step fails because the test for des_cbc_encrypt() goes haywire. The reason is that, in Debian, there are several versions of the openssl library aboard, and especial

Re: Working on the server

2003-03-12 Thread Toni Mueller
Hi, On Tue, Mar 11, 2003 at 05:27:33PM -0500, Alan DeKok wrote: > 'make reconfig' should work. that's what I thought (ok, replacing "make" with "gmake" on BSD), but > Toni Mueller <[EMAIL PROTECTED]> wrote: > > $ gmake reconfig >

Re: Working on the server

2003-03-11 Thread Toni Mueller
Hi, On Tue, Mar 04, 2003 at 06:16:24AM -0500, Alan DeKok wrote: > Y Sreenivasulu <[EMAIL PROTECTED]> wrote: > > Thanks for your information Alan. Can you suggest where can I > > find such source code patches? > It's free software. You have the power to create them yourself. speaking of whi

Re: Threads not being used

2003-01-29 Thread Toni Mueller
Hi, On Tue, Jan 28, 2003 at 06:05:55PM -0800, Matt Scifo wrote: > I tested with just start packets and also with start/stop packets using > radpwtst v 1.52 from Radiator. we can safely assume that you are able to hammer out enough packets to load your server to begin with... Although I don't ha

Re: [Administrator@mtds.com: ScanMail Message: To Recipient Match eManager setting and take action.]

2002-12-03 Thread Toni Mueller
Hi, On Tue, Nov 19, 2002 at 04:50:23PM +, Simon White wrote: > It would appear spammers are forging addresses and sending to the list > from those addresses, no? of course, but what the heck for with such content: > > eManager Notification * > > > > The fol

Re: FreeRadius and Active Directory/LDAP

2002-12-03 Thread Toni Mueller
Hi, On Thu, Oct 24, 2002 at 07:32:12PM +0300, Kostas Kalevras wrote: > On Thu, 24 Oct 2002 [EMAIL PROTECTED] wrote: > > I have done some searching about configuring FreeRadius to authenticate > > users via Active Directory. I would assume that LDAP would be the way to > > handle this. I have no

Re: compile problem (CVS): no "clients" symbol

2002-10-31 Thread Toni Mueller
Hi Alan, On Thu, Oct 31, 2002 at 11:22:11AM -0500, Alan DeKok wrote: > Toni Mueller <[EMAIL PROTECTED]> wrote; > > I can stick a random "RADCLIENT *clients" in somewhere, but am not > > convinced that this would be an appropriate solution. FWIW, in > No. I&

compile problem (CVS): no "clients" symbol

2002-10-31 Thread Toni Mueller
Hello, while trying to compile the current CVS snapshot as of about one hour ago, I stumbled across a small glitch: gcc .libs/radiusdS.o -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes

Re: How to: Administratively drop dial-in user via SNMP

2002-05-18 Thread Toni Mueller
Hi, On Mon, May 13, 2002 at 05:13:58PM -0500, Chris Parker wrote: > invokes the 'pm_reset' utility ( available from www.portmasters.com ). > /usr/local/bin/pm_reset $IP $PW $TTY oki, but if you are already there, a utility like this can be coded using Perl and Net::Telnet as well (I didn't loo