debug in daemon mode...

2002-06-13 Thread Michael Klatsky
in debug mode- but only to stdout. Is there a command line way to do the above, something along the lines of 'radiusd --daemon --debug' ? Thanks in advance- hopefully I'm just missing something very simple here. -- Sincerely, Michael Klatsky Senior Unix Administrator Connecticut Telephone 1

Re: Compiling errors

2002-05-17 Thread Michael Klatsky
What did you use for configure options? I've compile on the same platform successfully. I use ldap and mysql (for accounting), so my configure options were:#!/bin/sh # ./configure --enable-ldap=yes --enable-mysql=yes Sincerely, Michael Klatsky Senior Unix Administrator Connecticut

Authentication ok, now access...

2002-05-13 Thread Michael Klatsky
for any help. -- Sincerely, Michael Klatsky Senior Unix Administrator Connecticut Telephone 1 Talcott Plaza Hartford, CT 06103 1-860-240-6496 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Another post re:access

2002-05-13 Thread Michael Klatsky
by step the process of setting up and testing the freeradius server. It IS a very nice piece of software. -- Sincerely, Michael Klatsky Senior Unix Administrator Connecticut Telephone 1 Talcott Plaza Hartford, CT 06103 1-860-240-6496 - List info/subscribe/unsubscribe? See http

Re: Another post re:access

2002-05-13 Thread Michael Klatsky
match, then see if the user is an AnalogUser (radiusClass=AnalogUser). If so- then allow them access. Should I make my filter be ((uid=%u)(radiusClass=AnalogUser))? Thanks again... Michael On Mon, 2002-05-13 at 14:17, Kostas Kalevras wrote: On 13 May 2002, Michael Klatsky wrote: I thought I

MySql accounting help

2002-05-10 Thread Michael Klatsky
. [user 'testuser', nas '255.255.255.255']' Thanks in advance for any help. -- Sincerely, Michael Klatsky Senior Unix Administrator Connecticut Telephone 1 Talcott Plaza Hartford, CT 06103 1-860-240-6496 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: MySql accounting help

2002-05-10 Thread Michael Klatsky
-Password = password Acct-Status-Type = Start Thanks again. M On Fri, 2002-05-10 at 14:19, Alan DeKok wrote: Michael Klatsky [EMAIL PROTECTED] wrote: So my question is- how can I test accounting? It doesn't appear to be sending the info to mysql database, as this log entry shows

Re: MySql accounting help

2002-05-10 Thread Michael Klatsky
: radclient -x -f test localhost acct secret Of course, additional attributes can be added. M On Fri, 2002-05-10 at 14:27, Alan DeKok wrote: Michael Klatsky [EMAIL PROTECTED] wrote: This is the ouptut of radclient. Below is the command line I used, along with the test file contents