From 5a168a0da2302f900c64b236862691b49de08869 Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Tue, 18 Oct 2011 16:29:09 +0000 Subject: [PATCH] Fix for OPENDJ-319: Replace short options with long options throughout examples in the documentation --- opendj3/src/main/docbkx/admin-guide/chap-troubleshooting.xml | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/opendj3/src/main/docbkx/admin-guide/chap-troubleshooting.xml b/opendj3/src/main/docbkx/admin-guide/chap-troubleshooting.xml index d893adc..a8171d3 100644 --- a/opendj3/src/main/docbkx/admin-guide/chap-troubleshooting.xml +++ b/opendj3/src/main/docbkx/admin-guide/chap-troubleshooting.xml @@ -101,13 +101,14 @@ reject such entries being added, set the property as follows.</para> <screen>$ dsconfig - -p 4444 - -h `hostname` - -D "cn=Directory Manager" - -w password set-global-configuration-prop + --port 4444 + --hostname `hostname` + --bindDN "cn=Directory Manager" + --bindPassword password --set single-structural-objectclass-behavior:warn - -X -n</screen> + --trustAll + --no-prompt</screen> <para>By default, OpenDJ also checks syntax for a number of attribute types. You can relax this behavior as well by using the <command>dsconfig -- Gitblit v1.10.0