diff options
Diffstat (limited to 'ldap/servers/plugins/passthru/libpassthru.def')
| -rw-r--r-- | ldap/servers/plugins/passthru/libpassthru.def | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ldap/servers/plugins/passthru/libpassthru.def b/ldap/servers/plugins/passthru/libpassthru.def new file mode 100644 index 00000000..b08d907a --- /dev/null +++ b/ldap/servers/plugins/passthru/libpassthru.def @@ -0,0 +1,14 @@ +; 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 Pass Through Authentication Plugin' +;CODE SHARED READ EXECUTE +;DATA SHARED READ WRITE +EXPORTS + passthruauth_init @1 + plugin_init_debug_level @2 |
