Text
Adventures in mod_ldap
Want to use mod_ldap or mod_auth_ldap in Apache 2.2.x?
Dont forget to compile apache with —enable-ldap —enable-auth-ldap and —with-ldap
My config.nice
”./configure” \
“—prefix=/usr/local/apache2” \
“—enable-dav” \
“—enable-so” \
“—enable-auth-digest” \
“—enable-rewrite” \
“—enable-setenvif” \
“—enable-mime” \
“—enable-ldap” \
“—enable-auth-ldap” \
“—with-ldap” \
“—enable-deflate” \
“—enable-ssl” \
“—with-ssl=/usr/local” \
“—enable-headers” \
See Apache bug Zilla #https://issues.apache.org/bugzilla/show_bug.cgi?id=17244 and #https://issues.apache.org/bugzilla/show_bug.cgi?id=45385