Full_Name: Dominik Spychalski Version: 2.4.44 OS: Ubuntu 14.04 URL: ftp://ftp.openldap.org/incoming/ Submission from: (NULL) (141.12.66.96)
After the configuration of a self written slapi-plugin in slapd.conf
plugin preoperation /../plugin.so plugin_init
I'm converting the konfiguration File to the configuration directory structure
slaptest -F /etc/openldap/slapd.d -f /etc/openldap/slapd.conf
When restarting slapd the Error "...unknown plugin type {0} preoperation..." occours.
Line in /etc/openldap/slapd.d/cn=config/olcDatabase={-1}frontend.ldif:
olcPlugin: {0} preoperation /../plugin.so plugin_init
When I modify the line above to "olcPlugin: preoperation /../plugin.so plugin_init" and recalculate the crc32 checksum everthing works fine.