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

Mark Craig
28.33.2011 fada56a77c157a784dc21c7ae558c4d5d8e5d3f1
Partial fix for OPENDJ-368: Purge doc (including screenshots) of non fully qualified host names
21 files modified
413 ■■■■ changed files
opendj3/src/main/docbkx/admin-guide/chap-attribute-uniqueness.xml 6 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/chap-groups.xml 4 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/chap-import-export.xml 4 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/chap-indexing.xml 12 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/chap-ldap-operations.xml 4 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/chap-listeners.xml 26 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml 26 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/chap-mv-servers.xml 58 ●●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/chap-privileges-acis.xml 2 ●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/chap-pta.xml 6 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/chap-pwd-policy.xml 12 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/chap-replication.xml 178 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/chap-resource-limits.xml 4 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/chap-samba.xml 6 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/chap-schema.xml 6 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/chap-tuning.xml 10 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/chap-virtual-attrs-collective-attrs.xml 2 ●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/shared/man-dsframework.xml 4 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/shared/man-dsreplication.xml 36 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/shared/man-manage-tasks.xml 3 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/shared/man-rebuild-index.xml 4 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/chap-attribute-uniqueness.xml
@@ -69,7 +69,7 @@
   <screen>$ dsconfig
 set-plugin-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --plugin-name "UID Unique Attribute"
@@ -83,7 +83,7 @@
   <screen>$ dsconfig
 set-plugin-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDn "cn=Directory Manager"
 --bindPassword password
 --plugin-name "UID Unique Attribute"
@@ -156,7 +156,7 @@
   <screen>$ dsconfig
 create-plugin
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --plugin-name "Unique mobile numbers"
opendj3/src/main/docbkx/admin-guide/chap-groups.xml
@@ -223,7 +223,7 @@
  <screen>$ dsconfig
 set-virtual-attribute-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --name "Virtual Static member"
@@ -331,7 +331,7 @@
  <screen>$ dsconfig
 set-plugin-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --plugin-name "Referential Integrity"
opendj3/src/main/docbkx/admin-guide/chap-import-export.xml
@@ -158,7 +158,7 @@
      <para>If not, schedule a task to import the data while online.</para>
      <screen>$ import-ldif
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --includeBranch dc=example,dc=org
@@ -196,7 +196,7 @@
      <para>If not, schedule a task to export the data while online.</para>
     <screen>$ export-ldif
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --includeBranch dc=example,dc=org
opendj3/src/main/docbkx/admin-guide/chap-indexing.xml
@@ -230,7 +230,7 @@
    <screen>$ dsconfig
 create-local-db-index
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --backend-name userRoot
@@ -253,7 +253,7 @@
    <screen>$ dsconfig
 set-local-db-index-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --backend-name userRoot
@@ -291,7 +291,7 @@
   <screen>$ dsconfig
 create-local-db-vlv-index
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDn "cn=Directory Manager"
 --bindPassword password
 --backend-name userRoot
@@ -336,7 +336,7 @@
    
    <screen>$ rebuild-index
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --baseDN dc=example,dc=com
@@ -392,7 +392,7 @@
    <screen>$ dsconfig
 set-local-db-index-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --backend-name userRoot
@@ -402,7 +402,7 @@
 --no-prompt
$ rebuild-index
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --baseDN dc=example,dc=com
opendj3/src/main/docbkx/admin-guide/chap-ldap-operations.xml
@@ -401,7 +401,7 @@
    <screen>$ dsconfig
 create-plugin
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --type attribute-cleanup
@@ -451,7 +451,7 @@
    <screen>$ dsconfig
 create-plugin
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --type attribute-cleanup
opendj3/src/main/docbkx/admin-guide/chap-listeners.xml
@@ -57,7 +57,7 @@
    command.</para>
    <screen>$ dsconfig
 set-connection-handler-prop
 --hostname `hostname`
 --hostname opendj.example.com
 --port 4444
 --bindDN "cn=Directory Manager"
 --bindPassword password
