Login Scrip

2010-03-08 Thread Hamada Caspy
Dear FreeRadius Users I would like to put a script that maps a netowrk drive when a user logs in. I am using Ldap to authenticate users. everything is working fine just donno how and where to put the script. How to use the Exec-Progrm-Wait module? Where can i put it or look for it? is it

No authenticate method (Auth-Type) configuration found for the request: Rejecting the user

2010-03-08 Thread omega bk
hello, i sucess dpkg-buildpackage (after reinstalling os ubuntu on my server test) so i installed FreeRADIUS Version 2.1.8 via .deb file ok so know i tried the same configuration like before, but launching freeradius -X ireturns rad_recv: Access-Request packet from host 192.168.20.253 port

Re: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user

2010-03-08 Thread Alan Buxey
Hi, i sucess dpkg-buildpackage (after reinstalling os ubuntu on my server test) so i installed FreeRADIUS Version 2.1.8 via .deb file ok so know i tried the same configuration like before, but launching freeradius -X ireturns rad_recv: Access-Request packet from host 192.168.20.253

Re: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user

2010-03-08 Thread omega bk
ok, my all freeradis -X is: Ready to process requests. rad_recv: Access-Request packet from host 192.168.20.253 port 1645, id=2, length=155 User-Name = linatest Service-Type = Framed-User Framed-MTU = 1500 Called-Station-Id = 00-1A-A1-64-BB-1A

Re: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user

2010-03-08 Thread omega bk
you're right my connexion is eap based and i did not build freeradius with ssl support how to make it work, please? thanks - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

freeradius 2.1.8 : No authenticate method (Auth-Type) configuration found for the request: Rejecting the user / sites-enabled

2010-03-08 Thread Klaus Schinkinger
Hi guys! I got this error as you can see from the subject, as far as I have learned now this is due to me not having any sites-enabled, problem is I don't even know which ones to enable. So here's what I am actually trying to accomplish: Currently we have a freeradius in the version 1.1.13

freeradius 2.1.8 : No authenticate method (Auth-Type) configuration found for the request: Rejecting the user / sites-enabled

2010-03-08 Thread Klaus Schinkinger
Hi guys! I got this error as you can see from the subject, as far as I have learned now this is due to me not having any sites-enabled, problem is I don't even know which ones to enable. So here's what I am actually trying to accomplish: Currently we have a freeradius in the version 1.1.13

Re: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user

2010-03-08 Thread omega bk
I rebuild deb files so i got: -rw-r--r-- 1 root root1040 2010-03-08 15:52 freeradius_2.1.8+git.dsc -rw-r--r-- 1 root root5212 2010-03-08 15:56 freeradius_2.1.8+git_i386.changes -rw-r--r-- 1 root root 1352152 2010-03-08 15:55 * freeradius_2.1.8+git_i386.deb* -rw-r--r-- 1 root root

Re: freeradius 2.1.8 : No authenticate method (Auth-Type) configuration found for the request: Rejecting the user / sites-enabled

2010-03-08 Thread Alan DeKok
Klaus Schinkinger wrote: I got this error as you can see from the subject, as far as I have learned now this is due to me not having any sites-enabled, problem is I don't even know which ones to enable. The default install of 2.1.8 enables the ones you need. So here's what I am actually

Problems with PEAP/mschapv2

2010-03-08 Thread Casartello, Thomas
I've noticed recently that my PEAP/mschapv2 for my wireless network will randomly stop working and I have to reboot the server freeradius is running on. Don't ask me why this is working, but restarting the daemons won't fix it. Once I reboot everything works fine for a few days and then happens

Re: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user

2010-03-08 Thread omega bk
still the same rad_recv: Access-Request packet from host 192.168.20.253 port 1645, id=3, length=155 User-Name = linatest Service-Type = Framed-User Framed-MTU = 1500 Called-Station-Id = 00-1A-A1-64-BB-1A Calling-Station-Id = 00-18-8B-B5-26-B7 EAP-Message =

