summaryrefslogtreecommitdiffstats
path: root/src/plug-sch.c
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-30 18:14:02 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-30 18:14:02 -0400
commit3feea09ddbed94e96c12934e23f94071d804db0a (patch)
tree4fce1a614e2744ded55664a24c21f2720d9a9315 /src/plug-sch.c
parent38fcfada8270bf022d7bedc884fda7de79478a33 (diff)
downloadslapi-nis-3feea09ddbed94e96c12934e23f94071d804db0a.tar.gz
slapi-nis-3feea09ddbed94e96c12934e23f94071d804db0a.tar.xz
slapi-nis-3feea09ddbed94e96c12934e23f94071d804db0a.zip
- take out the need for a backend to provide a matching test
- start adding configuration for the schema plugin
Diffstat (limited to 'src/plug-sch.c')
-rw-r--r--src/plug-sch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plug-sch.c b/src/plug-sch.c
index 0149003..b406893 100644
--- a/src/plug-sch.c
+++ b/src/plug-sch.c
@@ -60,7 +60,7 @@
/* the module initialization function */
static Slapi_PluginDesc
plugin_description = {
- .spd_id = "schema-plugin",
+ .spd_id = "schema-compat-plugin",
.spd_vendor = "redhat.com",
.spd_version = PACKAGE_VERSION,
.spd_description = "Schema Compatibility Plugin",