RE: help with EAP MD5 wired authentication

2005-11-22 Thread MINODIER David RD-RESA-LAN
Since you're using EAP-MD5, you should have in your users file: Xxx Auth-Type := EAP, User-Password == whatever David. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Anup Parkhi Envoyé : mardi 22 novembre 2005 01:54 À :

Re: Cache with proxy

2005-11-22 Thread Nicolas Baradakis
Romain GAILLEGUE wrote: I have recently installed two freeradius servers one in server mode with MySQL authentication and an other in proxy mod. But sometime the connexion between the two servers is broken. I would like to know if it's possible to have a cache on the proxy ? You may look

authentication by ip address

2005-11-22 Thread Mathias Dörr
Hello, I have version 1.0.4 installed and trying know to make authorization/ authentication by the remote ip address, instead of username and password. In the main distribution authorization/ authentication is based on username /password. Where is the starting point to get this implemented ? Many

Re: authentication by ip address

2005-11-22 Thread Christopher Carver
Mathias Dörr wrote: Hello, I have version 1.0.4 installed and trying know to make authorization/ authentication by the remote ip address, instead of username and password. In the main distribution authorization/ authentication is based on username /password. Where is the starting point to get

freeradius SIGSEGV, Segmentation fault.

2005-11-22 Thread Norbert Wegener
I want to do machine authentication against an AD and grabbed the latest version from cvs this morning. I configured and ran it, but during establishing the connection, freeradius segfaults. The last lines are: rlm_eap_tls: Received EAP-TLS ACK message rlm_eap_tls: ack handshake is finished

help needed for debugging segfault

2005-11-22 Thread Luca Corti
Hello, I've been banging my head against this for a few days. I've installed freeradius 1.1.0 from cvs and I'm doing EAP-PEAP using ntlm_auth for authentication. freeradius segfaults while sending the access-accept packet. In my first post someone instructed me to enable coredumps in freeradius

Re: help needed for debugging segfault

2005-11-22 Thread Nicolas Baradakis
Luca Corti wrote: I've compiled freeradius using --enable-developer, set allow_core_dumps = yes in radiusd.conf and used ulimit to remove coredump filesize limit from my shell, but it seems freeradius still doesn't dump core. If there is no coredump to be found, you could try to run

Re: help needed for debugging segfault

2005-11-22 Thread Artur Hecker
hi I've installed freeradius 1.1.0 from cvs and I'm doing EAP-PEAP using ntlm_auth for authentication. freeradius segfaults while sending the access-accept packet. In my first post someone instructed me to enable coredumps in freeradius and post the result. just a thought - wouldn't it

Re: help needed for debugging segfault

2005-11-22 Thread Joe Maimon
Luca Corti wrote: Hello, I've been banging my head against this for a few days. I've installed freeradius 1.1.0 from cvs and I'm doing EAP-PEAP using ntlm_auth for authentication. freeradius segfaults while sending the access-accept packet. In my first post someone instructed me to enable

Re: help needed for debugging segfault

2005-11-22 Thread Norbert Wegener
Artur Hecker wrote: hi I've installed freeradius 1.1.0 from cvs and I'm doing EAP-PEAP using ntlm_auth for authentication. freeradius segfaults while sending the access-accept packet. In my first post someone instructed me to enable coredumps in freeradius and post the result. just a

[Fwd: Re: help needed for debugging segfault]

2005-11-22 Thread Norbert Wegener
Hello Michael, as you have found the solution of how to make machine authentication work against AD using freeradius and samba: As long as there seems to be a problem with the actual cvs version of freeradius in that area, would it be possible for you, to supply a diff against 1.0.5, so that

multiple timespan entries ( Login-Time )

2005-11-22 Thread Seferovic Edvin
Hi, I would like to allow my users to access the internet only between 0700 and 1430 and between 1530 and 2200 hours. So my Login-Time attribute looks like Wk0700-1430, Wk1530-2200. It is also stored in my LDAP directory... so.. my user wants to connect at 1600 and I get message Auth:

Freeradius + Mysql + Dialup Admin

2005-11-22 Thread Mohammad K. Flaifel
Hi all, I have configured freeradius over RedHat AS4, mysql and dialup admin. I'm still now in testing phase. When testing an account with ntradping utility I get the following log on radius.log: Tue Nov 22 18:02:26 2005 : Error: rlm_sql: Failed to create the pair: Unknown value Local for

