mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
13.58.2008 23996f41337c520226e06d44c47873b683be281c
Fix for issue 3330 (Unexpected MILD_WARNING config/auto-process-ldif after setup
)

The LDIF connection handler is enabled by default. Since it is pointing to a no
n existing file, an error is logged. Disable this connection handler by default
.

1 files modified
2 ■■■ changed files
opends/resource/config/config.ldif 2 ●●● patch | view | raw | blame | history
opends/resource/config/config.ldif
@@ -469,7 +469,7 @@
objectClass: ds-cfg-ldif-connection-handler
cn: LDIF Connection Handler
ds-cfg-java-class: org.opends.server.protocols.LDIFConnectionHandler
ds-cfg-enabled: true
ds-cfg-enabled: false
ds-cfg-ldif-directory: config/auto-process-ldif
ds-cfg-poll-interval: 5 seconds