jsynacek@redhat.com wrote:
Full_Name: Jan Synacek Version: master OS: Linux - Fedora 18 URL: http://jsynacek.fedorapeople.org/openldap/0001-Fix-config_build_schema_inc.p... 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.
Your example is invalid since slapd.conf format doesn't support including LDIF files.