@@ -106,14 +106,14 @@
 -genkey
 -alias server-cert
 -keyalg rsa
 -dname "CN=mark-laptop,O=Example Corp,C=FR"
 -dname "CN=opendj.example.com,O=Example Corp,C=FR"
 -keystore OpenDJ/config/keystore
 -storepass changeit
 -keypass changeit</screen>
    <para>In this example, OpenDJ is running on a system with hostname
    <literal>mark-laptop</literal>. The Java Key Store (JKS) is created in
    the <filename>config</filename> directory where OpenDJ is installed, which
    is the default value for JKS.</para>
    <para>In this example, OpenDJ is running on a system with fully qualified
    host name <literal>opendj.example.com</literal>. The Java Key Store (JKS)
    is created in the <filename>config</filename> directory where OpenDJ is
    installed, which is the default value for JKS.</para>
   </step>
   <step>
    <para>Self-sign the server certificate.</para>
@@ -129,7 +129,7 @@
    <command>keytool</command> command.</para>
    <screen>$ dsconfig
 set-key-manager-provider-prop
 --hostname `hostname`
 --hostname opendj.example.com
 --port 4444
 --bindDN "cn=Directory Manager"
 --bindPassword password
@@ -145,7 +145,7 @@
    key store and PIN as well.</para>
    <screen>$ dsconfig
 set-trust-manager-provider-prop
 --hostname `hostname`
 --hostname opendj.example.com
 --port 4444
 --bindDN "cn=Directory Manager"
 --bindPassword password
@@ -179,7 +179,7 @@
    <para>Activate StartTLS on the current LDAP port.</para>
    <screen>$ dsconfig
 set-connection-handler-prop
 --hostname `hostname`
 --hostname opendj.example.com
 --port 4444
 --bindDN "cn=Directory Manager"
 --bindPassword password
@@ -217,7 +217,7 @@
    <para>Configure the server to activate LDAPS access.</para>
    <screen>$ dsconfig
 set-connection-handler-prop
 --hostname `hostname`
 --hostname opendj.example.com
 --port 4444
 --bindDN "cn=Directory Manager"
 --bindPassword password
@@ -239,7 +239,7 @@
    command.</para>
    <screen>$ dsconfig
 set-connection-handler-prop
 --hostname `hostname`
 --hostname opendj.example.com
 --port 4444
 --bindDN "cn=Directory Manager"
 --bindPassword password
@@ -396,7 +396,7 @@
    <para>Configure the server to activate JMX access.</para>
    <screen>$ dsconfig
 set-connection-handler-prop
 --hostname `hostname`
 --hostname opendj.example.com
 --port 4444
 --bindDN "cn=Directory Manager"
 --bindPassword password
@@ -434,7 +434,7 @@
    <para>Activate LDIF file access.</para>
    <screen>$ dsconfig
 set-connection-handler-prop
 --hostname `hostname`
 --hostname opendj.example.com
 --port 4444
 --bindDN "cn=Directory Manager"
 --bindPassword password
opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml
@@ -97,7 +97,7 @@
  <screen>$ dsconfig
 set-connection-handler-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --handler-name "SNMP Connection Handler"
@@ -114,7 +114,7 @@
  <screen>$ dsconfig
 set-connection-handler-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --handler-name "SNMP Connection Handler"
@@ -140,7 +140,7 @@
  <screen>$ dsconfig
 set-connection-handler-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --handler-name "JMX Connection Handler"
@@ -154,7 +154,7 @@
  <screen>$ dsconfig
 set-root-dn-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --add default-root-privilege-name:jmx-notify
@@ -290,10 +290,10 @@
 msg=Finished total update: exported domain "dc=example,dc=com" from this
 directory server DS(24065) to all remote directory servers. 
[22/Jun/2011:14:37:35 +0200] category=SYNC severity=MILD_WARNING msgID=14745663
 msg=Replication server RS(23947) at localhost/10.10.0.168:8989 has closed the
 connection to this directory server DS(24065). This directory server will now
 try to connect to another replication server in order to receive changes for
 the domain "dc=example,dc=com"
 msg=Replication server RS(23947) at opendj.example.com/10.10.0.168:8989 has
 closed the connection to this directory server DS(24065). This directory
 server will now try to connect to another replication server in order to
 receive changes for the domain "dc=example,dc=com"
[22/Jun/2011:14:37:35 +0200] category=SYNC severity=NOTICE msgID=15138894
 msg=The generation ID for domain "dc=example,dc=com" has been reset to 3679640</screen>
    <para>Notice that the replication log does not trace replication operations.
