Re: Auth-Type woes...

2003-09-09 Thread Ulrich Walcher
The answer's in your log... Am Die, 2003-09-09 um 07.44 schrieb [EMAIL PROTECTED]: --- snip --- DEFAULT Auth-Type = System, Huntgroup-Name == test If you compare to the default examples you'll see it's := not just = --- snip --- Cheers, OoLee And if I may add a suggestion: Change to

rlm_sql_mysql

2003-09-09 Thread Rio Martin
Dear folks, I am having the same problem as described at Freeradius FAQ. I tried the solution just as the FAQ mentioned, First i tried with: ./configure --disable-shared make make install But it didnt succeed. I tried second way: i add /usr/local/radiusd/lib into /etc/ld.so.conf --

Re: rlm_sql_mysql

2003-09-09 Thread Ulrich Walcher
I guess you'll have to add the configure options for mysql like: --with-mysql-dir=/path/to/mysql --with-mysql-lib-dir=/path/to/mysql/lib --with-mysql-include-dir=/path/to/mysql/include I might be wrong but at least it's a hint... Am Die, 2003-09-09 um 12.25 schrieb Rio Martin: Dear folks, I am

Mysql Optimize Table without losing accounting-data???

2003-09-09 Thread m . prenger
Dear ML, were running several radius-servers with Freeradius 0.8.1 or later. Now our mysql.radacct table requires to start a mysql_optimize_table, because selecting on this table takes longer and longer... A mysql_optimize locks the table, so that it isn't possible to access this table during

Re: compatibility / feature comparisons?

2003-09-09 Thread Alan DeKok
Chris Knipe [EMAIL PROTECTED] wrote: Just a bit of a informational question... Feature wise, compatibility wise, management wise... You know.. The full monty.. How does FreeRadius compare against Radiator?? I've never used Radiator, so I'm not really sure. As for their features page:

Re: Auth-Type woes...

2003-09-09 Thread Alan DeKok
[EMAIL PROTECTED] wrote: In the users file: DEFAULT Auth-Type = System, Huntgroup-Name == test This says use System authentication for people in Huntgroup test Do you have an authentication type set up for people NOT in huntgroup test? User 'radtest' is in the system group

Re: compatibility / feature comparisons?

2003-09-09 Thread Chris Parker
At 04:54 PM 9/8/2003, Chris Knipe wrote: Lo everyone, Just a bit of a informational question... Feature wise, compatibility wise, management wise... You know.. The full monty.. http://www.freeradius.org/features.html ( needs to have EAP/LEAP added ) http://www.open.com.au/radiator/technical.html

Re: compatibility / feature comparisons?

2003-09-09 Thread Graeme Hinchliffe
FreeRADIUS supports the vast majority of those features, with more in the works. Not being Perl, FreeRADIUS is also substantially faster than Radiator. you did forget, FreeRADIUS is substantially cheaper than Radiator too :) -- - Graeme Hinchliffe (BSc) Core Team Member Zen Internet

Re: Mysql Optimize Table without losing accounting-data???

2003-09-09 Thread Alan DeKok
[EMAIL PROTECTED] wrote: But during the mysql_optimize logging to detailfile takes so much time that radiusd is discarding each request due to live request. Huh? Logging to the 'detail' file takes nearly zero time. Let me guess: You're running MySQL on the same machine as FreeRADIUS.

re[2]: compatibility / feature comparisons?

2003-09-09 Thread Rick Reynolds
This ended up in our [EMAIL PROTECTED] account. Does lists.cistron.nl host with Bluegenesis.com? Rick At 04:54 PM 9/8/2003, Chris Knipe wrote: Lo everyone, Just a bit of a informational question... Feature wise, compatibility wise, management wise... You know.. The full monty..

RE: Radius realm logging

2003-09-09 Thread Jason Love
Testing... Testing... 1. 2. 3. Is this mic on? :) -Original Message- From: Jason Love Sent: Monday, September 08, 2003 3:40 PM To: [EMAIL PROTECTED] Subject: Radius realm logging I am currently using cistron radius version 1.6.6 on Debian. Its been ok for what I have used it for. I am

cisco vpdn nas port id

