summaryrefslogtreecommitdiffstats
path: root/ldap/servers/slapd/test-plugins
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2005-02-02 19:35:54 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2005-02-02 19:35:54 +0000
commit4e1df29390c456c9bd02f578bab94a3c8034fbb9 (patch)
tree485475a8a43195b9d3009b6ddf8f1511e3d245e9 /ldap/servers/slapd/test-plugins
parentae05276447e919c49e2ce81e3435f949471685b8 (diff)
downloadds-4e1df29390c456c9bd02f578bab94a3c8034fbb9.tar.gz
ds-4e1df29390c456c9bd02f578bab94a3c8034fbb9.tar.xz
ds-4e1df29390c456c9bd02f578bab94a3c8034fbb9.zip
[146919] De-brand the Directory Server as "brandx"
Diffstat (limited to 'ldap/servers/slapd/test-plugins')
-rw-r--r--ldap/servers/slapd/test-plugins/README2
-rw-r--r--ldap/servers/slapd/test-plugins/testplugin.def2
-rw-r--r--ldap/servers/slapd/test-plugins/testsaslbind.c6
3 files changed, 5 insertions, 5 deletions
diff --git a/ldap/servers/slapd/test-plugins/README b/ldap/servers/slapd/test-plugins/README
index ecdcac58..1faf1b05 100644
--- a/ldap/servers/slapd/test-plugins/README
+++ b/ldap/servers/slapd/test-plugins/README
@@ -11,7 +11,7 @@
----------------------------
This directory contains code for some sample server plug-ins intended for
-use with the Netscape Directory Server 7.
+use with the Brandx Directory Server 7.
NOTE: Before you compile and run these examples, make sure
to change any server-specific data in the examples to
diff --git a/ldap/servers/slapd/test-plugins/testplugin.def b/ldap/servers/slapd/test-plugins/testplugin.def
index b14c082e..38863078 100644
--- a/ldap/servers/slapd/test-plugins/testplugin.def
+++ b/ldap/servers/slapd/test-plugins/testplugin.def
@@ -4,7 +4,7 @@
; All rights reserved.
; END COPYRIGHT BLOCK
;
-DESCRIPTION 'Netscape Directory Server 7 test plugin'
+DESCRIPTION 'Brandx Directory Server 7 test plugin'
EXPORTS
testentry_scramble @2
testentry_unscramble @3
diff --git a/ldap/servers/slapd/test-plugins/testsaslbind.c b/ldap/servers/slapd/test-plugins/testsaslbind.c
index 3d265f4d..5b8e5021 100644
--- a/ldap/servers/slapd/test-plugins/testsaslbind.c
+++ b/ldap/servers/slapd/test-plugins/testsaslbind.c
@@ -33,13 +33,13 @@ objectclass: top
objectclass: nsSlapdPlugin
objectclass: extensibleObject
cn: test-saslbind
-nsslapd-pluginpath: /usr/netscape/servers/plugins/slapd/slapi/examples/libtest-plugin.so
+nsslapd-pluginpath: /usr/brandx/servers/plugins/slapd/slapi/examples/libtest-plugin.so
nsslapd-plugininitfunc: testsasl_init
nsslapd-plugintype: preoperation
nsslapd-pluginenabled: on
nsslapd-pluginid: test-saslbind
nsslapd-pluginversion: 5.0
-nsslapd-pluginvendor: Netscape Communications Corp.
+nsslapd-pluginvendor: Brandx, Inc.
nsslapd-plugindescription: sample SASL bind pre-operation plugin
@@ -48,7 +48,7 @@ nsslapd-plugindescription: sample SASL bind pre-operation plugin
#include <string.h>
#include "slapi-plugin.h"
-Slapi_PluginDesc saslpdesc = { "test-saslbind", "Netscape Communications Corp.", "7.0",
+Slapi_PluginDesc saslpdesc = { "test-saslbind", "Brandx, Inc.", "7.1",
"sample SASL bind pre-operation plugin" };