Changes between Version 79 and Version 80 of Projects/OpenLDAP


Ignore:
Timestamp:
07/08/12 05:47:06 (12 years ago)
Author:
C Rempel
Comment:

/* network-demos/ldap/Makefile */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/OpenLDAP

    v79 v80  
    266266
    267267With all this, I am now able to call the slapd server, but now to figure out how to use the options, the config file, etc...
     268==  Using SLAPD  ==
     269
     270After struggling to call main, I was determined the following:
     271# some configurations that were hard-coded at compile-time would need to be over-ridden at runtime.
     272## the configuration directory
     273## others (as dicovered)
     274# additional openLDAP specific knowledge is required. [http://www.zytrax.com/books/ldap/ch6/slapd-config.html An example site for openLDAP.]
    268275==  examples/openldap/BuildTests.sh  ==
    269276