Re: ./configure again

2004-06-30 Thread Victor A Belous
*This message was transferred with a trial version of CommuniGate(tm) Pro* Alan DeKok : Victor A Belous [EMAIL PROTECTED] wrote: When I run configure with the command line ./configure --with-openssl-includes=/usr/local/ssl/include --with-openssl-libraries=/usr/local/ssl Are you sure it

OT: L2TP from Lucent/Ascend Max?

2004-06-30 Thread Garry Glendown
Sorry, slightly off topic, but my google search didn't turn up anything helpful ... I'm wondering, is it possible to set up a Max 2000/4000 series dialup router to send certain (or, if not certain, all) dialups to another router via l2tp instead of doing auth and stuff itself? I want to/need

Failing debuild

2004-06-30 Thread marcolfa
debuild -us -uc --lintian debian sid deb rules on snapshot 29/4 I get the deb but with inside some broken symbolic links to rlm_peap rlm_ttsl libraries, in libdrir reading the build output file i believe to see a badlinking problem: *** Warning: Linking the shared library rlm_eap_peap.la

Re: Re: Sniff radius

2004-06-30 Thread Gary McKinney
Try searching for: radiusniff (just one 's')... gm... - Original Message - From: nsinit [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 9:22 PM Subject: Re: Re: Sniff radius yeah i found it yesterday afet the post , thx anyway . i use

Re: Ingoring unknown Client error.

2004-06-30 Thread Gary McKinney
Looks like the 'name' of the NAS in the clients.conf file is not correct or the shared (secret) password is not correct - careful of whitespace and non-printable characters in the clients.conf file or the PM3 - also, I think this is case sensitive as well... gm.. - Original Message

Re: Sniff radius

2004-06-30 Thread Thomas MARCHESSEAU
Hi Gary, thx , i got it , i even patch it to match with my needs ;) cya . Thom . Gary McKinney wrote: Try searching for: radiusniff (just one 's')... gm... - Original Message - From: nsinit [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 9:22 PM

Re: Sniff radius

2004-06-30 Thread Thomas MARCHESSEAU
Hi Nsinit, you can get it on ADM's ftp. adm.freelsd.net/ADM regards Thomas MARCHESSEAU nsinit wrote: yeah i found it yesterday afet the post , thx anyway . i use radiussniff too. Hi, can you tell me where i can download radiussniff? I have searched it at google/freshmeat.net/sourceforge.net,

Re: FreeRadius/LDAP conf : little problem

2004-06-30 Thread Grant, Alastair Ian
And the userPassword is used for the LDAP bind by PAP right? Yes. Do you know of a windows client that can do PAP/EAP-TTLS? Yes, there are some Windows clients. There is even one that is free (as in gratis) for personal use: http://www.securew2.com/uk/downloadbuy/. However, I

LDAP Bind authentication and Other Attributes

2004-06-30 Thread Grant, Alastair Ian
Hello, If the type of authentication being done is an LDAP bind, is it possible to retrieve other attributes from the LDAP directory, such as the Calling-Station-ID, and authenticate against them as well? I have an LDAP bind authentication working (with username and password) but I would like

Re: Matching Acct-Start and Acct-Stop

2004-06-30 Thread Alan DeKok
PS [EMAIL PROTECTED] wrote: I've been developing classes for radius client and read all related rfc, but I still have trouble to understand some stuff. There are situation when gnugk (VoIP) sends acct-stop without ever sending acct-start. Is it leagal according to radius protocol? I don't

problems with radius accounting when using mysql

2004-06-30 Thread Maqbool Hashim
Hi, I have radius set up to get authentication information from a mysql database. I want it to log accounting information to the radacct table in my mysql database. I have set up the accounting section in my radiusd.conf file as follows: accounting { acct_unique

RE: problems with radius accounting when using mysql

2004-06-30 Thread Anson Rinesmith
Run radius in debug mode (radiusd -X) and see if you can figure out what is happening. -Original Message- From: [EMAIL PROTECTED] [mailto:freeradius- [EMAIL PROTECTED] On Behalf Of Maqbool Hashim Sent: Wednesday, June 30, 2004 11:24 AM To: [EMAIL PROTECTED] Subject: problems with

Re: FreeRadius/LDAP conf : little problem

2004-06-30 Thread Paul Bender
Grant, Alastair Ian wrote: Paul, How is your radiusd.conf configured for authorization and authentication? Which modules have to be enabled where? Also, how is your eap settings configured? If you don't mind sending snippets from the files, that would probabyl be easiest. Thanks! -Al I have

RE: Failing debuild

2004-06-30 Thread marcolfa
More info: same result using libtool 1.4 and 1.6.5.1. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Compiling FreeRADIUS CVS on FreeBSD -- dismal failures

2004-06-30 Thread Chris Shenton
I've been trying for a few days to get FreeRADIUS from CVS compiled on a FreeBSD-4.9 and FreeBSD-5.2 machine. I want to use it to authenticate users connecting to LinkSys WRT54G wireless routers running the Sveasoft firmware. But builds on both versions of FreeBSD fail spectacularly in a variety

Re: Compiling FreeRADIUS CVS on FreeBSD -- dismal failures

2004-06-30 Thread Gary McKinney
Hi Chris, I have compiled earlier versions of CVS on FreeBSD 5.2 and had no problems I'm currently downloading the latest CVS to see if it compiles on a FreeBSD 5.2 machine now... will post results... Gary N. McKinney Network Administrator Computer Services Dept. Brevard County

Re: Compiling FreeRADIUS CVS on FreeBSD -- dismal failures

2004-06-30 Thread Alan DeKok
Chris Shenton [EMAIL PROTECTED] wrote: I'm a sometimes coder but don't grok libtool very well, and it seems to be having problems finding libraries. You've installed multiple versions of the server, and are telling it to use an older version of libradius, which doesn't have the rbtree code.

Re: Compiling FreeRADIUS CVS on FreeBSD -- dismal failures

2004-06-30 Thread Dustin Doris
I've had a similar issue on 4.9 and above. I think I just went into src/modules and rm -fr rlm_smb and then it worked. On Wed, 30 Jun 2004, Chris Shenton wrote: I've been trying for a few days to get FreeRADIUS from CVS compiled on a FreeBSD-4.9 and FreeBSD-5.2 machine. I want to use it to

Re: Compiling FreeRADIUS CVS on FreeBSD -- dismal failures

2004-06-30 Thread Gary McKinney
Alan, I attempted to perform a ./configure and then a make without making any changes to the latest CVS 20040630 (out of the box compile attempt). Attached are the ./configure results and the attempt a performing the make operation... This was executed on a FreeBSD 5.2.1 system

Re: Compiling FreeRADIUS CVS on FreeBSD -- dismal failures

2004-06-30 Thread Alan DeKok
Gary McKinney [EMAIL PROTECTED] wrote: I attempted to perform a ./configure and then a make without making any changes to the latest CVS 20040630 (out of the box compile attempt). Attached are the ./configure results and the attempt a performing the make operation... Ah, yes. More libltld

Re: Compiling FreeRADIUS CVS on FreeBSD -- dismal failures

2004-06-30 Thread Gary McKinney
McKinney [EMAIL PROTECTED] wrote: I attempted to perform a ./configure and then a make without making any changes to the latest CVS 20040630 (out of the box compile attempt). Attached are the ./configure results and the attempt a performing the make operation... Ah, yes. More libltld nonsense

Trying to install Radius

2004-06-30 Thread Gordon Corcoran
I am trying to install freeradius-1.0.0-pre3 on my Redhat Linux Server 9.0 but everytime I type ./configure I get :Bad Interpreter: No Such file or directory When I type make I get Makefile:10: Make.inc: No such file or directory This happens when I am loggin as a User or Root. What am I doing

Re: Failing debuild

2004-06-30 Thread Alan DeKok
marcolfa [EMAIL PROTECTED] wrote: reading the build output file i believe to see a badlinking problem: *** Warning: Linking the shared library rlm_eap_peap.la against the loadable module *** rlm_eap_tls.so is not portable! This isn't a problem. Relinking is non effective to solve the

Re: Compiling FreeRADIUS CVS on FreeBSD -- dismal failures

2004-06-30 Thread Chris Shenton
Alan DeKok [EMAIL PROTECTED] writes: That's the problem. For some reason, it's picking /usr/local/lib/libradius.so, rather than the local libradius.so (or.a) My suggestion is to NOT do -L/usr/local/lib, and/or to temporarily chmod -x /usr/local/lib/libradius.so, while building the

Re: Re: Sniff radius

2004-06-30 Thread nsinit
Thx for your help! Hi Nsinit, you can get it on ADM's ftp. adm.freelsd.net/ADM regards Thomas MARCHESSEAU Hello World! [EMAIL PROTECTED] 2004-07-01 - List

accounting_update_query_alt ?

2004-06-30 Thread Alexander Serkin
Hello. I wonder if there're any plans to add the accounting_update_query_alt to the sql configuration with INSERT? If not, i'll try myself. It is possible that the accounting update packet comes and AAA server did not see start record for it. The session is not registered in this case. --

Re: Freeradius using leap and ldap

2004-06-30 Thread Paul Bender
Tony Sciortino wrote: rlm_ldap: LDAP lmPassword mapped to RADIUS LM-Password rlm_ldap: LDAP ntPassword mapped to RADIUS NT-Password rlm_ldap: LDAP racfPassword mapped to RADIUS User-Password rlm_ldap: bind as racfid=admin,profiletype=USER,dc=racf,o=riteaid.com/mypass to