<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>RE: FreeRadius 1.1.6 Segmentation Fault with LDAP</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>it's a compile time option.  add "-DLDAP_DEPRECATED" to your CFLAGS.<BR>
<BR>
so when you compile it ( if you're using a spec file to build an RPM which i am assuming cause you're running FC5 ) just add that to your CFLAGS   -- it should be one of the first few lines in the spec file under the %build section.<BR>
<BR>
you can also set it thru the configure script before you compile (if you're not using an RPM)<BR>
<BR>
i hope that makes it a little more clear.  and i hope it helps you, let me know good luck!  <BR>
<BR>
i had the EXACT same symptoms, and this solved it for me, so i would try it before worrying about extensive debugging stuff.<BR>
Joe<BR>
<BR>
-----Original Message-----<BR>
From: freeradius-users-bounces+jvieira=clarku.edu@lists.freeradius.org on behalf of Robert E. Toense<BR>
Sent: Mon 6/25/2007 7:47 PM<BR>
To: FreeRadius users mailing list<BR>
Subject: Re: FreeRadius 1.1.6 Segmentation Fault with LDAP<BR>
<BR>
Joe,<BR>
<BR>
This may sound silly, but could you elaborate?  Is this a "configure"<BR>
option to FreeRadius?  If so, I don't see it.<BR>
<BR>
Thanks,<BR>
<BR>
Robert<BR>
<BR>
<BR>
<BR>
Joe Vieira wrote:<BR>
> You need to compile with ldap depricated option.<BR>
> Joe<BR>
><BR>
> -----Original Message-----<BR>
> From: "Robert E. Toense" <rtoense@nist.gov><BR>
> To: "freeradius-users@lists.freeradius.org" <freeradius-users@lists.freeradius.org><BR>
> Sent: 6/25/2007 6:03 PM<BR>
> Subject: FreeRadius 1.1.6 Segmentation Fault with LDAP<BR>
><BR>
> I am attempting to setup FreeRadius 1.1.6 to do PEAP authentication to<BR>
> an LDAP backend on another server.  PEAP is working just fine to local<BR>
> Radius passwords.  However, I get a segmentation fault whenever I try to<BR>
> use LDAP.  Output from radiusd -X follows (sensitive information sanitized).<BR>
><BR>
> OpenLDAP 2.3.30 is also installed.  This is a Fedora Core 5 system.<BR>
><BR>
> I see no network traffic between the Radius server and the LDAP server.<BR>
><BR>
> Any hints?<BR>
><BR>
> Robert<BR>
><BR>
><BR>
> ....<BR>
> rlm_ldap: - authorize<BR>
> rlm_ldap: performing user authorization for username<BR>
> radius_xlat:  '(uid=username)'<BR>
> radius_xlat:  'ou=AAAA,dc=BBBB,dc=CCCC,dc=DDD'<BR>
> rlm_ldap: ldap_get_conn: Checking Id: 0<BR>
> rlm_ldap: ldap_get_conn: Got Id: 0<BR>
> rlm_ldap: attempting LDAP reconnection<BR>
> rlm_ldap: (re)connect to lappgen.nist.gov:636, authentication 0<BR>
> Segmentation fault<BR>
><BR>
><BR>
> -<BR>
> List info/subscribe/unsubscribe? See <A HREF="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</A><BR>
><BR>
> -<BR>
> List info/subscribe/unsubscribe? See <A HREF="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</A><BR>
>  <BR>
<BR>
-<BR>
List info/subscribe/unsubscribe? See <A HREF="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>