Clients.conf attributes, multiples users files.

2005-11-22 Thread Breuer Nicolas
Hello all, I wouldlike to have only one instance of freeradiusd but with multiples users files. For the moment i've differents process of freeradiusd with multiples users files. I think that it's not possible for the moment but do you think it can be a possible feature for the future ?

Re: Freeradius + Mysql + Dialup Admin

2005-11-22 Thread Lewis Bergman
Mohammad K. Flaifel wrote: Hi all, I have configured freeradius over RedHat AS4, mysql and dialup admin. I'm still now in testing phase. When testing an account with ntradping utility I get the following log on radius.log: Tue Nov 22 18:02:26 2005 : Error: rlm_sql: Failed to create the pair:

Freeradius How to integrate Active Directory [AD Integration WindowsXP NTLM Tutorial]

2005-11-22 Thread charles schwartz
Hi list, A lot of people on this list would like to integrate Active Directory with FreeRADIUS in order to provide a transparent user authentication login process. There are at least 2 ways to integrate AD: LDAP and NTLM. I've written a tutorial about how to do this with NTLM (winbind,

Re: help needed for debugging segfault

2005-11-22 Thread Luca Corti
On Tue, 2005-11-22 at 14:49 +0100, Norbert Wegener wrote: Managed to run freeradius under gdb, same happening here. modcall: leaving group authenticate (returns ok) for request 8 Sending Access-Accept of id 9 to 1.2.3.4 port 1025 MS-MPPE-Recv-Key =

Re: Freeradius How to integrate Active Directory [AD Integration WindowsXP NTLM Tutorial]

2005-11-22 Thread Alan DeKok
charles schwartz [EMAIL PROTECTED] wrote: There are at least 2 ways to integrate AD: LDAP and NTLM. I've written a tutorial about how to do this with NTLM (winbind, ntlm_auth). The Windows supplicants are configured to work with PEAP and MSCHAPv2. Very nice. My only real comment is that

Re: Freeradius How to integrate Active Directory [AD Integration WindowsXP NTLM Tutorial]

2005-11-22 Thread Robin Mordasiewicz
On Tue, 22 Nov 2005, charles schwartz wrote: A lot of people on this list would like to integrate Active Directory with FreeRADIUS in order to provide a transparent user authentication login process. There are at least 2 ways to integrate AD: LDAP and NTLM. I've written a tutorial about

Re: wireless+freeradius+AD

2005-11-22 Thread Alan DeKok
Robin Mordasiewicz [EMAIL PROTECTED] wrote: I made a trip to my local bookstore and just read in the oreilly 802.11 book on building wireless infrastructure that I would need to use Microsoft IAS. Is this false ? Yes. I think, though, at the time the book was written, machine

Re: email the daily logfile ?

2005-11-22 Thread Alan DeKok
Frank Bonnet [EMAIL PROTECTED] wrote: before writing a script myself I would like to know if there is an option in freeradius to send by email the logfile generated in /var/log/freeradius/radacct/127.0.0.1/detail-MMDD ? No. The script should be very small, though. Alan DeKok. -

Re: tool for testing machine authentication

2005-11-22 Thread Alan DeKok
Norbert Wegener [EMAIL PROTECTED] wrote: Does a tool exist, that lets me test machine account authentication against an AD? Something like an equivalent to radtest? See wpa_supplicant. It includes an eapol_test program, which implements most EAP types. You should be able to make it fake

Re: tool for testing machine authentication

2005-11-22 Thread Alan DeKok
Brian A. Seklecki [EMAIL PROTECTED] wrote: It is time for someone to step up and start writing some serious documentation. sigh Once again, the generic someone, meaning not me. Alan DEKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Access-challenge attributes

2005-11-22 Thread Alan DeKok
MINODIER David RD-RESA-LAN [EMAIL PROTECTED] wrote: Is it normal that the attributes contained in the access-accept packet are also contained in the Access-Challenge packets sent by Freeradius ? Yes, it can be considered a bug. Is there a way to force Freeradius to return the attributes

RE: Freeradius How to integrate Active Directory [AD Integration WindowsXP NTLM Tutorial]

