Re: ippool support for eap/tls

2007-02-26 Thread Alan DeKok
Graeme Crawford wrote: > i read a post from 2004 where freeradius' ippool does not support > assigning ip's to eap/tls supplicants and was wondering if that is > still the case? Sort of. The limitation is that the access point will ignore any IP address sent to it b

ippool support for eap/tls

2007-02-26 Thread Graeme Crawford
Hi, i read a post from 2004 where freeradius' ippool does not support assigning ip's to eap/tls supplicants and was wondering if that is still the case? Regards, g|c - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: MySQL support in Windows binary of FreeRadius

2007-02-16 Thread Peter Nixon
y I uncommented the sql line in line 2017 (under accounting), > >> and the daemon will not run any more. It complains: > >> Error: radiusd.conf[2017] Unknown module "sql" > >>

Re: MySQL support in Windows binary of FreeRadius

2007-02-15 Thread Foo JH
far >> trying to activate mysql. >> >> Basically I uncommented the sql line in line 2017 (under accounting), >> and the daemon will not run any more. It complains: >> Error: radiusd.conf[2017] Unknown module "sql" >> >> Can anyone comment on this?

Does the latest cvs support the read_gro ups parameter

2007-02-15 Thread tzieleniewski
Hi! I am using the latest cvs version of freeradius. Does this version support the read_group parameter? In the conf file there is written that setting it to yes causes to read the group table. >From my observation freeradius works like this: 1 - checks records from radcheck 2 - if they ma

Re: MySQL support in Windows binary of FreeRadius

2007-02-09 Thread Peter Nixon
ror: radiusd.conf[2017] Unknown module "sql" > > Can anyone comment on this? Thanks. As far as we know the windows binary from freeradius.net contains no sql support at all. you should recompile it yourself or contact the packager. Regards -- Peter Nixon http://www.petern

Re: MySQL support in Windows binary of FreeRadius

2007-02-09 Thread Alan DeKok
Foo JH wrote: > My last challenge with FreeRadius is getting it to work with MySQL. I > don't know if MySQL connectivity is possible with the precompiled > Windows version. Can anyone confirm this? Cos I'm not getting very far > trying to activate mysql. You will have to install the MySQL cli

MySQL support in Windows binary of FreeRadius

2007-02-09 Thread Foo JH
Hi all, I'm using the precompiled binary of FreeRadius from freeradius.net. Well, I'm happy to say that it works! My last challenge with FreeRadius is getting it to work with MySQL. I don't know if MySQL connectivity is possible with the precompiled Windows version. Can anyone confirm this? Co

Re: How to enable Freeradius to support a smart card with AES encryption algorithm?

2007-02-03 Thread Alan DeKok
yao guoxian wrote: > Second,suppose we have enabled the NAS(client) and Freeradius to support > our specified attribute "My-Aes-Password" , how to write the new module > to handle the attribute? See the examples & the documentation. What about them is unclear? >

Re: How to enable Freeradius to support a smart card with AES encryption algorithm?

2007-02-03 Thread yao guoxian
ed by the radius server and has not length limited while the 16 bytes random authenticator used in chap is produced by the NAS or the client. Is that right? Second,suppose we have enabled the NAS(client) and Freeradius to support our specified attribute "My-Aes-Password" , how t

Re: How to enable Freeradius to support a smart card with AES encryption algorithm?

2007-02-01 Thread Alan DeKok
yao guoxian wrote: > Hi! > I have a smart card emluator which suports AES, not MD5 encryption > algorithm. Is it possible to enable Freeradius to support my smart card > emlulator? Edit the code. > I have an idea as follow: > First,amending client agent (NAS)

How to enable Freeradius to support a smart card with AES encryption algorithm?

2007-02-01 Thread yao guoxian
Hi! I have a smart card emluator which suports AES, not MD5 encryption algorithm. Is it possible to enable Freeradius to support my smart card emlulator? I have an idea as follow: First,amending client agent (NAS) daemon program to make it send chap-password which is produced with AES

Does the Users file still support auth-type :=PAM in ver 1.1.4?

2007-01-17 Thread Ellis, Scott 1 (N-Comptel Inc.)
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: NAS support for disconnect methods

2006-12-28 Thread Kevin Bonner
On Thursday 28 December 2006 12:04, Daniel Lark wrote: > I am in the process of developing a generalized disconnect methodology > for disconnects. While I know definitely that Cisco NAS with an IOS => > 12.1 will support POD, does anyone out there know what equipment > supports disc

