Re: Control user logins by NAS

2005-10-04 Thread Shane Hart
That did the trick.Thanks Christian Shane Christian Meutes wrote: Create a group in your sql database, then assign the the users to this group and give the group a check-item. insert into radgroupcheck (GroupName,Attribute,op, Value) values

SV: freeradius and MS SQL -- anyone got it working?

2005-10-04 Thread Erik Ågren
Hi If Anyone got this to work, couldn't you give me an example of how its done. Including necessary changes in the odbc.ini (and where to put it) and the other files that I have to change. I'm trying to connect using iodbc, but when starting up FreeRADIUS I get the following: rlm_sql (sql):

rlm_eap(peap):unknown error

2005-10-04 Thread Kouji Amemiya
Hi, I am using FreeRADIUS-1.0.5 under cygwin. I used ./configure --without-snmp --disable-shared --enable-static option. I started radiusd -f -X, unknown error occured. Log and eap.conf are shown below. $ radiusd -f -X Starting - reading configuration files ... reread_config: reading

Re: Segmentation Fault - 1.0.5

2005-10-04 Thread Rohaizam Abu Bakar
Dear all, configure with --disable-shared... cleaned old files... and still core dump.. gdb /usr/local/sbin/radiusd /usr/local/etc/raddb/radiusd.core GNU gdb 4.18 (FreeBSD) Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you

SV: Postgresql+freeradius configuration

2005-10-04 Thread Erik Ågren
Hi Where do I get the rlm_sql_postgresql.so module? I can't find it. Thanx /Erik -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För [EMAIL PROTECTED] Skickat: den 26 september 2005 12:12 Till: freeradius-users@lists.freeradius.org Ämne:

Re: question on dialup_admin

2005-10-04 Thread Kostas Kalevras
On Mon, 3 Oct 2005, [EMAIL PROTECTED] wrote: Hello! I have a question on dialup_admin: I have configured freeradius to authorization by LDAP and authentication by EAP and it works fine. Now I want to log the activity of my users with dialup_admin, it's necessary that I use sql for

accounting in syslog

2005-10-04 Thread Marc-Henri Boisis-delavaud
Is it possible to generate accounting message for syslog ? Marc - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: What's Up Gold and Freeradius

2005-10-04 Thread Linda Pagillo
Mr. Dekok: I forgot to add this... I don't mean to question your knowledge because i know you are the programmer, but you said that the shared secret on the RADIUS client is wrong. Wouldn't this cause radius not to respond to What's Up Gold all the time instead of only some of the time? Thanks

Re: Segmentation Fault - 1.0.5

2005-10-04 Thread Alan DeKok
Rohaizam Abu Bakar [EMAIL PROTECTED] wrote: configure with --disable-shared... cleaned old files... and still core dump.. ... #0 0x808e23e in lt_dlsym (handle=0x812ae40, symbol=0xbfbfe660 rlm_ldap) at ltdl.c:3330 3330 lensym = LT_STRLEN (symbol) + LT_STRLEN

Re: What's Up Gold and Freeradius

2005-10-04 Thread Alan DeKok
Linda Pagillo [EMAIL PROTECTED] wrote: I forgot to add this... I don't mean to question your knowledge because i know you are the programmer, but you said that the shared secret on the RADIUS client is wrong. Wouldn't this cause radius not to respond to What's Up Gold all the time instead of

Re: SV: Postgresql+freeradius configuration

2005-10-04 Thread Alan DeKok
=?iso-8859-1?Q?Erik_=C5gren?= [EMAIL PROTECTED] wrote: Where do I get the rlm_sql_postgresql.so module? I can't find it. You need to install the postgresql development libraries. Then build FreeRADIUS, and the module will automatically be installed. Alan DeKok. - List

Re: rlm_eap(peap):unknown error

2005-10-04 Thread Alan DeKok
Kouji Amemiya [EMAIL PROTECTED] wrote: rlm_eap: Loaded and initialized type tls rlm_eap: Failed to link EAP-Type/peap: unknown error The peap module probably wasn't built or installed. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: expr in SQL not working

