OpenLdap slapd.exe
Status: Abandoned
Brought to you by:
nobull
I tried to build OpenLdap slapd.exe V2.1.16 but when running the ldbm backend can not be found under
Windows 2000.
I used Microsoft VisualAge V6.3 to build it. I was successful with 2.0.15 but I have the feeling that the
backends are now dynamic and not static build. So question is what do I have to do in the build
environment to enable dynamic backends, especially ldbm ?
Logged In: YES
user_id=497486
You want to edit the portable.nt file under include\.
Look for "define to support dynamic LDBM backend".
Then, put '#define SLAPD_LDBM_DYNAMIC 1'.
Finally, compile.