From 8b5edb36ac5b1639726e14de164d0bb360386f33 Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Tue, 11 Jun 2013 15:48:12 +0000 Subject: [PATCH] Fix for problem in `dsconfig create-access-log-filtering-criteria` example, spotted and reviewed by Chris Ridd --- opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml index 1310334..4b74f67 100644 --- a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml +++ b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml @@ -667,8 +667,9 @@ --bindPassword password --publisher-name "File-Based Access Logger" --criteria-name "Exclude LDAPS on 1636 and 4444" - --add connection-port-equal-to:1636 - --add connection-port-equal-to:4444 + --type generic + --set connection-port-equal-to:1636 + --set connection-port-equal-to:4444 --set connection-protocol-equal-to:ldaps --trustAll --no-prompt</screen> -- Gitblit v1.10.0