2005-11-22 Thread King, Michael
Hi Robin -Original Message- I have one Debian specific error rlm_eap: Failed to link EAP-Type/tls: rlm_eap_tls.so: cannot open shared object file: No such file or directory radiusd.conf[9]: eap: Module instantiation failed. it seems that the shared object is not shipped when

Re: freeradius SIGSEGV, Segmentation fault.

2005-11-22 Thread Alan DeKok
Norbert Wegener [EMAIL PROTECTED] wrote: I configured and ran it, but during establishing the connection, freeradius segfaults. You're sending a Tunnel-Password attribute longer than 16 characters. Do a cvs update and it should work. Alan DeKok. - List info/subscribe/unsubscribe? See

Re: Freeradius + Mysql + Dialup Admin

2005-11-22 Thread Alan DeKok
Mohammad K. Flaifel [EMAIL PROTECTED] wrote: Tue Nov 22 18:02:26 2005 : Error: rlm_sql: Failed to create the pair: Unknown value Local for attribute Auth-Type You are not using the dictionaries that came with FreeRADIUS. Alan DeKok. - List info/subscribe/unsubscribe? See

Re: Freeradius How to integrate Active Directory [AD Integration WindowsXP NTLM Tutorial]

2005-11-22 Thread Norbert Wegener
Hi Charles, thank you for that howto. A typo, that you might want to correct: On page 9 it should be --request-nt-key -instead of –-nt-request-key and --username instead of -username. Norbert Wegener charles schwartz wrote: Hi list, A lot of people on this list would like to integrate

Password Expiry policy

2005-11-22 Thread Alhagie Puye
Hello all, I was wondering if anyone has implemented the feature of password expiry with Freeradius used for authenticating Cisco VPN clients. I have a Cisco PIX firewall using Freeradius as a backend (/etc/passwd). Anyway help would be greatly appreciated. Thanks in advance, Alhagie Puye -

RE: help with EAP MD5 wired authentication

2005-11-22 Thread Anup Parkhi
Thanks for responding. I tried that but did not work. radiusd gave the same error message before. If you have it working then please send your radiusd.conf, users file My email is [EMAIL PROTECTED] Anup From: MINODIER David RD-RESA-LAN [EMAIL PROTECTED] To: [EMAIL PROTECTED],FreeRadius

ntlm_auth problem

2005-11-22 Thread Andrew Dixon
Hi All. I have setup up a VPN server using FC4 and Poptop using freeradius for authication via a Windows DC. As far as I can see everything is setup correctly, however it fails to authicate any users when a login attempt is made. It is logging the following error message in the radius.log file:

Outter User-Name for Accounting in EAP-TTLS

2005-11-22 Thread kevin
I want to use FreeRadius for proxy so our map is like this AP - FreeRadius - MyRadius Problem is MyRadius gets user-name=anonymous in accounting. Is there a way that we can put a real user-name to accounting? Kevin - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: ntlm_auth problem

2005-11-22 Thread Andrew Dixon
Hi All. Ok, as is always the way with these things, once I posted the message I almost immediately found the answer, typical!!! The answer is the execution is not permitted because of SELinux. Disabling SELinux fixes the problem. I'm sure there must be away to reconfigure SELinux to allow this

Re: Freeradius How to integrate Active Directory [AD Integration WindowsXP NTLM Tutorial]

2005-11-22 Thread Robin Mordasiewicz
On Tue, 22 Nov 2005, charles schwartz wrote: Hi list, A lot of people on this list would like to integrate Active Directory with FreeRADIUS in order to provide a transparent user authentication login process. There are at least 2 ways to integrate AD: LDAP and NTLM. I've written a

Re: Freeradius How to integrate Active Directory [AD Integration WindowsXP NTLM Tutorial]

2005-11-22 Thread Luca Corti
On Tue, 2005-11-22 at 14:10 -0500, Robin Mordasiewicz wrote: it seems that the shared object is not shipped when I did apt-get install freeradius Grab the latest CVS, install build-deps and use dpkg-buildpackage. It should work out-of-the-box. -- Luca Corti PGP Key ID 1F38C091 signature.asc

Re: Freeradius How to integrate Active Directory [AD Integration WindowsXP NTLM Tutorial]

2005-11-22 Thread Alan DeKok
Robin Mordasiewicz [EMAIL PROTECTED] wrote: thanks for this. I change to use the /dev/random as per your tutorial but radiusd hangs. When I change the random_file back to the original then it works Yes. The random_file needed by the TLS module is a *pool* of random numbers. /dev/random and

