[Auth_ldap] Could not connect to LDAP server: No such file or directory
Hernando Barake
nandobarake at yahoo.com
Fri Mar 3 20:18:34 PST 2006
Jay,
It appears to be a bug. Go to line number 171 of auth_ldap.c and
replace the line
#if defined(WITH_OPENLDAP) && LDAP_VENDOR_VERSION >= 20000
With the following line
#if defined(WITH_OPENLDAP) && LDAP_VENDOR_VERSION < 20000
The problem is that it was calling ldap_initialize instead of
ldap_init.
Good luck,
Hernando
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the Auth_ldap
mailing list