[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#7626) [Patch] Fix config_build_schema_inc



Full_Name: Jan Synacek
Version: master
OS: Linux - Fedora 18
URL: http://jsynacek.fedorapeople.org/openldap/0001-Fix-config_build_schema_inc.patch
Submission from: (NULL) (209.132.186.34)


When converting a slapd.conf into the DIT configuration, slaptest incorrectly
handles 'include' directives containing a custom file instead of a schema file.

Example:
  custom.file:
    include /etc/ldap/schema/cosine.ldif

  slapd.conf
    ...
    include /path/to/custom.file
    ...

Slaptest does not properly include cosine.ldif into the new configuration.