Microsoft SQL 2000 interface

2005-10-12 Thread Cliff Hayes
All, Sorry to have to bring up the M word, but that's what we have - Microsoft SQL 2000 interfacing with Platypus and Radiator. I searched the FAQ and archives and found no reference to a Microsoft SQL interface. Can I populate my Microsoft SQL DB with freeRadius? If so, how? Thanks, Cliff

RE: Microsoft SQL 2000 interface

2005-10-12 Thread Cliff Hayes
. Do you have freeradius talking to the MSSQL db yet? Duane Cox - Original Message - From: Cliff Hayes [EMAIL PROTECTED] To: freeradius-users@lists.freeradius.org Sent: Wednesday, October 12, 2005 8:56 AM Subject: Microsoft SQL 2000 interface All, Sorry to have to bring up the M word

RE: Microsoft SQL 2000 interface

2005-10-13 Thread Cliff Hayes
://www.freeradius.org/development.html#cvs - Original Message - From: Cliff Hayes [EMAIL PROTECTED] To: Duane Cox [EMAIL PROTECTED] Sent: Thursday, October 13, 2005 1:56 PM Subject: RE: Microsoft SQL 2000 interface All, Please help with instructions on how to download the CVS ver of freeradius

RE: Microsoft SQL 2000 interface

2005-10-13 Thread Cliff Hayes
: Microsoft SQL 2000 interface Cliff Hayes [EMAIL PROTECTED] wrote: and executed the command listed on http://www.freeradius.org/development.html#cvs: cvs -d :pserver:[EMAIL PROTECTED]:/source login I entered the password anoncvs and was taken back to the system prompt. Try typing in the *next

Install - Freeradius can't connect to MySQL

2006-06-07 Thread Cliff Hayes
Hello, Warning - newbie installing Freeradius. I get this in the radius.log even though the sql.conf has the correct host/user/password (and I can access MySQL from the command line using the same login criteria): Wed Jun 7 14:01:52 2006 : Info: rlm_sql_mysql: Starting connect to MySQL server

RE: Install - Freeradius can't connect to MySQL

2006-06-07 Thread Cliff Hayes
Yes sir, sure does. It is the same as mentioned in /etc/my.cnf I also ran mysqladmin -p version to make sure Cliff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 2:42 PM To: FreeRadius users mailing list

RE: Install - Freeradius can't connect to MySQL

2006-06-07 Thread Cliff Hayes
and imported the schema. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of N White Sent: Wednesday, June 07, 2006 2:45 PM To: FreeRadius users mailing list Subject: Re: Install - Freeradius can't connect to MySQL Cliff Hayes wrote: Hello, Warning - newbie

FW: Install - Freeradius can't connect to MySQL

2006-06-07 Thread Cliff Hayes
: Instantiated radutmp (radutmp) Initializing the thread pool... Listening on authentication *:1812 Listening on accounting *:1813 Ready to process requests. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Cliff Hayes Sent: Wednesday, June 07, 2006 2:28 PM

FW: Install - Freeradius can't connect to MySQL

2006-06-07 Thread Cliff Hayes
-mysql.i386. Cliff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Cliff Hayes Sent: Wednesday, June 07, 2006 4:03 PM To: freeradius-users@lists.freeradius.org Subject: FW: Install - Freeradius can't connect to MySQL Hello again, This may shed some light

Logging

2006-06-09 Thread Cliff Hayes
Hello all, Making good progress learning Freeradius. With your help, my new server is running and authenticating now. However, we are used to being able to see logs of all activity (tail -f logfile). With Freeradius, nothing is being written to the logs unless there is a problem. How can I

RE: Logging

2006-06-09 Thread Cliff Hayes
Chris, All of those 3 options you mentioned were already set. What else could be wrong? Cliff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chris Carver Sent: Friday, June 09, 2006 9:33 AM To: FreeRadius users mailing list Subject: Re: Logging Cliff

RE: Logging

