summaryrefslogtreecommitdiffstats
path: root/ldap/servers/slapd/test-plugins/testsaslbind.c
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2006-10-09 22:26:20 +0000
committerRich Megginson <rmeggins@redhat.com>2006-10-09 22:26:20 +0000
commit76d3533f714c320b45e729433fcd09db75ea8871 (patch)
tree1e888a56af2f208671b0d9c3fec59b2a0ce516c1 /ldap/servers/slapd/test-plugins/testsaslbind.c
parent145a4c2511fc8faa0bb1f394198573f2bcb91824 (diff)
downloadds-76d3533f714c320b45e729433fcd09db75ea8871.tar.gz
ds-76d3533f714c320b45e729433fcd09db75ea8871.tar.xz
ds-76d3533f714c320b45e729433fcd09db75ea8871.zip
Bug(s) fixed: 210075
Bug Description: Change version to 1.0.3 Reviewed by: nkinder, nhosoi (Thanks!) Fix Description: Update version strings and etc. to 1.0.3 Platforms tested: FC5 Flag Day: no Doc impact: no
Diffstat (limited to 'ldap/servers/slapd/test-plugins/testsaslbind.c')
-rw-r--r--ldap/servers/slapd/test-plugins/testsaslbind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/servers/slapd/test-plugins/testsaslbind.c b/ldap/servers/slapd/test-plugins/testsaslbind.c
index 1a6e2cc5..13ebd272 100644
--- a/ldap/servers/slapd/test-plugins/testsaslbind.c
+++ b/ldap/servers/slapd/test-plugins/testsaslbind.c
@@ -80,7 +80,7 @@ nsslapd-plugindescription: sample SASL bind pre-operation plugin
#include <string.h>
#include "slapi-plugin.h"
-Slapi_PluginDesc saslpdesc = { "test-saslbind", "Fedora Project", "1.0.2",
+Slapi_PluginDesc saslpdesc = { "test-saslbind", "Fedora Project", "1.0.3",
"sample SASL bind pre-operation plugin" };