Re: New CHAP Issues

2001-11-14 Thread aland
Nathan Miller [EMAIL PROTECTED] wrote: 1. When received requests directly to the new freeradius machine from either UUNet or other CHAP enabled provider, freeradius is _never_ sending the CHAP-Challenge to the script nor logging it in the radius debug output. I show this below in some

Re: New CHAP Issues

2001-11-14 Thread aland
Nathan Miller [EMAIL PROTECTED] wrote: Item #2. This has got to be just a config issue on my part. Radius is configured to proxy first, then check the users file second. The key line in my users file is as follows: DEFAULT Auth-Type := Accept Exec-Program-Wait =

Re: USER DEFINED AUTH METHOD

2001-11-14 Thread aland
Valenzuela, Kenneth [EMAIL PROTECTED] wrote: How can I do that? I mean, I'm trying to execute an external program (CGI) to authenticate users. I've been looking for examples, but found none. Any links? scripts/exec-program-wait Alan DeKok. - List info/subscribe/unsubscribe? See

Help!

2001-11-14 Thread RCayton
using freeradius 0.2 and getting this error message all the sudden: Wed Nov 14 11:02:19 2001 : Info: MASTER: exit. Wed Nov 14 11:02:24 2001 : Info: Listening on IP address *, ports 1812/udp and 1 813/udp, with proxy on 1814/udp. Wed Nov 14 11:02:24 2001 : Info: Ready to process requests. Wed Nov

Help with MySQL setup!

2001-11-14 Thread Robert Abbate
Hi. I am getting this error when setting up MySQL 3.23 to run on FreeRadius 0.3: [root@localhost internetsubmit]# /usr/local/sbin/radiusd start radiusd: Starting - reading configuration files ... radiusd: radiusd.conf[4]: sql: Module instantiation failed. Is it looking for MySQL modules, or

Re: Help with MySQL setup!

2001-11-14 Thread Chris Parker
At 11:03 AM 11/14/2001 -0800, Robert Abbate wrote: Hi. I am getting this error when setting up MySQL 3.23 to run on FreeRadius 0.3: [root@localhost internetsubmit]# /usr/local/sbin/radiusd start radiusd: Starting - reading configuration files ... radiusd: radiusd.conf[4]: sql: Module

Weird Attribute

2001-11-14 Thread radius
Hello all, I am getting a request from my NAS like this: rad_recv: Access-Request packet from host 66.54.164.151:24579, id=79, length=145 NAS-IP-Address = 192.168.1.209 User-Name = \9876\ Password = \\\037\\r\\335#\\325\\223\\326i\\200\\347\\004y\\365\\372\\344\\246\

Re: Help with MySQL setup!

2001-11-14 Thread Chris Parker
At 11:56 AM 11/14/2001 -0800, Robert Abbate wrote: Ah! Thanks. Here's what I got that looked like an error: rlm_sql: Could not link driver rlm_sql_mysql: file not found rlm_sql: Make sure it (and all its dependent libraries!) are in the search path of your system's ld. radiusd.conf[4]: sql:

Re: Help!

2001-11-14 Thread RCayton
Chris thanks for the reply i thought it was that but i did this at command line: [root@server raddb]# more users | grep 'Service-Type = ' -c -w 0 it doesn't find any lines with a single = i am at a loss Ryan Cayton Technical Analyist Horine and Associates, LLC. - List

Re: Help with MySQL setup!

2001-11-14 Thread aland
Robert Abbate [EMAIL PROTECTED] wrote: So, now it looks like what I suspected is true...it can't find the mysql header files, and it disabled mysql configuration. This is where I say It helps to read the messages produced by configuring and building the software. I remember that I

Re: Help!

2001-11-14 Thread RCayton
tried that and got no lines that were out of order i am correct that i need to look for a Service-Type == line that actually has a single = right? this one has me stumped. Ryan Cayton Technical Analyist Horine and Associates, LLC. - List info/subscribe/unsubscribe? See

Re: New CHAP Issues

2001-11-14 Thread Nathan Miller
At 10:53 AM 11/14/2001 -0500, you wrote: Nathan Miller [EMAIL PROTECTED] wrote: 1. When received requests directly to the new freeradius machine from either UUNet or other CHAP enabled provider, freeradius is _never_ sending the CHAP-Challenge to the script nor logging it in the radius