Re: FreeBSD 2.0.3 port closefrom library?

2008-04-05 Thread Alan DeKok
Chris wrote: When trying to compile freebsd port of 2.0.3 on 6.3 with the postgresql83 library (also from ports), I get the following: .libs/exec.o(.text+0x536): In function `radius_exec_program': : undefined reference to `closefrom' ... I'm not familiar with closefrom Which library needs

Re: WPA Peap problems with Vista (yet again)

2008-04-05 Thread Alan DeKok
Michael Torrie wrote: Yet I still have the problem where after the Access-Challenge is sent, the Vista clients just silently drop things and the connection fails. This is the behavior that I know I would get if I don't have the required OID in the certificate. Yet it is there! I ran

Re: EAP-TLS certificate

2008-04-05 Thread Alan DeKok
xia sihua wrote: ... CA_file = ${cadir}/ca.pem The supplicant I use TeraDot1x Tester from Spirent communication. ... Configuration: ... Root Certificate Filename: server.pem I think that should be ca.pem. rlm_eap_tls: TLS 1.0 Alert [length 0002], fatal unknown_ca TLS Alert

Re: FreeBSD 2.0.3 port closefrom library?

2008-04-05 Thread Chris
Thanks. I've been having a pretty tough time getting 2.0.3 freebsd port installed with pgsql. I figured out that the closefrom issue was due to building against heimdal, so I disabled that since it's not immediately necessary. Now I get this during configure: === freeradius-2.0.3

Re: frammed ip adress

2008-04-05 Thread David Hláčik
Hi, i will describe what i am trying to achieve. This is my sample ldap structure users (inetOrgPerson) : cn=User1,ou=Users,o=Polarion cn=User2,ou=Users,o=Polarion cn=UserA,ou=Users,o=Polarion cn=UserB,ou=Users,o=Polariong groups (GroupOfNames) cn=GroupNumbers,ou=Groups,o=Polarion

Re: frammed ip adress

2008-04-05 Thread David Hláčik
Sorry for that mistake in last lines DEFAULT NAS-Port-Type == letters, Ldap-Group == cn=GroupLetters,ou=Groups,o=Polarion Fall-Through = no *DEFAULT Pool-Name == letters, Ldap-Group == cn=GroupLetters,ou=Groups,o=Polarion Fall-Through = no On Sat, Apr 5, 2008 at 4:38 PM, David Hláčik [EMAIL

Re: frammed ip adress

2008-04-05 Thread Ivan Kalik
DEFAULT Ldap-Group == GroupLetters, Pool-Name := letters DEFAULT Ldap-Group == GroupNumbers, Pool-Name := numbers Ivan Kalik Kalik Informatika ISP Dana 5/4/2008, David Hláčik [EMAIL PROTECTED] piše: Hi, i will describe what i am trying to achieve. This is my sample ldap structure users

Re: regexp matches are sensitive to position in check items

2008-04-05 Thread Jakob Hirsch
Phil Mayers wrote: This is caused by an apparent bug in src/main/valuepair.c. Line 287 should say continue; instead of return 0;. ... I'll be happy to provide a patch, I just don't know if Alan will release any further 1.1.x version. Does the same bug not exist in 2.0? I think not. I took

Re: ENV variables in external scripts

2008-04-05 Thread rsg
Hi, It's not just one Calling-Station-Id..You have many and Exec program checks for it in an SQL DB.. 2008/4/4 Ivan Kalik [EMAIL PROTECTED]: DEFAULT Calling-Station_Id == whatever, Auth-Type := Accept Put that in users file. You don't need exec program. Ivan Kalik Kalik Informatika

Re: ENV variables in external scripts

2008-04-05 Thread Ivan Kalik
Should't you be using rlm_perl rather than exec? Set Auth-Type Accept in those cases and place perl before chap in authorize. Ivan Kalik Kalik Informatika ISP Dana 5/4/2008, rsg [EMAIL PROTECTED] piše: Hi, It's not just one Calling-Station-Id..You have many and Exec program checks for it in

RPM Build Errors

2008-04-05 Thread Austin G. Smith
I am attempting an rpmbuild of freeradius due to the version included in Centos (1.14)- We are experiencing issues with windows vista, and read something in an earlier post regarding such a bug that 1.17 and later will fix. However, during the build, I receive this error: See any

Re: freeradius_2.0.3+mysql

2008-04-05 Thread SANDY KALUGDAN
I still can't make this work. any more suggestions? - Original Message From: Alan DeKok [EMAIL PROTECTED] To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Sent: Thursday, April 3, 2008 13:17:36 Subject: Re: freeradius_2.0.3+mysql SANDY KALUGDAN wrote: thanks for