From 1e7c5670e8bf205da0533009665d5e683c822c0b Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Wed, 9 Oct 2002 08:02:58 +0000 Subject: [PATCH] Update README.ldap file for Windows build instructions. PR: Obtained from: Submitted by: Andre Schild Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97157 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 3 ++- modules/experimental/README.ldap | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a9dae13ce7..632c728aa8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ Changes with Apache 2.0.44 *) Change the LDAP modules to export their symbols correctly - during a Windows build. Add dsp files for Windows. + during a Windows build. Add dsp files for Windows. Update + README.ldap file for Windows build instructions. [Andre Schild ] *) Performance improvements for the code that generates HTTP diff --git a/modules/experimental/README.ldap b/modules/experimental/README.ldap index 2e67f6ee4c..3ae9f16166 100644 --- a/modules/experimental/README.ldap +++ b/modules/experimental/README.ldap @@ -16,3 +16,17 @@ Quick installation instructions (UNIX): The --enable-auth-ldap option switches on the LDAP authentication module. +Quick installation instructions (win32): + +1. copy the file srclib\apr-util\include\apr_ldap.hw to apr_ldap.h +2. the netscape/iplanet ldap libraries are installed in srclib\ldap +3. Compile the two modules util_ldap and mod_auth_ldap using the dsp files +4. You get a mod_auth_ldap.so and a util_ldap.so module +5. Put them in the modules directory, don't forget to copy the + nsldap32v50.dll somewhere where apache.exe will find it +6. Load the two modules in your httpd.conf, like below: + LoadModule ldap_module modules/util_ldap.so + LoadModule auth_ldap_module modules/mod_auth_ldap.so +7. Configure the directories as described in the docus. + + -- 2.40.0