Re: detail sql logging problem

2008-04-15 Thread A . L . M . Buxey
Hi, > "unlang". :) yes - i was pondering that one. okay. and even better, use eg sql_log for the ones that are session-time = 0 so that i can capture them, know them, and see when the issue is fixed etc... alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: location of source files in windows freeradius

2008-04-15 Thread sanjeev.kumarroy
Hi, The site is down for maintenance. Is there any place I can get the source codes other than this? Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ivan Kalik Sent: Thursday, April 10, 2008 2:12 PM To: FreeRadius users mailing list Subject: RE:

Re:Re: eap

2008-04-15 Thread xiningtom_1986
Thank you! Thank you very much! 在2008-04-15,"Alan DeKok" <[EMAIL PROTECTED]> 写道: [EMAIL PROTECTED] wrote: > Thank you! Thank you very much! > But when I add a new type ("eap_test"),it says "Failed to link > rlm_eap_test in structure test" . > Why?And do I need to modify the configure

Re: detail sql logging problem

2008-04-15 Thread Alan DeKok
[EMAIL PROTECTED] wrote: > further to last email, heres example packet: > ... > Acct-Session-Time = 0 "unlang". :) accounting { ... if (Acct-Sesion-Time != 0) { sql } else { ok } ... } i.e. bypass the mod

detail sql logging problem

2008-04-15 Thread A . L . M . Buxey
hi, further to last email, heres example packet: Tue Apr 15 12:20:56 2008 User-Name = "x" NAS-Port = 29 NAS-IP-Address = 192.168.1.28 Framed-IP-Address = 192.168.0.3 NAS-Identifier = "wism" Airespace-Wlan-Id = 1 Acct-Session-Id = "48048f

rlm_detail and the processing of logs into SQL

2008-04-15 Thread A . L . M . Buxey
hi, we're using the detail method to put accounting packets into a file and then using the buffered-sql virtual server to then poll that file and periodically put it into a postgres database. however, we are hitting this little nastiness rlm_sql (sql) in sql_accounting: stop packet with zero sess

Re: Virtual-Server attribute matching in users file.

2008-04-15 Thread Matthew Schumacher
Alan DeKok wrote: Matthew Schumacher wrote: I see that there is a Virtual-Server internal attribute so I thought I could do something like this: DEFAULT Virtual-Server == 'dsl' ... DEFAULT Virtual-Server == 'dialup' Why? The whole point of virtual servers is that you shouldn't have to do

Re: FR 1.1.7 + AD 2003 + LDAP

2008-04-15 Thread Charlie B
Hello, Looks like the kerberos was only a piece to the puzzle. When a user enters the 14 day period prior to being required to change password, windows XP is changing the password of the user in some way that deauthenticates the user. any ideas? - List info/subscribe/unsubscribe? See http://www.

Re: LDAP module problem in 2.0.3

2008-04-15 Thread Jason Alderfer
> Hi Jason, > with the answer from Alan we have found the dn-information in the control > item. You must use %{control:Ldap-UserDn} instead of %{Ldap-UserDn} Perfect. Unlang works now. Thanks. However, there is still the problem with postauth. >> the function ldap_postauth in rlm_ldap.c still

Re: eap

2008-04-15 Thread Alan DeKok
[EMAIL PROTECTED] wrote: > Thank you! Thank you very much! > But when I add a new type ("eap_test"),it says "Failed to link > rlm_eap_test in structure test" . > Why?And do I need to modify the configure files or makefiles? Don't touch the "configure" file. Just create a Makefile in that di

Re:Re: eap

2008-04-15 Thread xiningtom_1986
Thank you! Thank you very much! But when I add a new type ("eap_test"),it says "Failed to link rlm_eap_test in structure test" . Why?And do I need to modify the configure files or makefiles? 在2008-04-15,"Alan DeKok" <[EMAIL PROTECTED]> 写道: xiningtom_1986 wrote: > Hello!I want to know ho

