diff options
| author | Noriko Hosoi <nhosoi@redhat.com> | 2005-06-09 17:42:14 +0000 |
|---|---|---|
| committer | Noriko Hosoi <nhosoi@redhat.com> | 2005-06-09 17:42:14 +0000 |
| commit | 471dda07da584b389ee0b2c78f9ecf44defd835d (patch) | |
| tree | 41be3d1eeec6ac064797c7e60bd20ec466714e56 /ldap/servers/slapd/test-plugins/testbind.c | |
| parent | 4dfc4be488232d5564f317ae46aecbccc65dc1c4 (diff) | |
| download | ds-471dda07da584b389ee0b2c78f9ecf44defd835d.tar.gz ds-471dda07da584b389ee0b2c78f9ecf44defd835d.tar.xz ds-471dda07da584b389ee0b2c78f9ecf44defd835d.zip | |
Added testpreop_search to verify bug 147585
Plus fixed branding/version number.
Diffstat (limited to 'ldap/servers/slapd/test-plugins/testbind.c')
| -rw-r--r-- | ldap/servers/slapd/test-plugins/testbind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/servers/slapd/test-plugins/testbind.c b/ldap/servers/slapd/test-plugins/testbind.c index d2fadc7d..08e12a0c 100644 --- a/ldap/servers/slapd/test-plugins/testbind.c +++ b/ldap/servers/slapd/test-plugins/testbind.c @@ -69,7 +69,7 @@ #include <string.h> #include "slapi-plugin.h" -Slapi_PluginDesc bindpdesc = { "test-bind", "Netscape", "0.5", +Slapi_PluginDesc bindpdesc = { "test-bind", "Fedora Project", "7.1", "sample bind pre-operation plugin" }; static Slapi_ComponentId *plugin_id = NULL; |