2003-09-09 Thread Evren Yurtesen
Hi, I wonder if anybody is using freeradius with vpdn connections? I am getting weird port id numbers from the cisco. Not the virtual interface numbers. I dont know what is wrong. Any experiences? Evren - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Wireless

2003-09-09 Thread Troy Sanders
I am looking for a document that shows how to configure the Free Radius Server and wireless access points; I am using Orinocos or Proxims AP-2000. Any Help would be wonderful. I saw the diagram at NetWorld Interop. Thank you Troy

Installation Error

2003-09-09 Thread arothenberg
I am a new Linux admin, so pardon my stupid questions. I am trying to install FreeRadius and when I run the Make Install command I get an error that says smbencrypt does not exist followed by smbencrypt-install error 1 Am I missing a component I could not find any documentation about what is

Re: Wireless

2003-09-09 Thread Alan DeKok
Troy Sanders [EMAIL PROTECTED] wrote: I am looking for a document that shows how to configure the Free Radius Server and wireless access points; http://www.freeradius.org/doc/ ? There are a number of such documents. Alan DeKok. - List info/subscribe/unsubscribe? See

Re: Installation Error

2003-09-09 Thread Chris Parker
At 12:12 PM 9/9/2003, [EMAIL PROTECTED] wrote: I am a new Linux admin, so pardon my stupid questions. I am trying to install FreeRadius and when I run the Make Install command I get an error that says smbencrypt does not exist followed by smbencrypt-install error 1 What type of system are you

Re: Installation Error

2003-09-09 Thread arothenberg
we use you guys for our district dial-in service. keep up the good work! well, as I said I am new at this so I was trying trying to get a basic install working and go from there, but I am trying to setup authentication for a wireless LAN. Currently we don't have any encryption and I am trying to

Re: Installation Error

2003-09-09 Thread Chris Parker
At 12:25 PM 9/9/2003, [EMAIL PROTECTED] wrote: we use you guys for our district dial-in service. keep up the good work! Cool. :) well, as I said I am new at this so I was trying trying to get a basic install working and go from there, but I am trying to setup authentication for a wireless LAN.

Re: Minor (but crashing) bug in rlm_mschap

2003-09-09 Thread Alan DeKok
Peter Stamfest [EMAIL PROTECTED] wrote: With freeradius-0.9.1 radiusd constantly crashed (using radiusd -X) when doing MSCHAP. I tracked the problem to the code that generates the SMB-Account-CTRL value from SMB-Account-CTRL-TEXT if SMB-Account-CTRL was missing (BTW: I am using LDAP to store

Freeradius + Mysql

2003-09-09 Thread L U C A S
I'm usingFreeradius and have some problems that don't let me sleep..:-) I want to authentificate our users not only by username and passwort, I need to check alsoNAS-IP-Address or Called-Station-ID. This I need to manage different NAS with one Radius, the users only have to get access to

Re: Freeradius + Mysql

2003-09-09 Thread Vincent_Giovannone
1, you're sending formatted text to a mailing list. I know you think that blue color is pretty, but _don't_ do that. 2, you haven't run the server in debug mode to see what it's trying to do (...or not do) 3, you haven't provided any snippet of a configuration. It doesn't work is a pretty

freeradius crashes while using PAM

2003-09-09 Thread Christophe Dupre
Searching the archives, I saw a mail about a similar problem back in June, but no follow-up... So, here's my problem. I'm running freeradius 0.9.1 (upgraded this morning) on a Solaris 9 machine. Authentication local users works great using rlm_unix, but now we'd like to use LDAP auth through

Re: FreeRadius 0.9.0 and Proxim Orinoco AP-2000 Help

2003-09-09 Thread David Middleton
FYI update, I ran tcpdump on the server and found that the radius server was responding with a different address, even though I used the -i xxx.xxx.xxx.xxx address switch. I changed the radius address on the AP and it's working fine now. David --- Artur Hecker [EMAIL PROTECTED] wrote: you

Re: freeradius crashes while using PAM

