Apache 2.0.48/DAV2/SSL0.9.7c/PHP4.3.4/ + mod_auth_ldap = httpd
child Segmentation Fault on query
Jason Lixfeld
jason+lists.freebsd at lixfeld.ca
Sun Mar 7 00:52:14 PST 2004
This may be more of a users at httpd.apache.org question, but I figure I'd
ask here as well anyway.
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 at spam.kill.er:/usr/obj/usr/src/sys/ESHARA amd64
su-2.05b#
Very new to ldap + httpd so I'm not 100% sure that this is NOT a
configuration issue (but I'm 99.999% sure it's not) :)
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 prompt from my
browser, enter username + password (according to ldap entry below) and
get an error message. Nothing shows up in the ldap logs (even after
running slapd -d -1), 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?
More information about the freebsd-questions
mailing list