diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2007-11-07 17:38:21 -0500 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2007-11-07 17:38:21 -0500 |
| commit | 81ddb16d97dad7e154e481129f5ae647dd310c3b (patch) | |
| tree | 7b20c064f275959e681591c431da6724d84c2512 /src/plugin.ldif | |
| parent | 20a88ddae39851cab0e017a1022ec6825db51c50 (diff) | |
- ldif for loading a sample plugin
Diffstat (limited to 'src/plugin.ldif')
| -rw-r--r-- | src/plugin.ldif | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/plugin.ldif b/src/plugin.ldif new file mode 100644 index 0000000..082ed11 --- /dev/null +++ b/src/plugin.ldif @@ -0,0 +1,14 @@ +dn: cn=My Plugin, cn=plugins, cn=config +objectclass: top +objectclass: nsSlapdPlugin +objectclass: extensibleObject +cn: My Plugin +nsslapd-pluginpath: /usr/src/local/sn/src/plugin.so +nsslapd-plugininitfunc: my_init_function +nsslapd-plugintype: object +nsslapd-pluginenabled: on +nsslapd-pluginid: my-plugin +nsslapd-version: 0.0 +nsslapd-pluginvendor: hamdingers.org +nsslapd-plugindescription: sample plugin + |