@@ -400,7 +400,7 @@
    <screen>$ dsconfig
 create-access-log-filtering-criteria
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --publisher-name "File-Based Access Logger"
@@ -416,7 +416,7 @@
    <screen>$ dsconfig
 set-log-publisher-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --publisher-name "File-Based Access Logger"
@@ -463,7 +463,7 @@
  <screen>$ dsconfig
 set-alert-handler-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --handler-name "JMX Alert Handler"
@@ -478,7 +478,7 @@
  <screen>$ dsconfig
 set-global-configuration-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --set smtp-server:smtp.example.com
@@ -487,7 +487,7 @@
$ dsconfig
 create-alert-handler
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --handler-name "SMTP Alert Handler"
opendj3/src/main/docbkx/admin-guide/chap-mv-servers.xml
@@ -103,7 +103,7 @@
    <screen>$ dsconfig
 set-global-configuration-prop
 --port 5444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --set writability-mode:internal-only
@@ -116,18 +116,19 @@
 disable
 --disableAll
 --port 5444
 --hostname `hostname`
 --hostname opendj.example.com
 --adminUID admin
 --adminPassword password
 --trustAll
 --no-prompt
Establishing connections ..... Done.
Disabling replication on base DN dc=example,dc=com of server localhost:5444
 ..... Done.
Disabling replication on base DN cn=admin data of server localhost:5444
 ..... Done.
Disabling replication on base DN cn=schema of server localhost:5444 ..... Done.
Disabling replication port 9989 of server localhost:5444 ..... Done.
Disabling replication on base DN dc=example,dc=com of server
 opendj.example.com:5444 ..... Done.
Disabling replication on base DN cn=admin data of server
 opendj.example.com:5444 ..... Done.
Disabling replication on base DN cn=schema of server
 opendj.example.com:5444 ..... Done.
Disabling replication port 9989 of server opendj.example.com:5444 ..... Done.
Removing registration information ..... Done.
Removing truststore information ..... Done.
@@ -186,12 +187,12 @@
 --adminUID admin
 --bindPassword password
 --baseDN dc=example,dc=com
 --host1 localhost
 --host1 opendj.example.com
 --port1 4444
 --bindDN1 "cn=Directory Manager"
 --bindPassword1 password
 --replicationPort1 8989
 --host2 remotehost
 --host2 opendj2.example.com
 --port2 4444
 --bindDN2 "cn=Directory Manager"
 --bindPassword2 password
@@ -201,22 +202,24 @@
Establishing connections ..... Done.
Checking registration information ..... Done.
Configuring Replication port on server localhost:4444 ..... Done.
Updating remote references on server remotehost:4444 ..... Done.
Configuring Replication port on server opendj.example.com:4444 ..... Done.
Updating remote references on server opendj2.example.com:4444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
 localhost:4444 ..... Done.
 opendj.example.com:4444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
 remotehost:4444 ..... Done.
Updating registration configuration on server localhost:4444 ..... Done.
Updating registration configuration on server remotehost:4444 ..... Done.
 opendj2.example.com:4444 ..... Done.
Updating registration configuration on server
 opendj.example.com:4444 ..... Done.
Updating registration configuration on server
 opendj2.example.com:4444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
 localhost:4444 ..... Done.
 opendj.example.com:4444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
 remotehost:4444 ..... Done.
Initializing registration information on server localhost:4444 with the
 contents of server remotehost:4444 ..... Done.
Initializing schema on server remotehost:4444 with the contents of server
 localhost:4444 ..... Done.
 opendj2.example.com:4444 ..... Done.
Initializing registration information on server opendj.example.com:4444 with
 the contents of server opendj2.example.com:4444 ..... Done.
Initializing schema on server opendj2.example.com:4444 with the contents of
 server opendj.example.com:4444 ..... Done.
Replication has been successfully enabled.  Note that for replication to work
 you must initialize the contents of the base DN's that are being replicated
@@ -261,7 +264,7 @@
    <screen>$ dsconfig
 set-global-configuration-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --set writability-mode:enabled
@@ -364,7 +367,8 @@
 -genkey
 -alias admin-cert
 -keyalg RSA
 -dname "CN=<replaceable>hostname</replaceable>, O=Administration Connector Self-Signed Certificate"
 -dname
 "CN=opendj.example.com, O=Administration Connector Self-Signed Certificate"
 -keystore admin-keystore
 -storepass `cat admin-keystore.pin`
 -keypass `cat admin-keystore.pin`</screen>
