]> granicus.if.org Git - apache/commitdiff
Update README.ldap file for Windows build instructions.
authorGraham Leggett <minfrin@apache.org>
Wed, 9 Oct 2002 08:02:58 +0000 (08:02 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 9 Oct 2002 08:02:58 +0000 (08:02 +0000)
PR:
Obtained from:
Submitted by: Andre Schild <A.Schild@aarboard.ch>
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97157 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
modules/experimental/README.ldap

diff --git a/CHANGES b/CHANGES
index a9dae13ce7a47b2c82e8ad409340d5e538c30e25..632c728aa8c8b8013cb45de6f05dbbb1bb420625 100644 (file)
--- 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 <A.Schild@aarboard.ch>]
 
   *) Performance improvements for the code that generates HTTP
index 2e67f6ee4c258193cb21e6a71e575c2776e77f03..3ae9f16166c5b4e931027dd43c14cf38b4955f71 100644 (file)
@@ -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.
+
+