NAS support for disconnect methods

2006-12-28 Thread Daniel Lark
I am in the process of developing a generalized disconnect methodology for disconnects. While I know definitely that Cisco NAS with an IOS => 12.1 will support POD, does anyone out there know what equipment supports disconnects through SNMP or POD. I have equipment all over the map and need

Re: FreeRADIUS SQLite support

2006-12-19 Thread Alan DeKok
Fenn Bailey wrote: > > This may be a silly question, but are there any plans/is it possible (or > even a good idea) to build in SQLite support to FreeRADIUS? Maybe. The main problem with SQLite is that it's really only for one reader/writer at a time. I think it works with mu

FreeRADIUS SQLite support

2006-12-19 Thread Fenn Bailey
Hi All, This may be a silly question, but are there any plans/is it possible (or even a good idea) to build in SQLite support to FreeRADIUS? To me it seems like a nice lightweight in-between for SQL DB and local file DB type auth - The convenience of integration of SQL with things like PHP/Perl

Re: Chap support

2006-12-15 Thread Kevin Bonner
On Friday 15 December 2006 09:23, Sinan Ulker wrote: > how can I add chap support to the free radius? See my response from yesterday in the thread "Chap authentication". Kevin Bonner pgplu7BK8HXnl.pgp Description: PGP signature - List info/subscribe/unsubscribe? See http://www.f

Chap support

2006-12-15 Thread Sinan Ulker
smime.p7m Description: S/MIME encrypted message - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: EAP-AKA support?

2006-11-29 Thread Alan DeKok
Ramm-Ericson, Johannes wrote: > (Yes, I know that this Wiki page http://wiki.freeradius.org/EAP does not > include EAP-AKA in the list of supported methods) > > Does anyone have any input on the status of this code? Is it stable, > does it need further testing? If you can test it and see if it

EAP-AKA support?

2006-11-29 Thread Ramm-Ericson, Johannes
Hi, searching through the mail archive and the Freeradius bugzilla on Freeradius support for EAP-AKA authentication I found this : http://bugs.freeradius.org/show_bug.cgi?id=386 (Yes, I know that this Wiki page http://wiki.freeradius.org/EAP does not include EAP-AKA in the list of supported

WPA Guest support

2006-11-24 Thread Josh Shamir
Hi, I am interested in the fact that also the users who are not registered can visit a few sites. I would to know if the last stable version of freeradius support the "WPA Guest" feature for 802.1x captive portal implemented by Coova chilli. And if so what kinds of modifications I must

Re: Support for Sub-TLVs within VSA TLVs

2006-10-22 Thread Alan DeKok
"Santhosh Thodupunoori" <[EMAIL PROTECTED]> wrote: > Does Freeradius have support for Sub-TLVs inside VSA TLVs today? No. > If Freeradius does not currently support sub-attributes, is there a plan to > support this in future? Sure. Send in a patch.

AKA Digest Support in FRadius

2006-10-11 Thread Vineet.Asati
  Hi,   Would any of you, please confirm me whether AKA Digest Support is there in the Freeradius Server (Version 1.1.3).   Thanks in Advance Vineet - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Support for Sub-TLVs within VSA TLVs

2006-10-10 Thread Santhosh Thodupunoori
--àLength --àValue   Does Freeradius have support for Sub-TLVs inside VSA TLVs today? If yes, can someone please give me an example of one such entry in dictionary.   If Freeradius does not currently support sub-attributes, is there a plan to support this in future?   Thanks in advance Santosh

Re: IPV6 support

2006-10-06 Thread A . L . M . Buxey
Hi, > > time (currently) and ALSO there is a bug. :: (listen on any address) > > causes a segmentation fault. > > WTF? :-) ah. wasnt reported. > Ah. 'struct sockaddr' isn't big enough to hold IPv6 addresses. We > have to use 'struct sockaddr_storage'. > > Thanks, it's now fixed.

RE: IPV6 support

2006-10-05 Thread sujata.gaddemane
Title: RE: IPV6 support Hi,     Thanks for the help. Now radiusd is receiving the packets. But     it is ignoring the packat saying it is from unknow client. rad_recv: Access-Request packet from host 2001:888:1941::3 port 30407, id=101, length=88 Ignoring request from unknown

Re: IPV6 support