@@ -397,8 +401,10 @@
 -keystore admin-truststore
 -storepass `cat admin-keystore.pin`
 -file admin-cert.crt
Owner: CN=<replaceable>hostname</replaceable>, O=Administration Connector Self-Signed Certificate
Issuer: CN=<replaceable>hostname</replaceable>, O=Administration Connector Self-Signed Certificate
Owner: CN=opendj.example.com,
 O=Administration Connector Self-Signed Certificate
Issuer: CN=opendj.example.com,
 O=Administration Connector Self-Signed Certificate
Serial number: 4e0321c6
Valid from: Thu Jun 23 13:21:42 CEST 2011 until: Wed Sep 21 13:21:42 CEST 2011
Certificate fingerprints:
opendj3/src/main/docbkx/admin-guide/chap-privileges-acis.xml
@@ -631,7 +631,7 @@
    <para>Start <command>dsconfig</command> in interactive mode.</para>
    <screen>$ dsconfig
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password</screen>
   </step>
opendj3/src/main/docbkx/admin-guide/chap-pta.xml
@@ -172,7 +172,7 @@
    <screen>$ dsconfig
 create-password-policy
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --type ldap-pass-through
@@ -195,7 +195,7 @@
    <screen>$ dsconfig
 list-password-policies
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --property use-ssl
@@ -344,7 +344,7 @@
    <screen>$ dsconfig
 create-password-policy
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --type ldap-pass-through
opendj3/src/main/docbkx/admin-guide/chap-pwd-policy.xml
@@ -72,7 +72,7 @@
   <screen>$ dsconfig
 get-password-policy-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --policy-name "Default Password Policy"
@@ -295,7 +295,7 @@
    <screen>$ dsconfig
 set-password-validator-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --validator-name Dictionary
@@ -310,7 +310,7 @@
    <screen>$ dsconfig
 set-password-policy-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --policy-name "Default Password Policy"
@@ -326,7 +326,7 @@
    <screen>$ dsconfig
 get-password-policy-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --policy-name "Default Password Policy"
@@ -374,7 +374,7 @@
    <screen>$ dsconfig
 create-password-policy
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --policy-name "New Account Password Policy"
@@ -389,7 +389,7 @@
    <screen>$ dsconfig
 get-password-policy-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --policy-name "New Account Password Policy"
opendj3/src/main/docbkx/admin-guide/chap-replication.xml
@@ -178,12 +178,12 @@
 --adminUID admin
 --adminPassword password
 --baseDN dc=example,dc=com
 --host1 `hostname`
 --host1 opendj.example.com
 --port1 4444
 --bindDN1 "cn=Directory Manager"
 --bindPassword1 password
 --replicationPort1 8989
 --host2 `hostname`
 --host2 opendj.example.com
 --port2 5444
 --bindDN2 "cn=Directory Manager"
 --bindPassword2 password
@@ -193,22 +193,24 @@
Establishing connections ..... Done.
Checking registration information ..... Done.
Updating remote references on server localhost:4444 ..... Done.
Configuring Replication port on server localhost:5444 ..... Done.
Updating remote references on server opendj.example.com:4444 ..... Done.
Configuring Replication port on server opendj.example.com:5444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
 localhost:4444 ..... Done.
 opendj.example.com:4444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
 localhost:5444 ..... Done.
Updating registration configuration on server localhost:4444 ..... Done.
Updating registration configuration on server localhost:5444 ..... Done.
 opendj.example.com:5444 ..... Done.
Updating registration configuration on server
 opendj.example.com:4444 ..... Done.
Updating registration configuration on server
 opendj.example.com:5444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
 localhost:4444 ..... Done.
 opendj.example.com:4444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
 localhost:5444 ..... Done.
Initializing registration information on server localhost:5444 with the
 contents of server localhost:4444 ..... Done.
Initializing schema on server localhost:5444 with the contents of server
 localhost:4444 ..... Done.
 opendj.example.com:5444 ..... Done.
Initializing registration information on server opendj.example.com:5444 with
 the contents of server opendj.example.com:4444 ..... Done.
Initializing schema on server opendj.example.com:5444 with the contents of
 server opendj.example.com:4444 ..... Done.
Replication has been successfully enabled.  Note that for replication to
 work you must initialize the contents of the base DN's that are being