2005-10-04 Thread Alan DeKok
Gunther [EMAIL PROTECTED] wrote: Tue Oct 4 00:53:46 2005 : Debug: rlm_sql_mysql: query: SELECT phs_radgroupreply.radgroupreply_id,phs_radgroupreply.radgroupreply_groupname ,phs_radgroupreply.radgroupreply_attribute,phs_radgroupreply.radgroupreply_v alue,phs_radgroupreply.radgroupreply_op

Re: MSCHAPv2, MySQL, Freeradius

2005-10-04 Thread Alan DeKok
Dan Russell [EMAIL PROTECTED] wrote: Hey, I'm not having a go at you, I believe it does work, I'm just having issue getting it working.. Yes, but too many people post messages saying Stuff went wrong... how do I fix it?. Without any context, the only possible answer is No idea... Tue Oct

Re: freeradius and MS SQL -- anyone got it working?

2005-10-04 Thread Duane Cox
Hope this helps. If you are running freeradius as other than root.root, make sure that this user or group can read /etc/odbc/ Also read my previous post. Adjust to your liking or system... cd /usr/src rm -fr unixODBC-2.2.11 tar -zxvf unixODBC-2.2.11.tar.gz cd unixODBC-2.2.11 sed -i s/void

Re: expr in SQL not working

2005-10-04 Thread Nicolas Baradakis
Alan DeKok wrote: Gunther [EMAIL PROTECTED] wrote: Tue Oct 4 00:53:46 2005 : Debug: rlm_sql_mysql: query: SELECT phs_radgroupreply.radgroupreply_id,phs_radgroupreply.radgroupreply_groupname ,phs_radgroupreply.radgroupreply_attribute,phs_radgroupreply.radgroupreply_v

Re: freeradius and MS SQL -- anyone got it working?

2005-10-04 Thread Alan DeKok
Duane Cox [EMAIL PROTECTED] wrote: Hope this helps. ... Added as doc/mssql. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: FreeRADIUS - FreeBSD - Segmentation fault

2005-10-04 Thread Dusty Doris
On Mon, 3 Oct 2005, Alan DeKok wrote: Christian Meutes [EMAIL PROTECTED] wrote: are there any new findings in context to the problem with FreeRADIUS(rlm_sql_mysql?) 1.0.4 under FreeBSD? I have just tested it with FreeBSD5.4-Release and FreeRADIUS out of the ports and the problem still exists:

Re: FreeRADIUS - FreeBSD - Segmentation fault

2005-10-04 Thread Alan DeKok
Dusty Doris [EMAIL PROTECTED] wrote: Just an FYI. I just put into production late last night, two freeradius 1.0.5 servers running on freebsd 5.4, which are using rlm_mysql. The crash was reported on 4.x, so I'll see if I can reproduce it there. Alan DeKok. - List

Re: pam_radius_auth threading issues

2005-10-04 Thread Rich Graves
On 10/3/05, Alan DeKok [EMAIL PROTECTED] wrote: Rich Graves [EMAIL PROTECTED] wrote: This setup regularly fails under any sort of concurrency. Threading issues seem one likely reason. pam_radius_auth.c hasn't been touched in a while an d hasn't had the same attention to thread safety asThe PAM

Radius server configuration for challenge messages

2005-10-04 Thread Nagaraj Venkatapuram
Hi, Does any body has any idea how to configure radius server to generate challenge messages per user per radius client ? I could not find any documentation on freeradius website regarding the same. Please let me know. Regards, N - List info/subscribe/unsubscribe? See

Re: Radius server configuration for challenge messages

2005-10-04 Thread nagaraj
Radius server I am using is from freeradius.org website, version 1.0.5. On 10/4/05, Nagaraj Venkatapuram [EMAIL PROTECTED] wrote: Hi, Does any body has any idea how to configure radius server to generate challenge messages per user per radius client ? I could not find any documentation on

Re: pam_radius_auth threading issues