2006-10-05 Thread Alan DeKok
[EMAIL PROTECTED] wrote: > time (currently) and ALSO there is a bug. :: (listen on any address) > causes a segmentation fault. WTF? Ah. 'struct sockaddr' isn't big enough to hold IPv6 addresses. We have to use 'struct sockaddr_storage'. Thanks, it's now fixed. Alan DeKok. -- htt

Re: IPV6 support

2006-10-05 Thread A . L . M . Buxey
Hi, > > Hi, > > I am using FreeRADIUS 2.0.0 ; $Date: 2006/08/15 20:46:48 > > Will this server work on a host configured with IPV6 address and > clients will still be > able to authenticate using this server? > > I am currently not able to use this radius server. Using tcpdump I

Re: IPV6 support

2006-10-05 Thread Michael Schwartzkopff
Am Donnerstag, 5. Oktober 2006 15:39 schrieb [EMAIL PROTECTED]: > Hi, > > I am using FreeRADIUS 2.0.0 ; $Date: 2006/08/15 20:46:48 > > Will this server work on a host configured with IPV6 address and > clients will still be > able to authenticate using this server? > > I am currentl

IPV6 support

2006-10-05 Thread sujata.gaddemane
Title: Message Hi,       I am using FreeRADIUS 2.0.0 ; $Date: 2006/08/15 20:46:48       Will this server work on a host configured with IPV6 address and clients will still be     able to authenticate using this server?       I am currently not able to use this radius server. Using tcpdum

Re: how to make freeradius support RFC 3576 ?

2006-10-03 Thread Peter Nixon
> i have a question about how to make freeradius support RFC 3576 - Dynamic > Authorization Extensions to Remote Authentication Dial In User Service , > thanks. > > BS: I can not write code to implement. Which features do you need? How soon? And what is your budget? Cheers -- P

Re: how to make freeradius support RFC 3576 ?

2006-10-03 Thread Alan DeKok
"zengkh" <[EMAIL PROTECTED]> wrote: > i have a question about how to make freeradius support RFC 3576 - > Dynamic Authorization Extensions to Remote Authentication Dial In > User Service , thanks. > > BS: I can not write code to implement. http://www.freerad

how to make freeradius support RFC 3576 ?

2006-10-03 Thread zengkh
  - Original Message - From: zengkh To: freeradius-users@lists.freeradius.org Sent: Tuesday, October 03, 2006 3:44 PM Subject: how to make freeradius support RFC 3576 ? i have a question about how to make freeradius support RFC 3576 - Dynamic Authorization Extensions

Re: FreeRadius 1.13 support Dual Stack IPv4/IPv6 ?????

2006-09-18 Thread Stefan Winter
Hi, > Given that this appears to be a FAQ (Especially from SE Asia where they > have IPv6 deployments) I have added it to the FAQ: Great! > Please feel free to edit the entry for clarity :-) No need for that. I couldn't have said it any better. Oh, wait... :-) Stefan -- Stefan WINTER RESTEN

Re: FreeRadius 1.13 support Dual Stack IPv4/IPv6 ?????

2006-09-18 Thread Peter Nixon
On Mon 18 Sep 2006 11:46, Stefan Winter wrote: > FreeRADIUS 1.1.3 does not particularly care if the host it runs on is > dual-stack. It will work just fine, but only use the IPv4 stack of the > machine. > > >   IPv4 / IPv6 support? > > It will also transport IPv6 RADIUS

Re: FreeRadius 1.13 support Dual Stack IPv4/IPv6 ?????

2006-09-18 Thread Stefan Winter
Hi, thank you for not using HTML E-Mails in the future. > FreeRadius 1.13 support Dual Stack ?? FreeRADIUS 1.1.3 does not particularly care if the host it runs on is dual-stack. It will work just fine, but only use the IPv4 stack of the machine. >   IPv4 / IPv6 support? It wil

FreeRadius 1.13 support Dual Stack IPv4/IPv6 ?????

2006-09-18 Thread 나종현
      FreeRadius 1.13 support Dual Stack ??     No compile ...     IPv4 / IPv6 support? ☞ 카트라이더가 지겹다면? 이제는 인라인 레이싱게임 Xplay! ☜ - List info/subscribe

Re: Support for disconnect request and ACK messages

