Re: Freeradius Segmentation Fault on LDAP Bind

2004-05-25 Thread Paul Bender
I bugged this: http://bugs.freeradius.org/show_bug.cgi?id=73. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Freeradius Segmentation Fault on LDAP Bind

2004-05-24 Thread Willey Kurt D
I am working on the same type of project with Fedora Core 1 and gcc 3.3.3, getting the same segmentation fault... I just built a new RedHat 9 test box with gcc 3.2.2-5; works great, even connecting to the LDAP server via OpenSSL. I think the problem may is gcc (on the OpenLDAP and/or FreeRADIUS

Re: Freeradius Segmentation Fault on LDAP Bind

2004-05-24 Thread Paul Bender
I would love to hear your results. I have compiled it with both gcc 3.3.3 (gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)) and gcc 3.4.0 (gcc version 3.4.0 20040519 (Red Hat Linux 3.4.0-2)). In both cases, I get a segmentation fault. I spent a little time trying to get it to core dump, but

Re: Freeradius Segmentation Fault on LDAP Bind

2004-05-24 Thread Stephan Jaeger
On Mon, 2004-05-24 at 08:50 -0700, Paul Bender wrote: I would love to hear your results. I have compiled it with both gcc 3.3.3 (gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)) and gcc 3.4.0 (gcc version 3.4.0 20040519 (Red Hat Linux 3.4.0-2)). In both cases, I get a segmentation

RE: Freeradius Segmentation Fault on LDAP Bind

2004-05-24 Thread Willey Kurt D
] Subject: Re: Freeradius Segmentation Fault on LDAP Bind I would love to hear your results. I have compiled it with both gcc 3.3.3 (gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)) and gcc 3.4.0 (gcc version 3.4.0 20040519 (Red Hat Linux 3.4.0-2)). In both cases, I get a segmentation fault. I spent

RE: Freeradius Segmentation Fault on LDAP Bind

2004-05-24 Thread Willey Kurt D
Message- From: Paul Bender [mailto:[EMAIL PROTECTED] Sent: Monday, May 24, 2004 4:17 PM To: [EMAIL PROTECTED] Subject: Re: Freeradius Segmentation Fault on LDAP Bind Thanks for the info. Do you know what interaction between FreeRADIUS and OpenLDAP is triggering this problem? I ask because Red

Re: Freeradius Segmentation Fault on LDAP Bind

2004-05-24 Thread Paul Bender
Alan DeKok wrote: Paul Bender [EMAIL PROTECTED] wrote: I do not believe I am using TLS (or SSL) to connect to the LDAP server, since I have set start_tls=0 in my ldap module configuration and since freeradius is attempting to connect to the ldap (not the ldaps) port. See doc/bugs for details

Re: Freeradius Segmentation Fault on LDAP Bind

2004-05-18 Thread Alan DeKok
Paul Bender [EMAIL PROTECTED] wrote: I do not believe I am using TLS (or SSL) to connect to the LDAP server, since I have set start_tls=0 in my ldap module configuration and since freeradius is attempting to connect to the ldap (not the ldaps) port. See doc/bugs for details on more

Re: Freeradius Segmentation Fault on LDAP Bind

2004-05-17 Thread Alan DeKok
Paul Bender [EMAIL PROTECTED] wrote: However, I use OpenLDAP as a central store for account information for all other services (unix, samba, email, etc). Therefore, I would like freeradius to get account information from the LDAP server as well. However, when I configure freeradius to use

Re: Freeradius Segmentation Fault on LDAP Bind

2004-05-17 Thread Paul Bender
Alan DeKok wrote: Paul Bender [EMAIL PROTECTED] wrote: However, I use OpenLDAP as a central store for account information for all other services (unix, samba, email, etc). Therefore, I would like freeradius to get account information from the LDAP server as well. However, when I configure