diff options
Diffstat (limited to 'ldap/servers/slapd/test-plugins/testplugin.def')
| -rw-r--r-- | ldap/servers/slapd/test-plugins/testplugin.def | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ldap/servers/slapd/test-plugins/testplugin.def b/ldap/servers/slapd/test-plugins/testplugin.def new file mode 100644 index 00000000..b14c082e --- /dev/null +++ b/ldap/servers/slapd/test-plugins/testplugin.def @@ -0,0 +1,16 @@ +; BEGIN COPYRIGHT BLOCK +; Copyright 2001 Sun Microsystems, Inc. +; Portions copyright 1999, 2001-2003 Netscape Communications Corporation. +; All rights reserved. +; END COPYRIGHT BLOCK +; +DESCRIPTION 'Netscape Directory Server 7 test plugin' +EXPORTS + testentry_scramble @2 + testentry_unscramble @3 + testexop_init @4 + testpostop_init @5 + testpreop_init @6 + testsasl_init @7 + testbind_init @8 + nullsuffix_init @9 |