@@ -275,13 +277,13 @@
 --adminUID admin
 --adminPassword password
 --baseDN dc=example,dc=com
 --hostname `hostname`
 --hostname opendj.example.com
 --port 4444
 --trustAll
 --no-prompt
Initializing base DN dc=example,dc=com with the contents from localhost:4444:
160 entries processed (100 % complete).
Initializing base DN dc=example,dc=com with the contents from
 opendj.example.com:4444: 160 entries processed (100 % complete).
Base DN initialized successfully.
See
@@ -317,12 +319,12 @@
 --adminUID admin
 --adminPassword password
 --baseDN dc=example,dc=com
 --hostname `hostname`
 --hostname opendj.example.com
 --port 4444
 --trustAll
 --no-prompt
Initializing base DN dc=example,dc=com with the contents from localhost:4444:
161 entries processed (100 % complete).
Initializing base DN dc=example,dc=com with the contents from
 opendj.example.com:4444: 161 entries processed (100 % complete).
Base DN initialized successfully.
See
@@ -353,12 +355,12 @@
 --adminUID admin
 --adminPassword password
 --baseDN dc=example,dc=com
 --host1 `hostname`
 --host1 opendj.example.com
 --port1 4444
 --bindDN1 "cn=Directory Manager"
 --bindPassword1 password
 --replicationPort1 8989
 --host2 `hostname`
 --host2 opendj.example.com
 --port2 6444
 --bindDN2 "cn=Directory Manager"
 --bindPassword2 password
@@ -368,26 +370,29 @@
Establishing connections ..... Done.
Checking registration information ..... Done.
Updating remote references on server localhost:4444 ..... Done.
Configuring Replication port on server localhost:6444 ..... Done.
Updating remote references on server opendj.example.com:4444 ..... Done.
Configuring Replication port on server opendj.example.com:6444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
 localhost:4444 ..... Done.
 opendj.example.com:4444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
 localhost:6444 ..... Done.
 opendj.example.com:6444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
 localhost:5444 ..... Done.
Updating remote references on server localhost:5444 ..... Done.
Updating registration configuration on server localhost:4444 ..... Done.
Updating registration configuration on server localhost:6444 ..... Done.
Updating registration configuration on server localhost:5444 ..... Done.
 opendj.example.com:5444 ..... Done.
Updating remote references on server opendj.example.com:5444 ..... Done.
Updating registration configuration on server
 opendj.example.com:4444 ..... Done.
Updating registration configuration on server
 opendj.example.com:6444 ..... Done.
Updating registration configuration on server
 opendj.example.com:5444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
 localhost:4444 ..... Done.
 opendj.example.com:4444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
 localhost:6444 ..... Done.
 opendj.example.com:6444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
 localhost:5444 ..... Done.
Initializing registration information on server localhost:6444 with the
 contents of server localhost:4444 ..... Done.
 opendj.example.com:5444 ..... Done.
Initializing registration information on server opendj.example.com:6444 with
 the contents of server opendj.example.com:4444 ..... Done.
Replication has been successfully enabled.  Note that for replication to
 work you must initialize the contents of the base DN's that are being
@@ -468,7 +473,7 @@
     <screen>$ dsconfig
 set-synchronization-provider-prop
 --port 5444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --provider-name "Multimaster Synchronization"
@@ -482,7 +487,7 @@
     <screen>$ dsconfig
 set-synchronization-provider-prop
 --port 5444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --provider-name "Multimaster Synchronization"
@@ -506,18 +511,20 @@
 disable
 --disableAll
 --port 5444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --adminPassword password
 --trustAll
 --no-prompt
Establishing connections ..... Done.
Disabling replication on base DN cn=admin data of server localhost:5444
 ..... Done.
Disabling replication on base DN dc=example,dc=com of server localhost:5444
 ..... Done.
Disabling replication on base DN cn=schema of server localhost:5444 ..... Done.
Disabling replication port 9989 of server localhost:5444 ..... Done.
Disabling replication on base DN cn=admin data of server
 opendj.example.com:5444 ..... Done.
Disabling replication on base DN dc=example,dc=com of server
 opendj.example.com:5444 ..... Done.
Disabling replication on base DN cn=schema of server
 opendj.example.com:5444 ..... Done.
Disabling replication port 9989 of server
 opendj.example.com:5444 ..... Done.
