You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jason Lixfeld <ja...@lixfeld.ca> on 2004/03/07 04:34:37 UTC

[users@httpd] Apache 2.0.48/DAV2/SSL0.9.7c/PHP4.3.4/ + mod_auth_ldap = child Segmentation Fault on query

su-2.05b# uname -a
FreeBSD spam.kill.er 5.2.1-RELEASE-p1 FreeBSD 5.2.1-RELEASE-p1 #25: Fri 
Mar  5 03:51:13 EST 2004     
jlixfeld@spam.kill.er:/usr/obj/usr/src/sys/ESHARA  amd64
su-2.05b#

Greetings.  Very new to ldap + httpd.  Have the following in my 
httpd.conf:

LoadModule ldap_module  libexec/apache2/mod_ldap.so
LoadModule auth_ldap_module libexec/apache2/mod_auth_ldap.so

<Location /foo>
Options Indexes FollowSymLinks
AllowOverride None
order allow,deny
allow from all
AuthName "eBit Networks LDAP Authentication Test"
AuthType Basic
AuthLDAPBindDN dc=domain,dc=tld
AuthLDAPBindPAssword xxxxxx
AuthLDAPURL "ldap://127.0.0.1/ou=Manager,dc=domain,dc=tld?uid"
require valid-user
</Location>

after I go to http://domain.tld/foo, I get the login screen, enter 
username + password (according to ldap entry below) and get an error 
message.  Nothing shows up in the ldap logs, but I get the following in 
httpd-error.log:

[Sat Mar 06 22:23:17 2004] [notice] child pid 6990 exit signal 
Segmentation fault (11)

LDAP entry:

# jlixfeld, Manager, ebit.ca
dn: uid=jlixfeld,cn=Manager,dc=domain,dc=tld
objectClass: uidObject
objectClass: simpleSecurityObject
objectClass: inetOrgPerson
uid: jlixfeld
cn: Manager
userPassword:: xxxxxxxxx
sn: Jason

anyone seen this before?  any ideas?


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache 2.0.48/DAV2/SSL0.9.7c/PHP4.3.4/ + mod_auth_ldap = child Segmentation Fault on query

Posted by Jason Lixfeld <ja...@lixfeld.ca>.
Working through this some more, I'm trying to install gdb so I can 
debug this bad boy, but I can't even compile the debugger under amd64.

Anyone see this ldap thing before?

On Mar 6, 2004, at 10:34 PM, Jason Lixfeld wrote:

> su-2.05b# uname -a
> FreeBSD spam.kill.er 5.2.1-RELEASE-p1 FreeBSD 5.2.1-RELEASE-p1 #25: 
> Fri Mar  5 03:51:13 EST 2004     
> jlixfeld@spam.kill.er:/usr/obj/usr/src/sys/ESHARA  amd64
> su-2.05b#
>
> Greetings.  Very new to ldap + httpd.  Have the following in my 
> httpd.conf:
>
> LoadModule ldap_module  libexec/apache2/mod_ldap.so
> LoadModule auth_ldap_module libexec/apache2/mod_auth_ldap.so
>
> <Location /foo>
> Options Indexes FollowSymLinks
> AllowOverride None
> order allow,deny
> allow from all
> AuthName "eBit Networks LDAP Authentication Test"
> AuthType Basic
> AuthLDAPBindDN dc=domain,dc=tld
> AuthLDAPBindPAssword xxxxxx
> AuthLDAPURL "ldap://127.0.0.1/ou=Manager,dc=domain,dc=tld?uid"
> require valid-user
> </Location>
>
> after I go to http://domain.tld/foo, I get the login screen, enter 
> username + password (according to ldap entry below) and get an error 
> message.  Nothing shows up in the ldap logs, but I get the following 
> in httpd-error.log:
>
> [Sat Mar 06 22:23:17 2004] [notice] child pid 6990 exit signal 
> Segmentation fault (11)
>
> LDAP entry:
>
> # jlixfeld, Manager, ebit.ca
> dn: uid=jlixfeld,cn=Manager,dc=domain,dc=tld
> objectClass: uidObject
> objectClass: simpleSecurityObject
> objectClass: inetOrgPerson
> uid: jlixfeld
> cn: Manager
> userPassword:: xxxxxxxxx
> sn: Jason
>
> anyone seen this before?  any ideas?
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server 
> Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org