2003-09-09 Thread Chris Parker
At 03:16 PM 9/9/2003, Christophe Dupre wrote: Searching the archives, I saw a mail about a similar problem back in June, but no follow-up... So, here's my problem. I'm running freeradius 0.9.1 (upgraded this morning) on a Solaris 9 machine. Authentication local users works great using rlm_unix,

Re: freeradius crashes while using PAM

2003-09-09 Thread Christophe Dupre
That's my last resort option - I really like the idea of pam - configure it once, then if/when authentication source changes, only one place needs to be updated. If there are memory leaks, they must not be that big because I've never noticed any pam-using executable getting that big. Chris

Re: freeradius crashes while using PAM

2003-09-09 Thread Christophe Dupre
The other reason is that I wasn't able to get freeradius to compile against Sun's LDAP libraries. I *think* freeradius expects openldap-specific implementation details. Chris Parker wrote: At 03:16 PM 9/9/2003, Christophe Dupre wrote: Searching the archives, I saw a mail about a similar

FreeRadius to Novell Netware

2003-09-09 Thread Tin Ly
RedHat 9 with FreeRadius 0.9.1 Novell Netware 6 sp3 I recently installed the latest FreeRadius and everything seemed fine. When I try to authenticate to LDAP on the Novell server it works fine but I don't get an instant response back. Rather, it takes about 20 seconds for an accept/reject

Problems authenticating with mpd, MSCHAPv2

2003-09-09 Thread Damian Gerow
I've found some similar references to the problem I'm having here: http://lists.cistron.nl/pipermail/freeradius-users/2003-March/017525.html And I get an MS-Chap-Error similar to this: http://lists.cistron.nl/pipermail/freeradius-users/2003-March/017052.html Basically, I have set up

RE: Auth-Type woes...

2003-09-09 Thread Paul.Johanson
OK, so I have to specify in the huntgroups file each user that belongs to that huntgroup? I assumed that the 'group' option in huntgroups referred to system groups. I will assume no more! Thanks for your help, Paul. -Original Message- From: Alan DeKok [mailto:[EMAIL PROTECTED] Sent:

Re: Problems authenticating with mpd, MSCHAPv2

2003-09-09 Thread Sean Perry
Damian Gerow wrote: If I change the mpd configuration to use PAP instead of CHAP, I get authentication success, but then there's some weirdness going on on the mpd side of things that I'm also trying to figure out. Even though rlm_chap complains about not being able to find a proper Chap-Password

Re: Wireless

2003-09-09 Thread Rio Martin
On Wednesday 10 September 2003 00:14, Alan DeKok wrote: Troy Sanders [EMAIL PROTECTED] wrote: I am looking for a document that shows how to configure the Free Radius Server and wireless access points; http://www.freeradius.org/doc/ ? There are a number of such documents. Alan, Please

Calling-Station-Id

2003-09-09 Thread Eric
Hi, I need to authenticate users by Calling-Station-Id. Pass users who uses phone number, which begins at 69 I have written the script on perl: == #!/usr/bin/perl (our $i)[EMAIL PROTECTED]; $string = substr ($i,0,2); if ($i=='69'){ exit(0);} else{ exit(1);}

Re: Installation Error

2003-09-09 Thread arothenberg
here is the last part everything before appears to be ok. libtool: install: `rlm_mschap.la' is not a valid libtool archive Try `libtool --help --mode=install' for more information. gmake[7]: Entering directory `/root/radiusinstall/freeradius-0.9.1/src/modules/rlm_mschap'

Re: Wireless

2003-09-09 Thread Ronald Jochems
Hi Troy, On the url described, i did find 3 documents, in the bottom, but basically describing EAP/TLS. As far as i'm concerned, i do not wat to play with TLS yet, but only start with MD5. For the moment i have got some parts working, but i am still 'fighting' with the wep encryption keys.

Re: Minor (but crashing) bug in rlm_mschap

2003-09-09 Thread Peter Stamfest
On Tue, 9 Sep 2003, Alan DeKok wrote: Date: Tue, 09 Sep 2003 14:19:49 -0400 From: Alan DeKok [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Minor (but crashing) bug in rlm_mschap Peter Stamfest [EMAIL PROTECTED] wrote: With freeradius-0.9.1 radiusd