Removing registration information ..... Done.
Removing truststore information ..... Done.
@@ -632,12 +639,12 @@
 --adminUID admin
 --adminPassword password
 --baseDN dc=example,dc=com
 --host1 `hostname`
 --host1 opendj.example.com
 --port1 4444
 --bindDN1 "cn=Directory Manager"
 --bindPassword1 password
 --noReplicationServer1
 --host2 `hostname`
 --host2 opendj.example.com
 --port2 6444
 --bindDN2 "cn=Directory Manager"
 --bindPassword2 password
@@ -652,15 +659,17 @@
avoid a single point of failure in the replication topology.
Checking registration information ..... Done.
Configuring Replication port on server localhost:6444 ..... Done.
Configuring Replication port on server opendj.example.com:6444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
 localhost:4444 ..... Done.
Updating registration configuration on server localhost:4444 ..... Done.
Updating registration configuration on server localhost:6444 ..... Done.
 opendj.example.com:4444 ..... Done.
Updating registration configuration on server
 opendj.example.com:4444 ..... Done.
Updating registration configuration on server
 opendj.example.com:6444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
 localhost:4444 ..... Done.
Initializing registration information on server localhost:6444 with the
 contents of server localhost:4444 ..... Done.
 opendj.example.com:4444 ..... Done.
Initializing registration information on server opendj.example.com:6444 with
 the contents of server opendj.example.com:4444 ..... Done.
Replication has been successfully enabled.  Note that for replication to work
 you must initialize the contents of the base DN's that are being
@@ -675,12 +684,12 @@
 --adminUID admin
 --adminPassword password
 --baseDN dc=example,dc=com
 --host1 `hostname`
 --host1 opendj.example.com
 --port1 5444
 --bindDN1 "cn=Directory Manager"
 --bindPassword1 password
 --noReplicationServer1
 --host2 `hostname`
 --host2 opendj.example.com
 --port2 6444
 --bindDN2 "cn=Directory Manager"
 --bindPassword2 password
@@ -696,20 +705,23 @@
avoid a single point of failure in the replication topology.
Checking registration information ..... Done.
Updating remote references on server localhost:6444 ..... Done.
Updating remote references on server opendj.example.com:6444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
 localhost:5444 ..... Done.
 opendj.example.com:5444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
 localhost:4444 ..... Done.
Updating registration configuration on server localhost:5444 ..... Done.
Updating registration configuration on server localhost:6444 ..... Done.
Updating registration configuration on server localhost:4444 ..... Done.
 opendj.example.com:4444 ..... Done.
Updating registration configuration on server
 opendj.example.com:5444 ..... Done.
Updating registration configuration on server
 opendj.example.com:6444 ..... Done.
Updating registration configuration on server
 opendj.example.com:4444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
 localhost:5444 ..... Done.
 opendj.example.com:5444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
 localhost:4444 ..... Done.
Initializing registration information on server localhost:5444 with the
 contents of server localhost:6444 ..... Done.
 opendj.example.com:4444 ..... Done.
Initializing registration information on server opendj.example.com:5444 with
 the contents of server opendj.example.com:6444 ..... Done.
Replication has been successfully enabled.  Note that for replication to work
 you must initialize the contents of the base DN's that are being
@@ -726,13 +738,13 @@
 --adminUID admin
 --adminPassword password
 --baseDN dc=example,dc=com
 --hostname `hostname`
 --hostname opendj.example.com
 --port 4444
 --trustAll
 --no-prompt
Initializing base DN dc=example,dc=com with the contents from localhost:4444:
160 entries processed (100 % complete).
Initializing base DN dc=example,dc=com with the contents from
 opendj.example.com:4444: 160 entries processed (100 % complete).
Base DN initialized successfully.
See
@@ -782,7 +794,7 @@
     <screen>$ dsconfig
 set-replication-domain-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --provider-name "MultimasterSynchronization"
@@ -794,7 +806,7 @@
$ dsconfig
 set-replication-domain-prop
 --port 5444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --provider-name "Multimaster Synchronization"
@@ -808,7 +820,7 @@
     <screen>$ dsconfig
 set-replication-server-prop
 --port 6444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --provider-name "Multimaster Synchronization"
@@ -818,7 +830,7 @@
$ dsconfig
 set-replication-server-prop
 --port 7444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --provider-name "Multimaster Synchronization"
@@ -844,7 +856,7 @@
   <screen>$ dsconfig
 set-global-configuration-prop
 --port 5444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --set writability-mode:internal-only
