From: Luke Howard Date: Tue, 21 Jan 2003 15:11:35 +0000 (+0000) Subject: Allow global plugins. X-Git-Tag: NO_SLAP_OP_BLOCKS~557 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=17b761cf9640b303b330dda7d72a4bcf3c9740dd;p=openldap Allow global plugins. --- diff --git a/servers/slapd/config.c b/servers/slapd/config.c index ec40b43e81..a9677b6038 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -2324,6 +2324,7 @@ read_config( const char *fname, int depth ) } else if ( strcasecmp( cargv[0], "plugin" ) == 0 ) { #if defined( LDAP_SLAPI ) +#ifdef notdef /* allow global plugins, too */ /* * a "plugin" line must be inside a database * definition, since we implement pre-,post- @@ -2347,6 +2348,7 @@ read_config( const char *fname, int depth ) != LDAP_SUCCESS ) { return( 1 ); } +#endif /* notdef */ #else /* !defined( LDAP_SLAPI ) */ #ifdef NEW_LOGGING