2006-06-09 Thread Cliff Hayes
] [mailto:[EMAIL PROTECTED] Behalf Of Kevin Bonner Sent: Friday, June 09, 2006 10:38 AM To: FreeRadius users mailing list Subject: Re: Logging On Friday 09 June 2006 10:57, Cliff Hayes wrote: Chris, All of those 3 options you mentioned were already set. What else could be wrong? Cliff Add

FW: Logging

2006-06-09 Thread Cliff Hayes
I also tried starting radius with -y option (per readme http://www.freeradius.org/radiusd/doc/README) and still there is nothing written to the logs for a good login. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Cliff Hayes Sent: Friday, June 09, 2006 11

NAS table fields

2006-06-09 Thread Cliff Hayes
Hello, I looked through all the documentation I could find and surfed google but could not find details on what needs to go in the NAS fields. For example, in the clients.conf file, the only required fields are SECRET and SHORTNAME. In the NAS table, SHORTNAME is optional (can be NULL), and

RE: Logging

2006-06-09 Thread Cliff Hayes
To: FreeRadius users mailing list Subject: Re: Logging On Friday 09 June 2006 12:01, Cliff Hayes wrote: Kevin, Tried that. Unfortunately, it acts like starting radiusd with the -x option, which scrolls all output to the screen. I use Fedora 5 with radiusd configured as a service, so when I do service

NAS Server Type

2006-06-12 Thread Cliff Hayes
I am a new FreeRadius user and am attempting to switch to FreeRadius. I am trying to switch from clients.conf to the MySQL NAS table. There is a field named type which, per http://www.freeradius.org/radiusd/doc/README has one of the values below. However, when I call our primary carrier, they

RE: Logging

2006-06-12 Thread Cliff Hayes
To: FreeRadius users mailing list Subject: Re: Logging On Friday 09 June 2006 15:51, Cliff Hayes wrote: But but but... Why doesn't log_auth_goodpass work for me? Does it work for you? This kind of stuff always happens to me (excuse burst of self-pity). I'd say to check the value of that option when

nas table

2006-06-12 Thread Cliff Hayes
Hello, I am a new user trying to set up FreeRadius on Fedora 5. I purchased a copy of Hassell's Radius book; didn't seem to help much. I was able to get it to work with clients.conf Then, I converted to MySQL. I think I'm supposed to copy the clients into the nas table, so I did that, but the

RE: nas table

2006-06-13 Thread Cliff Hayes
Thanks. Found it on the last line. readclients = yes -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alan DeKok Sent: Monday, June 12, 2006 7:29 PM To: FreeRadius users mailing list Subject: Re: nas table Cliff Hayes [EMAIL PROTECTED] wrote

Stripped username

2006-06-13 Thread Cliff Hayes
Hello, New user making good progress. Can see light at end of tunnel. I need to be able to only store the username without realm in the MySQL radcheck table. In the sql.conf file, I have tried commenting out the following: #sql_user_name = %{User-Name} ...and un-commenting the

RE: Stripped username

2006-06-13 Thread Cliff Hayes
Thanks. That was it! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alan DeKok Sent: Tuesday, June 13, 2006 11:52 AM To: FreeRadius users mailing list Subject: Re: Stripped username Cliff Hayes [EMAIL PROTECTED] wrote: I need to be able to only store

radreply table / OP field length

2006-06-13 Thread Cliff Hayes
Hello, The included db_mysql.sql which creates the MySQL schema required for FreeRADIUS created the radreply table with a two-character OP field (I assume for use with =, =, etc). It defaults to a single = and when I add a record, subsequent queries from a Microsoft SQL 2000 linked Database

RE: Stripped username

2006-06-13 Thread Cliff Hayes
incorrect Cliff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alan DeKok Sent: Tuesday, June 13, 2006 11:52 AM To: FreeRadius users mailing list Subject: Re: Stripped username Cliff Hayes [EMAIL PROTECTED] wrote: I need to be able to only store

Proxy.conf clients.conf

2006-09-15 Thread Cliff Hayes
Hello, I am a new FreeRADIUS user. The server is working for us. However, I am wondering why it won't start if I comment out the includes for clients.conf and proxy.conf. Even setting to debug level 3 doesn't tell me why. We are not proxying, and I have proxying turned off. Also, the clients

RE: Attribute Operators

2006-09-15 Thread Cliff Hayes
Perfect! Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Peter Nixon Sent: Thursday, September 14, 2006 4:48 PM To: FreeRadius users mailing list Subject: Re: Attribute Operators On Thu 14 Sep 2006 19:09, Cliff Hayes wrote: Hello everyone, Does

RE: Proxy.conf clients.conf

2006-09-15 Thread Cliff Hayes
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] g] On Behalf Of Cliff Hayes Sent: Freitag, 15. September 2006 18:07 To: freeradius-users@lists.freeradius.org Subject: Proxy.conf clients.conf Hello, I am a new FreeRADIUS user. The server is working for us. However, I am

RE: Proxy.conf clients.conf

2006-09-15 Thread Cliff Hayes
Ok, thanks. But how about the include statement for proxy.conf? I have proxy set to No, but if I comment out the include statement, FreeRADIUS will not start. I am using MySQL database interface. Cliff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of

RE: Proxy.conf clients.conf

2006-09-15 Thread Cliff Hayes
:26 PM To: FreeRadius users mailing list Subject: Re: Proxy.conf clients.conf Cliff Hayes [EMAIL PROTECTED] wrote: I have proxy set to No, but if I comment out the include statement, FreeRADIUS will not start. Presumably it prints out some kind of error message. What would that be? Alan

RE: Proxy.conf clients.conf

2006-09-15 Thread Cliff Hayes
I have 1.1.2, so I'll have to upgrade. Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, September 15, 2006 4:40 PM To: FreeRadius users mailing list Subject: Re: Proxy.conf clients.conf Hi, Ok, thanks. But how

Proxy.conf

2006-09-18 Thread Cliff Hayes
Hello, --1-- I am running FreeRADIUS 1.1.2 with MySQL database support. When I comment out the include line for proxy.conf, my users can no longer authenticate. The logs show their entire username + realm instead of just the username. I figure it is because it can't strip the realm anymore

RE: Proxy.conf

2006-09-18 Thread Cliff Hayes
Cliff Hayes [EMAIL PROTECTED] wrote: When I comment out the include line for proxy.conf, my users can no longer authenticate. The logs show their entire username + realm instead of just the username. I figure it is because it can't strip the realm anymore because it doesn't know what the realm

FW: Proxy.conf

2006-09-19 Thread Cliff Hayes
the realms. If so, that is an error in the instructions. If not, then I'm missing something and would like to know because I am not proxying. Cliff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Cliff Hayes Sent: Monday, September 18, 2006 3:49 PM