diff options
| author | Nalin Dahyabhai <nalin@localhost.localdomain> | 2008-04-22 19:23:20 -0400 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin@localhost.localdomain> | 2008-04-22 19:23:20 -0400 |
| commit | 715c5dcb8fd14558d2852316eda86cc808c370e7 (patch) | |
| tree | d962a57f986372b99f33c5ac3b93412fa255fa30 /src/plugin.c | |
| parent | ed6758c1628dd62c5d5fc336d665c1eb3893a971 (diff) | |
| download | slapi-nis-715c5dcb8fd14558d2852316eda86cc808c370e7.tar.gz slapi-nis-715c5dcb8fd14558d2852316eda86cc808c370e7.tar.xz slapi-nis-715c5dcb8fd14558d2852316eda86cc808c370e7.zip | |
- add initial callbacks for monitoring data changes, which for simplicity's
sake means we're a postoperation plugin now
Diffstat (limited to 'src/plugin.c')
| -rw-r--r-- | src/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin.c b/src/plugin.c index c554eb1..e33c956 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -35,7 +35,7 @@ /* the module initialization function */ static Slapi_PluginDesc plugin_description = { - .spd_id = "nis-server", + .spd_id = "nis-plugin", .spd_vendor = "badvocacy.net", .spd_version = PACKAGE_VERSION, .spd_description = "NIS Server Plugin", |