@@ -891,7 +903,7 @@
     <screen>$ dsconfig
 set-replication-domain-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --provider-name "Multimaster Synchronization"
@@ -904,7 +916,7 @@
$ dsconfig
 set-replication-domain-prop
 --port 5444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --provider-name "Multimaster Synchronization"
@@ -929,7 +941,7 @@
     <screen>$ dsconfig
 set-replication-domain-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --provider-name "Multimaster Synchronization"
@@ -941,7 +953,7 @@
$ dsconfig
 set-replication-domain-prop
 --port 5444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --provider-name "Multimaster Synchronization"
@@ -1014,7 +1026,7 @@
   <screen>$ dsconfig
 set-replication-domain-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --provider-name "Multimaster Synchronization"
@@ -1030,7 +1042,7 @@
   <screen>dsconfig
 set-replication-domain-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --provider-name "Multimaster Synchronization"
@@ -1289,7 +1301,7 @@
    <screen>$ dsconfig
 set-external-changelog-domain-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --provider-name "Multimaster Synchronization"
@@ -1304,7 +1316,7 @@
    <screen>$ dsconfig
 set-external-changelog-domain-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --provider-name "Multimaster Synchronization"
@@ -1328,7 +1340,7 @@
    <screen>$ dsconfig
 set-external-changelog-domain-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --provider-name "Multimaster Synchronization"
opendj3/src/main/docbkx/admin-guide/chap-resource-limits.xml
@@ -158,7 +158,7 @@
  <screen>$ dsconfig
 set-global-configuration-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --set idle-time-limit:24h
@@ -181,7 +181,7 @@
  <screen>$ dsconfig
 set-connection-handler-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --handler-name "LDAP Connection Handler"
opendj3/src/main/docbkx/admin-guide/chap-samba.xml
@@ -131,7 +131,7 @@
   <screen>$ dsconfig
 create-plugin
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --plugin-name "Samba Password Synchronisation"
@@ -150,7 +150,7 @@
   <screen>$ dsconfig
 create-debug-target
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --publisher-name "File-Based Debug Logger"
@@ -161,7 +161,7 @@
$ dsconfig
 set-log-publisher-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --publisher-name "File-Based Debug Logger"
opendj3/src/main/docbkx/admin-guide/chap-schema.xml
@@ -240,7 +240,7 @@
  
  <screen>$ dsconfig
 set-global-configuration-prop
 --hostname `hostname`
 --hostname opendj.example.com
 --port 4444
 --bindDN "cn=Directory Manager"
 --bindPassword password
@@ -253,7 +253,7 @@
  
  <screen>$ dsconfig
 set-global-configuration-prop
 --hostname `hostname`
 --hostname opendj.example.com
 --port 4444
 --bindDN "cn=Directory Manager"
 --bindPassword password
@@ -269,7 +269,7 @@
  
  <screen>$ dsconfig
 set-global-configuration-prop
 --hostname `hostname`
 --hostname opendj.example.com
 --port 4444
 --bindDN "cn=Directory Manager"
 --bindPassword password
opendj3/src/main/docbkx/admin-guide/chap-tuning.xml
@@ -324,7 +324,7 @@
   <screen>$ dsconfig
 set-backend-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --backend-name userRoot
@@ -333,7 +333,7 @@
 --no-prompt
$ import-ldif
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --ldifFile /path/to/Example.ldif
@@ -397,7 +397,7 @@
   <screen>$ dsconfig
 set-backend-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --backend-name userRoot
@@ -427,7 +427,7 @@
   <screen>$ dsconfig
 create-entry-cache
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --cache-name "Large Group Entry Cache"
@@ -458,7 +458,7 @@
   <screen>$ dsconfig
 set-log-publisher-prop
 --port 4444
 --hostname `hostname`
 --hostname opendj.example.com
 --bindDN "cn=Directory Manager"
 --bindPassword password
 --publisher-name "File-Based Access Logger"
opendj3/src/main/docbkx/admin-guide/chap-virtual-attrs-collective-attrs.xml
@@ -128,7 +128,7 @@
  
  <screen>$ dsconfig
 create-virtual-attribute
 --hostname `hostname`
 --hostname opendj.example.com
 --port 4444
 --bindDN "cn=Directory Manager"
 --bindPassword password
