Re: Freeradius + EAP/TLS EAP/TTLS compilation problems

2004-02-04 Thread Jean-Paul Chapalain
Hi lionel, I've had a similar problem on RH 7.3. So I've compiled openssl-0.9.7c in a specific directory (with configure --prefix) to be sure of its location. Jean-Paul. Lionel Gavage wrote: Hello, I can't compile EAP-TLS and of course EAP-TTLS modules. I use freeradius-snapshot-20040129. I

User name logging in radutmp and radwtmp

2004-02-04 Thread Doug Hardie
Is there a way to configure such that prefixes and suffixes are stripped from user names when they are logged in the radutmp and radwtmp files? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Freeradius + EAP/TLS EAP/TTLS compilation problems

2004-02-04 Thread Lionel Gavage
In my case: locate ssl.h /usr/share/doc/pyOpenSSL-0.5.1/html/openssl-ssl.html /usr/share/doc/pyOpenSSL-0.5.1/html/openssl.html /usr/include/openssl/kssl.h /usr/include/openssl/ssl.h /usr/local/openssl-0.9.7c/include/openssl/ssl.h /usr/local/openssl-0.9.7c/include/openssl/kssl.h

RE: Freeradius + EAP/TLS EAP/TTLS compilation problems

2004-02-04 Thread Lionel Gavage
Hi Jean-Paul, Now I have: ./configure --prefix=/usr/local/freeradius loading cache ./config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C...

RE: Radius-2-LDAP

2004-02-04 Thread Dustin Doris
Hmmm, since your output is Tre Johnston [EMAIL PROTECTED] wrote: modcall: group authorize returns ok for request 1 rad_check_password: Found Auth-Type System auth: type System modcall: entering group authenticate for request 1 modcall[authenticate]: module unix returns notfound for

Re: eap ttls with odessey client:: help

2004-02-04 Thread Alan DeKok
raghavendra [EMAIL PROTECTED] wrote: Im using odessey client in TTLS EAP,MD5 as the inner EAP method for authentication, FreeRadius is displaying error message like rlm_eap: Failed in EAP select It's printong other messages, too. Those messages tell you what else is going wrong. Alan

Re: authentication problem with XP supplicant + CISCO catalyst and freeradius

2004-02-04 Thread Alan DeKok
Riccardo Veraldi [EMAIL PROTECTED] wrote: modcall: group authorize returns updated for request 5 rad_check_password: Found Auth-Type EAP rad_check_password: Found Auth-Type Local Warning: Found 2 auth-types on request for user 'veraldi' Don't set Auth-Type = Local. Alan DeKok. -

FreeRadiusxMS-SQL

2004-02-04 Thread Fábio Viração
Hi folks how can I use freeradius with MS- SQL ?? What I have to do to connect my radius serve with the MS-SQL DB ?? Thanks Fabio - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius + EAP/TLS EAP/TTLS compilation problems

2004-02-04 Thread Rok Pape
Helo Lionel. Lionel Gavage wrote: Hi, ok i found the problem ;) The others with similar problems won't mind if you post a solution -- Lep pozdrav, Rok Papez. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Radius-2-LDAP

2004-02-04 Thread Tre Johnston
I checked for that and it is not in the radiusd.conf anywhere. I have checked my modules and my ldap modules are there, along with the radius schema is loaded into my OpenLDAP server. Any help you can give with this will be gladly appreciated.! Tre -Original Message- From: [EMAIL

Error: rlm_radutmp: Logout entry for NAS port 0 has wrong ID

2004-02-04 Thread Jac Barben
All: I'm running freeradius-0.9.3 on RH dist 7.3 kernel 2.4.20-28.7 My NAS boxes vary but predominantly Cisco AS5300, AS5350 and 3660. The error reported to the radius.log is: Error: rlm_radutmp: Logout entry for NAS hostname port 0 has wrong ID where hostname is the shortname of the NAS. For

rlm_mschap: Undefined symbol lrad_lmpwdhash

2004-02-04 Thread Alexander M. Pravking
The following error occurs in authenticate method of rlm_mschap: Wed Feb 4 21:49:54 2004 : Debug: modcall: entering group Auth-Type for request 0 Wed Feb 4 21:49:54 2004 : Debug: modsingle[authenticate]: calling mschap (rlm_mschap) for request 0 /usr/libexec/ld-elf.so.1:

new and old question

2004-02-04 Thread McDonald, David
I know it has been asked before and it is probably in the list somewhere. But what I need is step by step instructions on how to setup freeradius on Mandrake9.2 to auth users of our wireless system just checking MAC addresses(as users). I don't know the best way to set it up using the text files.

RE: Freeradius + EAP/TLS EAP/TTLS compilation problems

2004-02-04 Thread Lionel Gavage
Hi Lep, So I modified the makefile for tls and ttls modules being inspired by PEAP module makefile Makefile before for tls module: # Generated automatically from Makefile.in by configure. TARGET = SRCS= rlm_eap_tls.c eap_tls.c cb.c tls.c mppe_keys.c

dialup users logs

2004-02-04 Thread Albert Miles Enabe
Greetings!PHP script: Dialup_Admin has that. You may modify the mysql queries to produce the results you need for your web-based query. Bash script:For my FreeBSD or Linux consoles, I devised this simple sh script to display radacct records and total time used for a particular user. You can