Hi All, I finally got my Apache2.2.4 installation to talk to LDAP (I
think) Ive encountered the following error – And was hoping
it might ring a bell for someone – I have also included my configuration
from httpd.conf [Mon Apr 23 13:37:34 2007] [notice] Child 3880: Starting
thread to listen on port 7070. [Mon Apr 23 13:37:40 2007] [error] Internal error:
pcfg_openfile() called with NULL filename [Mon Apr 23 13:37:40 2007] [error] [client 127.0.0.1] (9)Bad
file descriptor: Could not open password file: (null) Could it be the AuthName ? I have it set to my user id <Directory /> Order allow,deny Allow from all AuthType Basic AuthName
vtlu AuthzLDAPAuthoritative on AuthLDAPUrl ldap://aaa.bbbb.org:389/basedn?sAMAccountName? AuthLDAPRemoteUserAttribute vtlu AuthLDAPBindPassword xxxxxx require valid-user </Directory> Thanks V |