Re: Freeradius How to integrate Active Directory [AD Integration WindowsXP NTLM Tutorial]

2005-11-22 Thread Robin Mordasiewicz
On Tue, 22 Nov 2005, charles schwartz wrote: Hi list, A lot of people on this list would like to integrate Active Directory with FreeRADIUS in order to provide a transparent user authentication login process. There are at least 2 ways to integrate AD: LDAP and NTLM. I've written a

parsing detail files myself

2005-11-22 Thread Ming-Ching Tiew
As a follow on the my requirement of reading the detail file and updating them into MSSQL database, I have written a program to parse the content of the file, which is produced by ***ONE*** single Cisco box sending data to free radius 1.04, and this is what I noticed, I need someone to tell me

Re: Freeradius How to integrate Active Directory [AD Integration WindowsXP NTLM Tutorial]

2005-11-22 Thread Michael Griego
Actually, that's not completely true. Using /dev/random as the file argument for RAND_load_file when seeding the PRNG is recommended practice on systems that have it. The RAND_load_file call in the eap_tls code will only read at max 1048567 (1024 * 1024) bytes from the file, so it won't read

multiple 'users' files possible?

2005-11-22 Thread Arne Götje (高盛華)
Hi list, is it possible with freeradius to use multiple 'users' files for authentication? For example having users devided by department and different administrators are allowed to edit only their own users file? My customer requests to use text files instead of a database... I know that a

Re: parsing detail files myself

2005-11-22 Thread Zoltan A. Ori
On Tuesday 22 November 2005 20:59, Ming-Ching Tiew wrote: My observations :- 1. The number attributes in a records ( ie the number of lines in a record ) is not consistent. I have skipped those Cisco-AVPair in the files, and this is the stats :- Why skip anything? It will only confuse you

Re: multiple 'users' files possible?

2005-11-22 Thread Lewis Bergman
Arne Götje (高盛華) wrote: Hi list, is it possible with freeradius to use multiple 'users' files for authentication? For example having users devided by department and different administrators are allowed to edit only their own users file? My customer requests to use text files instead of a

Re: Adding a realm to username with pam_radius_auth

2005-11-22 Thread Walter Goulet
Alan DeKok wrote: Walter Goulet [EMAIL PROTECTED] wrote: Quick question regarding pam_radius_auth. Since you have to have a local account on the client machine using pam_radius_auth to authenticate ssh sessions, how would you go about adding a realm to the username portion of the

Re: tool for testing machine authentication

2005-11-22 Thread Johan Ramm-Ericson
Date: Tue, 22 Nov 2005 14:20:29 -0500 From: Alan DeKok [EMAIL PROTECTED] Subject: Re: tool for testing machine authentication To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Message-ID: [EMAIL PROTECTED] Brian A. Seklecki [EMAIL PROTECTED] wrote: It is time for someone to

Re: multiple 'users' files possible?

2005-11-22 Thread Arne Götje (高盛華)
On Wednesday 23 November 2005 12:18, Lewis Bergman wrote: Arne Götje (高盛華) wrote: Hi list, is it possible with freeradius to use multiple 'users' files for authentication? For example having users devided by department and different administrators are allowed to edit only their own

Re: tool for testing machine authentication

2005-11-22 Thread Robin Mordasiewicz
On Wed, 23 Nov 2005, Johan Ramm-Ericson wrote: contribute to improve it. A while back there was a thread on the mailinglist to the effect of setting up a Wiki. Has this seen any progression? If not, I'll be glad to put in some effort to get this done. Also, I'm willing to pitch in on

Re: multiple 'users' files possible?

2005-11-22 Thread Lewis Bergman
Arne Götje (高盛華) wrote: You will find a line like below in radius.conf. Add another to your hearts content. I haven't ever done this for users but it works for sql and other files so I can't imagine why it wouldn't work for users file. This is found in the modules section. files {

Re: multiple 'users' files possible?

2005-11-22 Thread Arne Götje (高盛華)
On Wednesday 23 November 2005 13:50, Lewis Bergman wrote: This is exactly my question whether this will work or the second entry will just overwrite the first one. Maybe this is a stupid question, but since you knew exactly what *might* work, have you tried it? It takes about 10 minutes to