opendj3/src/main/docbkx/shared/man-dsframework.xml
@@ -260,8 +260,8 @@
  <title>Examples</title>
  <para>This example lists server properties.</para>
  <screen>
$ dsframework -p 4444 -h `hostname` -D "cn=Directory Manager" -w password -X
 list-server-properties
$ dsframework -p 4444 -h opendj.example.com -D "cn=Directory Manager"
 -w password -X list-server-properties
Option Types:
 r -- Property value(s) are readable
opendj3/src/main/docbkx/shared/man-dsreplication.xml
@@ -354,29 +354,31 @@
  whose admin port is 4444.</para>
  
  <screen>$ dsreplication enable -I admin -w password -X -n -b dc=example,dc=com
 --host1 `hostname` --port1 4444 --bindDN1 "cn=Directory Manager"
 --host1 opendj.example.com --port1 4444 --bindDN1 "cn=Directory Manager"
 --bindPassword1 password --replicationPort1 8989
 --host2 `hostname` --port2 5444 --bindDN2 "cn=Directory Manager"
 --host2 opendj.example.com --port2 5444 --bindDN2 "cn=Directory Manager"
 --bindPassword2 password --replicationPort2 9989
Establishing connections ..... Done.
Checking registration information ..... Done.
Updating remote references on server localhost:4444 ..... Done.
Configuring Replication port on server localhost:5444 ..... Done.
Updating remote references on server opendj.example.com:4444 ..... Done.
Configuring Replication port on server opendj.example.com:5444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
 localhost:4444 ..... Done.
 opendj.example.com:4444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
 localhost:5444 ..... Done.
Updating registration configuration on server localhost:4444 ..... Done.
Updating registration configuration on server localhost:5444 ..... Done.
 opendj.example.com:5444 ..... Done.
Updating registration configuration on server
 opendj.example.com:4444 ..... Done.
Updating registration configuration on server
 opendj.example.com:5444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
 localhost:4444 ..... Done.
 opendj.example.com:4444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
 localhost:5444 ..... Done.
Initializing registration information on server localhost:5444 with the
 contents of server localhost:4444 ..... Done.
Initializing schema on server localhost:5444 with the contents of server
 localhost:4444 ..... Done.
 opendj.example.com:5444 ..... Done.
Initializing registration information on server opendj.example.com:5444 with
 the contents of server opendj.example.com:4444 ..... Done.
Initializing schema on server opendj.example.com:5444 with the contents of
 server opendj.example.com:4444 ..... Done.
Replication has been successfully enabled.  Note that for replication to
 work you must initialize the contents of the base DN's that are being
@@ -386,10 +388,10 @@
/var/.../opends-replication-7958637258600693490.log
for a detailed log of this operation.
$ dsreplication initialize-all -I admin -w password -X -n -b dc=example,dc=com
 -h `hostname` -p 4444
 -h opendj.example.com -p 4444
Initializing base DN dc=example,dc=com with the contents from localhost:4444:
160 entries processed (100 % complete).
Initializing base DN dc=example,dc=com with the contents from
 opendj.example.com:4444: 160 entries processed (100 % complete).
Base DN initialized successfully.
See
opendj3/src/main/docbkx/shared/man-manage-tasks.xml
@@ -239,7 +239,8 @@
  <title>Examples</title>
  <para>The following example demonstrates use of the command with a server
  that does daily backups at 2:00 AM.</para>
  <screen>$ manage-tasks -p 4444 -h `hostname` -D "cn=Directory Manager" -w password -s
  <screen>$ manage-tasks -p 4444 -h opendj.example.com -D "cn=Directory Manager"
 -w password -s
  ID                                Type    Status
  ---------------------------------------------------------------
opendj3/src/main/docbkx/shared/man-rebuild-index.xml
@@ -301,8 +301,8 @@
  <para>The following example schedules a task to start immediately that
  rebuilds the <literal>cn</literal> (common name) index.</para>
  
  <screen>$ rebuild-index -p 4444 -h `hostname` -D "cn=Directory Manager" -w password
 -b dc=example,dc=com -i cn -t 0
  <screen>$ rebuild-index -p 4444 -h opendj.example.com -D "cn=Directory Manager"
 -w password -b dc=example,dc=com -i cn -t 0
Rebuild Index task 20110607160349596 scheduled to start Jun 7, 2011 4:03:49 PM</screen>
 </refsect1>
</refentry>