About sqlippool

2009-04-14 Thread Tseveendorj
Hello, Sorry for ask newbie question. I would like to implement sqlippool functionality on FreeRADIUS 2.1.3. I read /usr/local/share/doc/freeradius/rlm_sqlippool there has following note "IP-Pool Attribute (Keep in mind that its a **CHECK** item, not reply)" I didn't understand. which attrib

Re: other device to store configuration!

2009-04-14 Thread John Dennis
new conf wrote: Hello; I realize that my smart card has a non-standard structure (and private keys are stored in a table) non structured with pkcs#12 or 15. So I have to request it to have that keys. I have the commands to do that. My question is, it is possible to convert the outputs of th sm

Re: Poll: Bug reporting system

2009-04-14 Thread Alexander Clouter
Alan DeKok wrote: > > Due to a HD loss, bugs.freeradius.org is down, and won't be coming > back. Unfortunately, this means a loss of patches, reports, user > accounts, etc. > > Before we put another bug system online, we would like to ask for your > input. > > Which bug reporting system do y

Re: Poll: Bug reporting system

2009-04-14 Thread Arran Cudbard-Bell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 phil lemelin wrote: > Personnaly, I like the simplicity of TRAC. Easy to install, easy to > maintain et does the job quite well. The integration with > subversion makes it very interesting. > > It seems it also supports GIT. If it works like subversio

Re: Poll: Bug reporting system

2009-04-14 Thread phil lemelin
Personnaly, I like the simplicity of TRAC. Easy to install, easy to maintain et does the job quite well. The integration with subversion makes it very interesting. It seems it also supports GIT. If it works like subversion, the integration is very intersting since you can link code with tickets.

Re: Poll: Bug reporting system

2009-04-14 Thread Michael Schwartzkopff
Am Dienstag, 14. April 2009 19:51:36 schrieb Michael Schwartzkopff: > On Tuesday 14 April 2009 19:42:17 Alan DeKok wrote: > > Due to a HD loss, bugs.freeradius.org is down, and won't be coming > > back. Unfortunately, this means a loss of patches, reports, user > > accounts, etc. > > > > Befor

Re: Poll: Bug reporting system

2009-04-14 Thread Michael Schwartzkopff
On Tuesday 14 April 2009 19:42:17 Alan DeKok wrote: > Due to a HD loss, bugs.freeradius.org is down, and won't be coming > back. Unfortunately, this means a loss of patches, reports, user > accounts, etc. > > Before we put another bug system online, we would like to ask for your > input. > >

Poll: Bug reporting system

2009-04-14 Thread Alan DeKok
Due to a HD loss, bugs.freeradius.org is down, and won't be coming back. Unfortunately, this means a loss of patches, reports, user accounts, etc. Before we put another bug system online, we would like to ask for your input. Which bug reporting system do you use? Which one do you prefer?

Re: 3Com 3226 .1X to freeradius fails

2009-04-14 Thread Alan DeKok
john wrote: > On Tue, Apr 14, 2009 at 2:47 AM, Alan DeKok wrote: > Possibly so. I have the latest firmware. I have a dozen or so of these > switches. I'll try a different one. I was hoping that they might have > a reputation someone was aware of in regard to .1X. There have been a number of rep

Dynamically set password_attribute

2009-04-14 Thread James Devine
Is it possible to dynamically set the password_attribute ldap module option? I tried setting it to %{Ldap-Pass-Attr}, but it doesn't seem to expand this. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: 3Com 3226 .1X to freeradius fails

2009-04-14 Thread john
>> > > maybe ur switch is not defined it clients.conf file. > - Here's the entry. Perhaps it's incorrectly defined? } client 10.1.8.100 { require_message_authenticator = no secret = "testing123" shortname = "10.1.8.100" nastype = "other" } - List info/subscribe/uns

Re: 3Com 3226 .1X to freeradius fails

2009-04-14 Thread john
On Tue, Apr 14, 2009 at 2:47 AM, Alan DeKok wrote: > john wrote: >> I am trying to connect a Windows XP/sp2 machine to my network using a >> 3com 3226 superstack switch as a NAS. This windows Client can >> successfully authenticate via an wireless access point when using >> WPA2/AES via PEAP/mscha

RE: help for radius

2009-04-14 Thread Ivan Kalik
> Please let me know .. Is it compulsory to configure EAP/PEAP . No. But it is enabled in freeradius by default - ie. it "just works". > Or it will work with EAP -md5 (that is default configuration , without any change after installation ...!!) also ..?? That is enabled by default as wel

RE: NAS table

2009-04-14 Thread Ivan Kalik
Post radiusd -X output of server startup. Is sql enabled anywhere in the configuration? It isn't by default. Ivan Kalik Kalik Informatika ISP -Original Message- From: freeradius-users-bounces+tnt=kalik@lists.freeradius.org [mailto:freeradius-users-bounces+tnt=kalik@lists.freeradi

RE: eap issues

2009-04-14 Thread Ivan Kalik
>So I have two sections in eap.conf, ttls and peap which both ask for 'default_eap_type = *' and I have set them both to mschapv2 > >and in the eap section at the top, I changed default_eap_type to tls > >Does this make sense? It doesn't matter a lot. EAP negotiation will set the correct type. If

Re: 3Com 3226 .1X to freeradius fails

2009-04-14 Thread bastardinho69
Alan DeKok wrote: john wrote: I am trying to connect a Windows XP/sp2 machine to my network using a 3com 3226 superstack switch as a NAS. This windows Client can successfully authenticate via an wireless access point when using WPA2/AES via PEAP/mschap2. However when I plug the same client i

Re: 3Com 3226 .1X to freeradius fails

2009-04-14 Thread Alan DeKok
john wrote: > I am trying to connect a Windows XP/sp2 machine to my network using a > 3com 3226 superstack switch as a NAS. This windows Client can > successfully authenticate via an wireless access point when using > WPA2/AES via PEAP/mschap2. > > However when I plug the same client into my 3com

Re: NAS table

2009-04-14 Thread Nizar Zulmi
i comment out this on clients.conf #client 127.0.0.1 { #   secret  = passwordradius #   shortname   = localhost #   nastype = other # localhost isn't usually a NAS... #} and i add this to NAS table on radius database. insert into nas (nasname, shortname, secret) valu