Allow global plugins.

This commit is contained in:
Luke Howard 2003-01-21 15:11:35 +00:00
parent 1e32bdbd69
commit 17b761cf96

View File

@ -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