blob: decadacd2787ec50aaeb347382dfe154bdbf9ddc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
dn: cn=deref,cn=plugins,cn=config
objectclass: top
objectclass: nsSlapdPlugin
objectclass: extensibleObject
objectclass: nsContainer
cn: deref
nsslapd-pluginpath: libderef-plugin
nsslapd-plugininitfunc: deref_init
nsslapd-plugintype: preoperation
nsslapd-pluginenabled: on
nsslapd-plugin-depends-on-type: database
# these will be replaced when the server loads the plugin
nsslapd-pluginId: ID
nsslapd-pluginVersion: PACKAGE_VERSION
nsslapd-pluginVendor: VENDOR
nsslapd-pluginDescription: DESC
|