Configuring the OpenLDAP server

  1. At the command prompt, cd to the OpenLDAP install base directory.
  2. Edit the OpenLDAP server configuration file, slapd.conf, to add the following include statements:
    include      ./schema/cosine.schema
    include      ./schema/inetorgperson.schema
    include      ./schema/container.schema
    include      ./schema/mfds.schema

You can now start the OpenLDAP server.