This may be more of a [EMAIL PROTECTED] 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 [EMAIL PROTECTED]:/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?

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to