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

Mark Craig
20.06.2016 163b057438d52c1921f0cda20b0048175ce9929f
OPENDJ-3397 Fix typos in CAUD handler config templates

This patch aligns the templates with the proposed patch for the docs.
2 files modified
8 ■■■■ changed files
opendj-server-legacy/resource/config/audit-handlers/jms-config.json-example 6 ●●●● patch | view | raw | blame | history
opendj-server-legacy/resource/config/audit-handlers/splunk-config.json-example 2 ●●● patch | view | raw | blame | history
opendj-server-legacy/resource/config/audit-handlers/jms-config.json-example
@@ -1,5 +1,5 @@
//
// Example configuration for splunk handler.
// Example configuration for JMS handler.
// Edit a copy of the file with your settings.
// Strip comments before use with grep -v '^[ ]*//' < your-file.json
//
@@ -18,11 +18,11 @@
    // Permitted values: NON_PERSISTENT, PERSISTENT
    "deliveryMode": "NON_PERSISTENT",
    "enabled": false,
    // Optional
    "topicName": "audit",
    "jndi": {
      // Optional
      "connectionFactoryName": "connectionFactory",
      // Optional
      "topicName": "audit",
      "contextProperties": {
        "java.naming.factory.initial": "org.apache.activemq.jndi.ActiveMQInitialContextFactory",
        "java.naming.provider.url": "tcp://localhost:61616",
opendj-server-legacy/resource/config/audit-handlers/splunk-config.json-example
@@ -1,5 +1,5 @@
//
// Example configuration for splunk handler.
// Example configuration for Splunk handler.
// Edit a copy of the file with your settings.
// Strip comments before use with grep -v '^[ ]*//' < your-file.json
//