2005-10-04 Thread Alan DeKok
Rich Graves [EMAIL PROTECTED] wrote: I know (just barely) enough to agree with that, but want more hints as to the granularity -- do I need to lock all of pam_sm_authenticate, or just talk_radius? I would lock each PAM function. Ick. Well, with only a single conf-sockfd, there really is no

Re: What's Up Gold and Freeradius

2005-10-04 Thread Linda Pagillo
Good morning Mr. DeKok: Thank you for your reply. Could you please tell me what i need to do to correct this issue? Which file do i have to fix? - Original Message - From: Alan DeKok [EMAIL PROTECTED] To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Sent: Monday,

Re: FreeRADIUS - FreeBSD - Segmentation fault

2005-10-04 Thread Dusty Doris
a few thing would be nice to know to maybe localize the problem further: Are you running FreeBSD 5.4-Release or 5.4-Stable? Which MySQL version are you running and do you have compiled it with native threads or with linuxthreads? I installed freebsd 5.4-release and then updated the source

Re: What's Up Gold and Freeradius

2005-10-04 Thread Dusty Doris
Good morning Mr. DeKok: Thank you for your reply. Could you please tell me what i need to do to correct this issue? Which file do i have to fix? clients.conf is where you put the shared secret for the client to use. So, either fix the shared secret there to match your client, or change the

Re: What's Up Gold and Freeradius

2005-10-04 Thread Alan DeKok
Linda Pagillo [EMAIL PROTECTED] wrote: Thank you for your reply. Could you please tell me what i need to do to correct this issue? Which file do i have to fix? Re-enter the shared secret on the RADIUS server and client. Alan DeKOk. - List info/subscribe/unsubscribe? See

RE: expr in SQL not working

2005-10-04 Thread Gunther
Thanks Alan and Nicolas, Compiled again 1.0.5 for Fedora FC4 ... and so far it is working. I can confirm that the sql+expr problem is fixed with 1.0.5! Thanks a lot! And now the next step on my todo list ... Gunther Nicolas Baradakis wrote: Alan DeKok wrote: Gunther [EMAIL PROTECTED] wrote:

Cannot start Cisctron radius server

2005-10-04 Thread Nagaraja Gundurao
Hi everyone, I have installed cistron 1.6.7. When I tried to run it,t it gives me an error saying [EMAIL PROTECTED] init.d]# ./radiusd start Starting RADIUS server: radiusd: dict_init: Couldn't open dictionary: /etc/raddb/dictionary.compat

No updates with radiusd log

2005-10-04 Thread john
Hello, I've tried multiple sources and websites to no avail. I've set up FreeRadius 1.0.4 successfully. I've generated local certs also. We've tested accessing the FreeRadius server with Windows XP SP2 locally over the local access point. When we attempt to access the FreeRadius server via

Re: No updates with radiusd log

2005-10-04 Thread Alan DeKok
[EMAIL PROTECTED] wrote: When we attempt to access the FreeRadius server via a remote AP, the radiusd log shows nothing. Run the server in debugging mode to see what it's doing, and why. This is mentioned in the FAQ, README, INSTALL, and daily on this list. No attempt, nothing. Yet the

RE: MSCHAPv2, MySQL, Freeradius

2005-10-04 Thread Dan Russell
-Original Message- From: [EMAIL PROTECTED] [mailto:freeradius- [EMAIL PROTECTED] On Behalf Of Alan DeKok Sent: Wednesday, 5 October 2005 1:48 AM To: FreeRadius users mailing list Subject: Re: MSCHAPv2, MySQL, Freeradius Dan Russell [EMAIL PROTECTED] wrote: Hey, I'm not having a

Setup questions- client user secrets

2005-10-04 Thread Padmanabhan Ramaswamy
Hi. I'm fairly new to the RADIUS stuff. I'm trying to setupFreeRadius 1.0.1 as a failover (secondary) server on a remote network. I've RadTest-ed and NTRadPing-ed the basic installation and it seems to work fine. My current RADIUS server is a commercial product running on a Win 2k machine