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

Mark Craig
11.48.2013 8b5edb36ac5b1639726e14de164d0bb360386f33
Fix for problem in `dsconfig create-access-log-filtering-criteria` example, spotted and reviewed by Chris Ridd
1 files modified
5 ■■■■■ changed files
opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml 5 ●●●●● patch | view | raw | blame | history
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>