mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
Allow global plugins.
This commit is contained in:
parent
1e32bdbd69
commit
17b761cf96
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue