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