LDAP, Apache, and Tru64

From: Steven Aponte (steven.aponte@med.nyu.edu)
Date: Thu May 06 2004 - 10:46:43 EDT


Apache 1.3.29
Auth ldap 1.6
OpenSSL 0.9.7b 10 Apr 2003
Tru64 5.1B

We are trying to use an existing LDAP directory to authenticate users on our
websites. I have loaded the auth_ldap module in the httpd.conf file with:
LoadModule auth_ldap_module libexec/auth_ldap.so

I have created an .htaccess file that looks like:

AuthType basic
AuthName LDAP
AuthLDAPURL ldap://our.ldap.server:389/dc=med,dc=nyu,dc=edu?uid
require valid-user

And all I get in the logs is:
[Thu May 6 10:20:55 2004] [error] [client 10.171.40.120] user testuser not
found: /test_ldap_dir

Any pointers? LDAP search from this server is successful, so firewall is
open and ok. I had LDAP server admin check logs, and request from my server
never makes it there. The LDAP server will accept queries from any machine
on the local network.

Thanks,
Steven Aponte
NYU SoM GCRC



This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:49:58 EDT