mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
cleanup
This commit is contained in:
parent
ac7762996e
commit
cb286fa4b1
@ -224,34 +224,6 @@ auditlog_db_destroy(
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if 0
|
||||
static int
|
||||
auditlog_config(
|
||||
BackendDB *be,
|
||||
const char *fname,
|
||||
int lineno,
|
||||
int argc,
|
||||
char **argv
|
||||
)
|
||||
{
|
||||
slap_overinst *on = (slap_overinst *) be->bd_info;
|
||||
auditlog_data *ad = on->on_bi.bi_private;
|
||||
|
||||
/* history log file */
|
||||
if ( strcasecmp( argv[0], "auditlog" ) == 0 ) {
|
||||
if ( argc < 2 ) {
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
"%s: line %d: missing filename in \"auditlog <filename>\" line\n",
|
||||
fname, lineno, 0 );
|
||||
return( 1 );
|
||||
}
|
||||
ad->ad_logfile = ch_strdup( argv[1] );
|
||||
return 0;
|
||||
}
|
||||
return SLAP_CONF_UNKNOWN;
|
||||
}
|
||||
#endif /* 0 */
|
||||
|
||||
int auditlog_initialize() {
|
||||
int rc;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user