2006-09-04 Thread Alan DeKok
Shankar Ganesh C <[EMAIL PROTECTED]> wrote: > Can any body help me how to add the support for disconnect request and ack > in freeradius ? This is more a question for the freeradius-devel list. And my suggestion is to first get familiar with the server. The code is reasonably we

Re: AP point support 802.1x but only with WPA

2006-09-04 Thread Stefan Winter
Hi, > Someone would know to tell me what Firmware use to be able exclusively to > use 802.1x without using for WPA (and from where I can download it)? 802.1x almost exclusively comes with some sort of encrytion on the wireless link. If you don't want to/can't use WPA, you may be able to configur

Support for disconnect request and ACK messages

2006-09-03 Thread Shankar Ganesh C
Hi All,   Can any body help me how to add the support for disconnect request and ack in freeradius ?   Thanks and regards Shankar ganesh         - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: AP point support 802.1x but only with WPA

2006-09-03 Thread Alan DeKok
"luigi natalino" <[EMAIL PROTECTED]> wrote: > I must exclusively use the Radius server (802.1x) for the authentication > without any type of WPA-*. Why? > Someone would know to tell me what Firmware use to be able exclusively to > use 802.1x without using for WPA (and from where I can downloa

AP point support 802.1x but only with WPA

2006-09-03 Thread luigi natalino
Hello, I would like to know whether someone uses Freeradius with the Access Point Dlink DWL-3200. I must exclusively use the Radius server (802.1x) for the authentication without any type of WPA-*. The last firmware versions of this Access Point allow to use the Radius server only in combinatio

Re: EAP-TTLSv1 use or support

2006-08-22 Thread luigi natalino
Ok Josh, thanks for your information. Best regards,Luigi _ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ - List info/subscribe/unsubscrib

Re: EAP-TTLSv1 use or support

2006-08-22 Thread Josh Howlett
Hi Luigi, Only v0 is supported at present, and I believe that adding v1 support would be non-trivial. v1 support would require either (1) OpenSSL to support the Inner Application TLS extension, or (2) FreeRADIUS to use GnuTLS instead. best regards, josh. luigi natalino wrote: Hello, I

EAP-TTLSv1 use or support

2006-08-22 Thread luigi natalino
Hello, I would to know if the last version of freeradius (1.1.2) use (or support) EAP-TTLSv1 or EAP-TTLSv0 (http://tools.ietf.org/wg/eap/draft-funk-eap-ttls-v1-01.txt). And if for the moment only EAP-TTLSv0 is used,is foreseen for the future an updating of the version? Thanks in advance

Re: Does Freeradius support IAPP (802.11f)??

2006-08-15 Thread zhu yunwu
t none >dedicated to it in particular.> http://standards.ieee.org/>http://grouper.ieee.org/groups/802/11/ Thank you very much! In fact, I have many question about this protocol.But I know further discussion don't  belongs to  this list. if no radius server can support IAPP, I will g

Re: Does Freeradius support IAPP (802.11f)??

2006-08-14 Thread David Mitton
it in particular.http://standards.ieee.org/http://grouper.ieee.org/groups/802/11/ You'll have to ask them, for "official" word.Dave. - Original Message -From: "zhu yunwu" <[EMAIL PROTECTED]>To: "FreeRadius users mailing list" Subject: Re: Does Freera

Re: Does Freeradius support IAPP (802.11f)??

2006-08-14 Thread zhu yunwu
On 8/11/06, David Mitton <[EMAIL PROTECTED]> wrote: >One should be aware that 802.11f has been deprecated by the IEEE. >To use it requires support in all your Access Points and the RADIUS >server(s). Thank you very much. This information is very important for me. But would you

Re: Does Freeradius support IAPP (802.11f)??

2006-08-11 Thread Alan DeKok
"zhu yunwu" <[EMAIL PROTECTED]> wrote: > 1) does the radius server provided by windows 2003 support the IAPP ( > 802.11F)? if yes, how to configure it? Go ask Microsoft. > 2) Is IAPP function in hostapd able to work properly without further > devel

Re: Does Freeradius support IAPP (802.11f)??

2006-08-11 Thread David Mitton
One should be aware that 802.11f has been deprecated by the IEEE. To use it requires support in all your Access Points and the RADIUS server(s). Windows IAS certainly does not support it. Using the hostap only helps if you are using that software for your APs.  And it says "minimal".  Ex

Re: Does Freeradius support IAPP (802.11f)??