Re: exec-program-wait problem with freeradius 2.0.3

2008-04-15 Thread Alan DeKok
Emmanuel Willems wrote: > I added exec in post-auth in sites-enabled/default and > sites-enabled/inner-tunnel and it's still no go. > Did i miss something? Debug log? Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: How do i change the NAS ip address

2008-04-15 Thread Ivan Kalik
http://wiki.freeradius.org/Clients.conf Ivan Kalik Kalik Informatika ISP Dana 15/4/2008, "johnson elangbam" <[EMAIL PROTECTED]> piše: > hi, >I've been configuring free radius 2.0.3, I've configured almost all >the files and run successfully for the testing purpose from the localhost by

How do i change the NAS ip address

2008-04-15 Thread johnson elangbam
hi, I've been configuring free radius 2.0.3, I've configured almost all the files and run successfully for the testing purpose from the localhost by using the "radtest", now I need to implement my radius in the real invironment by putting the NAS ip address, currently my NAS ip address is

Re: attributes lost

2008-04-15 Thread Alan DeKok
Marc Boisis-Delavaud wrote: > Is it normal freeradius send attributes before access-accept ? Yes. This is legacy behavior, and will eventually be fixed. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: attributes lost

2008-04-15 Thread Marc Boisis-Delavaud
Is it normal freeradius send attributes before access-accept ? Sending Access-Challenge of id 179 to 10.14.0.59 port 1645 Class = 0x4f553d61646d696e3b Tunnel-Private-Group-Id:0 = "1" Tunnel-Medium-Type:0 = IEEE-802 Tunnel-Type:0 = VLAN EAP-Message = 0x01020

Re: exec-program-wait problem with freeradius 2.0.3

2008-04-15 Thread Emmanuel Willems
I added exec in post-auth in sites-enabled/default and sites-enabled/inner-tunnel and it's still no go. Did i miss something? Thankx, Emmanuel Alan DeKok wrote: Emmanuel Willems wrote: > All works well in version 1.1.3 but the script does not get called in > version 2.0.3 List 'exec' in

Re: radiusd not starting

2008-04-15 Thread Dr.Peer-Joachim Koch
Hi, but even as root:root it's not working ! Shouldn't there be a access denied or smoething like this ? Here is the startup: ## more Rad2.log# FreeRADIUS Version 2.0.3, for host i686-suse-linux-gnu, built on Mar 19 2008 at 10:23:16 Copyright (C) 1999-2008 The

Re: LDAP module problem in 2.0.3

2008-04-15 Thread Christian Goebel
Hi Jason, with the answer from Alan we have found the dn-information in the control item. You must use %{control:Ldap-UserDn} instead of %{Ldap-UserDn} Regards, Christan On Monday 14 April 2008 23:18:42 Jason Alderfer wrote: > > Jason Alderfer wrote: > >> I'm testing upgrading to 2.0.3 from 1.

Re: radiusd not starting

2008-04-15 Thread A . L . M . Buxey
Hi, > we updated yesterday one of our server running Novell SLES 9. > After the update the "raidusd" (not the sles version, self compiled) > did not work correctly (the load was getting higher and higher). > > Therefore I installed the current version of the > freeradius-server (2.0.3) from > http

radiusd not starting

2008-04-15 Thread Dr.Peer-Joachim Koch
Hi, we updated yesterday one of our server running Novell SLES 9. After the update the "raidusd" (not the sles version, self compiled) did not work correctly (the load was getting higher and higher). Therefore I installed the current version of the freeradius-server (2.0.3) from http://download.

Re: eap

2008-04-15 Thread Alan DeKok
xiningtom_1986 wrote: > Hello!I want to know how to add a new eap type in freeradius!I expect > your reply!Thank you! src/modules/rlm_eap/ See the current EAP methods. If you want a new one, start off by copying the MD5 method, and editing it. Alan DeKok. - List info/subscribe/unsubscrib