mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Allow global plugins.
This commit is contained in:
parent
1e32bdbd69
commit
17b761cf96
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user