2006-08-11 Thread zhu yunwu
  Thank you for your help.  I have another question: 1) does the  radius server provided by windows 2003 support the IAPP  (802.11F)? if  yes, how to configure it? 2) Is IAPP function in hostapd able to work properly without further development?   On 8/11/06, Alan DeKok <[EM

Autoreply: Re: Does Freeradius support IAPP (802.11f)??

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.h

Autoreply: Re: Autoreply: Does Freeradius support IAPP (802.11f)??

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.h

Re: Does Freeradius support IAPP (802.11f)??

2006-08-10 Thread Alan DeKok
"zhu yunwu" <[EMAIL PROTECTED]> wrote: >Now I am using the Freeradius. Could you tell me whether IAPP ( > 802.11f) is really suppported in Freeradius? No, sorry. > if not,could you please kindly advise that > what kind of radius server support IAPP and

Re: Autoreply: Does Freeradius support IAPP (802.11f)??

2006-08-10 Thread Alan DeKok
"King, Michael" <[EMAIL PROTECTED]> wrote: > Can we bump this guy from the list now? I'm trying to get admin rights for the list. Barring that, I'll take more drastic action, like move mailman to a machine I control. Alan DeKok. -- http://deployingradius.com - The web site of the bo

Autoreply: RE: Autoreply: Does Freeradius support IAPP (802.11f)??

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.h

RE: Autoreply: Does Freeradius support IAPP (802.11f)??

2006-08-10 Thread King, Michael
Can we bump this guy from the list now? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, August 10, 2006 11:00 PM To: freeradius-users@lists.freeradius.org Subject: Autoreply: Does Freeradius support IAPP (802.11f

Autoreply: Does Freeradius support IAPP (802.11f)??

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.h

Does Freeradius support IAPP (802.11f)??

2006-08-10 Thread zhu yunwu
Hi everyone:      Now  I am using the Freeradius. Could you tell me whether IAPP (802.11f) is really suppported in Freeradius? if not,could you please kindly advise that what kind of radius server support IAPP and how to configure it? Highly appreicated your prompt reply and thanks very

Re: Debian & TLS support

2006-06-23 Thread Nicolas Baradakis
Scott Hughes wrote: > 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 Get a source tarball from www.freeradius.org and manually build a Debian package as explained in the FAQ. ht

Re: Debian & TLS support

2006-06-22 Thread A . L . M . Buxey
Hi, > When I install Freeradius (after installing OpenSSL) I get this message when > starting Freeradius: you need to make sure you have openssl-devel package also installed. JUST having openssl is not enough (that only supplies the user tools and libraries) alan - List info/subscribe/unsubsc

Re: Debian & TLS support

2006-06-22 Thread B Thompson
On Thu, Jun 22, 2006 at 03:36:52PM -0500, Scott Hughes wrote: > > Is there a HOWTO for example on how a person can do what I am trying > to do? Have you tried downloading the source and running dpkg-buildpackage? -- Ben Thompson - List info/subscribe/unsubscribe? See http://www.freeradius.or

Debian & TLS support

2006-06-22 Thread Scott Hughes
Hello,   I think in my last reqest to the list I wasn't quite clear as to the information I was trying to find.  I'll try again and sorry for any toes that were stepped on.   When I install Freeradius (after installing OpenSSL) I get this message when starting Freeradius:   rlm_eap: Failed

Re: Compiling freeradius 1.1.1 in FreeBSD 6.0 with mysql support

2006-04-06 Thread Guy Fraser
On Wed, 2006-05-04 at 13:08 -0400, Alan DeKok wrote: > "Mark Hennessy" <[EMAIL PROTECTED]> wrote: > > I'm trying to build freeradius 1.1.1 on a FreeBSD 6.0 system with MySQL > > 4.1.15 > > Doesn't the ports system work? That exactly what I was thinking. The port was updated on Mar. 28 > > >

Re: Compiling freeradius 1.1.1 in FreeBSD 6.0 with mysql support

2006-04-06 Thread Nicolas Baradakis
5 10:39 libmystrings.a > -rw-r--r-- 1 root wheel 253852 Apr 5 10:39 libmysys.a > -rw-r--r-- 1 root wheel 105640 Apr 5 10:39 libnisam.a > -rw-r--r-- 1 root wheel5472 Apr 5 10:39 libvio.a I don't see the file "libmysqlclient_r.so" in your setup. Re-install M

RE: Compiling freeradius 1.1.1 in FreeBSD 6.0 with mysql support

2006-04-05 Thread Mark Hennessy
D] > .org > [mailto:[EMAIL PROTECTED] > eeradius.org] On Behalf Of Alan DeKok > Sent: Wednesday, April 05, 2006 1:08 PM > To: FreeRadius users mailing list > Subject: Re: Compiling freeradius 1.1.1 in FreeBSD 6.0 with > mysql support > > "Mark Hennessy" <

Re: Compiling freeradius 1.1.1 in FreeBSD 6.0 with mysql support

2006-04-05 Thread Alan DeKok
"Mark Hennessy" <[EMAIL PROTECTED]> wrote: > I'm trying to build freeradius 1.1.1 on a FreeBSD 6.0 system with MySQL > 4.1.15 Doesn't the ports system work? > checking for mysql_init in -lmysqlclient_r (using mysql_config)... no See the config.log for details. Maybe libmysqlclient_r needs a

RE: Compiling freeradius 1.1.1 in FreeBSD 6.0 with mysql support

2006-04-05 Thread Mark Hennessy
Message- > From: > [EMAIL PROTECTED] > .org > [mailto:[EMAIL PROTECTED] > eeradius.org] On Behalf Of Mark Hennessy > Sent: Wednesday, April 05, 2006 12:50 PM > To: freeradius-users@lists.freeradius.org > Subject: Compiling freeradius 1.1.1 in FreeBSD 6.0 with mysql support >

Compiling freeradius 1.1.1 in FreeBSD 6.0 with mysql support

2006-04-05 Thread Mark Hennessy
I'm trying to build freeradius 1.1.1 on a FreeBSD 6.0 system with MySQL 4.1.15 I'm using the following configure commandline: ./configure --with-mysql-lib=/usr/local/mysql/lib/mysql --with-mysql-include=/usr/local/mysql/include/mysql --prefix=/usr/local/adm/freeradius-1.1.1 I'd include the full o

[freeradius-users]Freeradius With The Support of MySQL Rejected Authenticating!!

2006-03-08 Thread Jedliu
it to search). this has nothing to do with mysql. if you want >to use the unix module, then make sure the user exists in /etc/passwd >and that freeradius has read ability to that file. if you want to use >mysql, then configure the mysql module. > >On 3/7/06, Jedliu <[EMAIL PROTECTED

RE: IPv6 Support

2005-12-16 Thread Paulo Alexandre Caceres Ferreira
Ok, I will try the CVS version. Thanks for helping me. Best regards, Paulo Ferreira > > In a previous email, I asked you if Freeradius supports IPv6 > > authentications and you response to me that CVS version does. > > Yes... so? > > > > You use the IPv6 attributes from the dictionary, just

Re: IPv6 Support

2005-12-16 Thread Alan DeKok
Paulo Alexandre Caceres Ferreira <[EMAIL PROTECTED]> wrote: > In a previous email, I asked you if Freeradius supports IPv6 > authentications and you response to me that CVS version does. Yes... so? > > You use the IPv6 attributes from the dictionary, just like you use > > IPv4 attributes fro

Re: IPv6 Support

2005-12-16 Thread Paulo Alexandre Caceres Ferreira
Hi, Alan In a previous email, I asked you if Freeradius supports IPv6 authentications and you response to me that CVS version does. > > > How and where did I configure the IPv6 attributes referred in RFC 3162 to > > RADIUS distribute them to Authenticated users? > > You use the IPv6 attribut

Re: IPv6 Support

2005-12-16 Thread Alan DeKok
Paulo Alexandre Caceres Ferreira <[EMAIL PROTECTED]> wrote: > How and where did I configure the IPv6 attributes referred in RFC 3162 to > RADIUS distribute them to Authenticated users? You use the IPv6 attributes from the dictionary, just like you use IPv4 attributes from the dictionary. Ver

Re: IPv6 Support

2005-12-16 Thread Paulo Alexandre Caceres Ferreira
> > independent of the IPv4 or IPv6 transport. > > I already red the RFC 3162, and I think that was the idea, but I asked to > the list this questions to had sure. > > Good, that means that it works with packets in both network protocols, > depending of NAS support. > > > > > Alan DeKok. > > > > Thanks for the help, and I will try that when I will have opportunity. > > Regards, > Paulo Ferreira > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: IPv6 Support

2005-12-06 Thread Paulo Alexandre Caceres Ferreira
he IPv4 or IPv6 transport. I already red the RFC 3162, and I think that was the idea, but I asked to the list this questions to had sure. Good, that means that it works with packets in both network protocols, depending of NAS support. > > Alan DeKok. > Thanks for the help, and

Re: IPv6 Support

2005-12-06 Thread Alan DeKok
> I don.t try Freeradius with IPv6 yet, but I have doubts with IPv6 > Freeradius functioning. Why? > Did the communications between NAS and Freeradius, in IPv6 only networks, > are made only with IPv6 packets (Access request packets, etc.)? Uh... you're asking if non-IPv6 packets are sent

RE: IPv6 Support

2005-12-06 Thread Paulo Alexandre Caceres Ferreira
olas Baradakis > Enviada: sexta-feira, 2 de Dezembro de 2005 12:03 > Para: FreeRadius users mailing list > Assunto: Re: IPv6 Support > > Paulo Alexandre Caceres Ferreira wrote: > > > How I can test IPv6 Freeradius authentication? > > You know any IPv6 RADIUS client t

Re: IPv6 Support

2005-12-02 Thread Nicolas Baradakis
Paulo Alexandre Caceres Ferreira wrote: > How I can test IPv6 Freeradius authentication? > You know any IPv6 RADIUS client to interact with Freeradius and perform an > IPv6 authentication? There is a program called "radclient" in the FreeRADIUS source tree. -- Nicolas Baradakis - List info/s

RE: IPv6 Support

2005-12-02 Thread Paulo Alexandre Caceres Ferreira
t CVS Freeradius IPv6 authentication, and others if they exist. Thanks in advance, Paulo Ferreira ./Caceres - > > Paulo Alexandre Caceres Ferreira <[EMAIL PROTECTED]> wrote: > > Freeradius support authentication over IPv6? > > The CVS snapshot does.

Re: IPv6 Support

2005-11-30 Thread Alan DeKok
Paulo Alexandre Caceres Ferreira <[EMAIL PROTECTED]> wrote: > Freeradius support authentication over IPv6? The CVS snapshot does. > If Freeradius doesn't support IPv6, and somebody know a RADIUS that > support, please reply to me the name of that application. Some comm

IPv6 Support

2005-11-30 Thread Paulo Alexandre Caceres Ferreira
Hi, I have a question for you. Freeradius support authentication over IPv6? I'm searching a RADIUS Server to perform authentication over IPv6 in my network, and I ask if Freeradius support IPv6 because I used it in IPv4 networks in one school project a few ears ago. If Freeradius do

Timezone support

2005-10-30 Thread Gunther
I'm using FreeRadius 1.0.5 with MySQL 4.1.10. I am looking for a solution for timezone support over several timezones. There are probably several ways of doing this: 1. Set server with FreeRadius to the particular fixed timezone e.g. GMT 2. Set MySQL to a fixed timezone (my.cnf timezone= .

Re: rlm_perl support for pre/post-proxy in next release?

2005-09-02 Thread Alan DeKok
"Thor Spruyt" <[EMAIL PROTECTED]> wrote: > > This is allready in CVS. You can checkout release 1.19 of rlm_perl and > > use it with freeradius 1.0.4 > > Sure, but will it be in the next official release? I'll take a look at it. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.f

Re: rlm_perl support for pre/post-proxy in next release?

2005-09-02 Thread Thor Spruyt
Boian Jordanov wrote: > On Fri, Sep 02, 2005 at 01:16:31AM +0200, Thor Spruyt wrote: >> I'm wondering if rlm_perl will support pre/post-proxy functions in >> the next release? >> > > This is allready in CVS. You can checkout release 1.19 of rlm_perl and > use

Re: rlm_perl support for pre/post-proxy in next release?

2005-09-02 Thread Boian Jordanov
On Fri, Sep 02, 2005 at 01:16:31AM +0200, Thor Spruyt wrote: > I'm wondering if rlm_perl will support pre/post-proxy functions in the next > release? > This is allready in CVS. You can checkout release 1.19 of rlm_perl and use it with freeradius 1.0.4 -- Best Regards, Boia

rlm_perl support for pre/post-proxy in next release?

2005-09-01 Thread Thor Spruyt
Hi, I'm wondering if rlm_perl will support pre/post-proxy functions in the next release? Also, is there any chance to get bug 275 into next release? http://bugs.freeradius.org/show_bug.cgi?id=275 Or does it have to be discussed further on the list? -- Groeten, Regards, Salutations, Thor S

Re: Regarding FreeRadius-1.0.4 support for linux log in

2005-08-31 Thread Alan DeKok
Nisha P Kurur <[EMAIL PROTECTED]> wrote: > I have a linux box whose user profiles are maintained by the RADIUS > server. When I use ssh/rlogin/telnet etc it should give me the prompt, > get the user name and password from the prompt and authorise it with > the RADIUS server. If authorized, then

Regarding FreeRadius-1.0.4 support for linux log in

2005-08-31 Thread Nisha P Kurur
Greetings!!! I'm new to freeradius. I have installed freeradius-1.0.4 on my machine and it responds back for the packets sent through radclient. Now my requirement is: I have a linux box whose user profiles are maintained by the RADIUS server. When I use ssh/rlogin/telnet etc it should give

Re: MPPE/PEAP support not in anything but CVS snapshots?

2005-08-18 Thread Alan DeKok
"Bill Carr" <[EMAIL PROTECTED]> wrote: > I have a quick question, I ran across a note in a document about > 0.97 stating that MPPE support was only in the nightly snapshots and > not in the normal releases. > > (http://www.alphacore.net/contrib/nantes-wireless/e

MPPE/PEAP support not in anything but CVS snapshots?

2005-08-18 Thread Bill Carr
I have a quick question, I ran across a note in a document about 0.97 stating that MPPE support was only in the nightly snapshots and not in the normal releases. (http://www.alphacore.net/contrib/nantes-wireless/eap-tls-HOWTO.html) If this changed since 2002, could someone let me know when

Re: tacacs+ support

2005-08-07 Thread K. Suresh
Thanks Alan DeKoK. Suresh Alan DeKok wrote: http://bugs.freeradius.org/show_bug.cgi?id=254 It's not integrated into FreeRADIUS, but it appears to work. It runs as a separate daemon, and has certin limitations. But it does work... The next step is to integrate the code into the server cor

tacacs+ support

2005-08-04 Thread Alan DeKok
http://bugs.freeradius.org/show_bug.cgi?id=254 It's not integrated into FreeRADIUS, but it appears to work. It runs as a separate daemon, and has certin limitations. But it does work... The next step is to integrate the code into the server core. It's only a few thousand lines (with comm

Re: Tacacs+ Support?

2005-07-25 Thread Alan DeKok
"K. Suresh" <[EMAIL PROTECTED]> wrote: > How to implement Tacacs+ with freeRadius? The details available in the > list looks older. Wait two weeks. I've been hearing rumors. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Tacacs+ Support?

2005-07-25 Thread K. Suresh
Hi, How to implement Tacacs+ with freeRadius? The details available in the list looks older. Suresh - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Proxim AP-4000 MAC Auth w/multi VLAN assignment support

2005-06-14 Thread Michael Griego
You can't do RADIUS-assigned VLANs unless you're doing EAP authentication. It won't work with MAC authentication. --Mike Matthew Sweet wrote: Hello, I am looking at setting up a group of Proxim AP-4000 wireless gateways. I want to be able to authenticate via the MAC address of each user's l

Proxim AP-4000 MAC Auth w/multi VLAN assignment support

2005-06-13 Thread Matthew Sweet
Hello, I am looking at setting up a group of Proxim AP-4000 wireless gateways. I want to be able to authenticate via the MAC address of each user's laptop WiFi NIC. I am trying to find the raddb tags required to send / receive the information to make this work. Can someone point me in the right d

Problem in compiling with Oracle (rlm_sql_oracle) support.

2005-06-02 Thread Anindya K. Das
Hi All, I have freeradius-1.0.2 along with Oracle 8.1.6 and I am trying to compile with rlm_sql_oracle. I am giving the following command to start the configure process: ./configure --with-oracle-home-dir=/oracle/Orahome Where my ORACLE_HOME=/oracle/Orahome. However, during the compile process

Use SecureW2 to support Windows client for ldap bind authentication

2005-05-18 Thread CHui
>> >> >> I would like to know if anyone has a work around to support PEAP (ms >> chap v2) client access authenticate against a LDAP server with bind >> operation. Currently, retrieving clear text password from LDAP is >> not an option. >> &g

<    2   3   4   5   6   7   8   9   >