Re: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user

2010-03-08 Thread John Dennis
On 03/08/2010 10:04 AM, omega bk wrote: so know i need to authenticate my users with our openldap. [useless information not requested deleted] what i did before: If you want people to help please don't ignore what you've been asked to do. We need to see the *full* output of radiusd -X.

Re: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user

2010-03-08 Thread omega bk
ok, i put on the top of users file: ### linatest Cleartext-Password := linagora so run the rad test: radtest linatest linagora 127.0.0.1 0 testing123 my rfreeradius -X # freeradius -X FreeRADIUS Version 2.1.8, for host i486-pc-linux-gnu, built on

Re: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user

2010-03-08 Thread Alan Buxey
Hi, including files in directory /etc/freeradius/sites-enabled/ ...empty..nothing in there WARNING: Empty section. Using default return values. and hence nothing there too! ensure that you have a virtual server or more defined in the sites-enabled directory. the default sites should

Re: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user

2010-03-08 Thread Alan DeKok
omega bk wrote: including files in directory /etc/freeradius/sites-enabled/ main { You have NOTHING in the sites-enabled directory. Go fix that. You likely need default and inner-tunnel. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user

2010-03-08 Thread John Dennis
On 03/08/2010 11:35 AM, omega bk wrote: ok, i put on the top of users file: You or somebody else have badly broken the default configuration. It appears as though there is nothing defined in /etc/raddb/sites-enabled. At a minimum /etc/raddb/sites-enabled should contain these symbolic links:

Logging Packet-Type of reply packets from inner-tunnel

2010-03-08 Thread Bob Franklin
Hello, I'm trying to log aspects of the reply packet returned to the NAS at various stages during authentication using an inner tunnel, in particular the Packet-Type. This is on FreeRADIUS 2.1.6. My problem is that I can't find a way to retrieve this information in the middle of the inner

Re: Logging Packet-Type of reply packets from inner-tunnel

2010-03-08 Thread Alan DeKok
Bob Franklin wrote: However, I can't seem to do this with locally-handled packets -- I have 'post-auth' which runs for 'Access-Accept' and (optionally, through 'Post-Auth-Type REJECT'), 'Access-Reject'. But I would like to be able to log the intermediate 'Access-Challenge' packets. Putting

Error installing Freeradius

2010-03-08 Thread Harshil Anil Kumar Shah
Hey I am installing freeradius-server-snapshot-20080628 and getting following error make[4]: Entering directory `/usr/src/802/radius/freeradius-server-snapshot-20080628/src/main' /usr/src/802/radius/freeradius-server-snapshot-20080628/libtool --mode=link gcc -export-dynamic -dlopen self \

Re: Error installing Freeradius

2010-03-08 Thread Alan DeKok
Harshil Anil Kumar Shah wrote: Hey I am installing freeradius-server-snapshot-20080628 Is there any reason you're installing a version that's 2 years old? and getting following error shrug Install an official release, like 2.1.8. Alan DeKok. - List info/subscribe/unsubscribe? See

RE: Error installing Freeradius

2010-03-08 Thread Harshil Anil Kumar Shah
Ok. Thanks Regards, Harshil, EmpID: 128522. From: freeradius-users-bounces+harshil_shah=infosys@lists.freeradius.org [freeradius-users-bounces+harshil_shah=infosys@lists.freeradius.org] On Behalf Of Alan DeKok [al...@deployingradius.com] Sent:

RE: Error installing Freeradius

2010-03-08 Thread Harshil Anil Kumar Shah
Yes In the newer version I did not find CA.all file which I needed . Thats is why I use Older version Regards, Harshil, EmpID: 128522. From: freeradius-users-bounces+harshil_shah=infosys@lists.freeradius.org

Re: Error installing Freeradius

2010-03-08 Thread Alan DeKok
Harshil Anil Kumar Shah wrote: Yes In the newer version I did not find CA.all file which I needed . Thats is why I use Older version See raddb/certs/README This is documented. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html