diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-07-01 17:45:28 -0400 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-07-01 17:45:28 -0400 |
| commit | 5e567e4d73e2d1279ab43b248c5bc51c495cf3aa (patch) | |
| tree | baccbc444e9eb3bf2185455e8e1699fd771da164 | |
| parent | 0cbb1bd06ad17310cb67cdc67f5677745177340b (diff) | |
- use the attribute name to hold the plugin version
| -rw-r--r-- | doc/nis-plugin.ldif.in | 2 | ||||
| -rw-r--r-- | doc/sch-plugin.ldif.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/nis-plugin.ldif.in b/doc/nis-plugin.ldif.in index 54ac362..6de7081 100644 --- a/doc/nis-plugin.ldif.in +++ b/doc/nis-plugin.ldif.in @@ -8,7 +8,7 @@ nsslapd-plugininitfunc: nis_plugin_init nsslapd-plugintype: postoperation nsslapd-pluginenabled: on nsslapd-pluginid: nis-server -nsslapd-version: @PACKAGE_VERSION@ +nsslapd-pluginversion: @PACKAGE_VERSION@ nsslapd-pluginvendor: redhat.com nsslapd-plugindescription: NIS Server Plugin nis-tcp-wrappers-name: nis-server diff --git a/doc/sch-plugin.ldif.in b/doc/sch-plugin.ldif.in index 06a8069..c3dd7da 100644 --- a/doc/sch-plugin.ldif.in +++ b/doc/sch-plugin.ldif.in @@ -8,7 +8,7 @@ nsslapd-plugininitfunc: schema_compat_plugin_init nsslapd-plugintype: object nsslapd-pluginenabled: on nsslapd-pluginid: schema-compat-plugin -nsslapd-version: @PACKAGE_VERSION@ +nsslapd-pluginversion: @PACKAGE_VERSION@ nsslapd-pluginvendor: redhat.com nsslapd-plugindescription: Schema Compatibility Plugin |
