Issue 8473 - unkown plugin type {0} preoperation
Summary: unkown plugin type {0} preoperation
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: 2.4.44
Hardware: All All
: --- normal
Target Milestone: 2.5.0
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-02 11:56 UTC by dominik.spychalski@googlemail.com
Modified: 2020-10-14 21:08 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description dominik.spychalski@googlemail.com 2016-08-02 11:56:04 UTC
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.
Comment 1 Quanah Gibson-Mount 2017-03-17 20:32:11 UTC
moved from Incoming to Software Bugs
Comment 2 Ondřej Kuzník 2020-06-04 12:52:02 UTC
Merge request to fix this has been proposed:
https://git.openldap.org/openldap/openldap/-/merge_requests/78
Comment 3 Quanah Gibson-Mount 2020-06-22 17:31:09 UTC
  • e5105e70 
by Ondřej Kuzník at 2020-06-21T22:53:14+00:00 
ITS#8473 Mark olcPlugin as ordered


  • 6b46232a 
by Ondřej Kuzník at 2020-06-21T22:53:14+00:00 
ITS#8473 Implement ordering stable (de)registration