You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openam/modules/admin-guide/pages/chap-audit-logging.adoc
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
:leveloffset: -1
2
1
////
3
2
The contents of this file are subject to the terms of the Common Development and
4
3
Distribution License (the License). You may not use this file except in compliance with the
@@ -19,6 +18,7 @@
19
18
:figure-caption!:
20
19
:example-caption!:
21
20
:table-caption!:
21
+
:leveloffset: -1"
22
22
23
23
24
24
[#chap-audit-logging]
@@ -34,7 +34,7 @@ The Audit Logging Service uses a structured message format that adheres to a con
34
34
35
35
[IMPORTANT]
36
36
====
37
-
By default, OpenDJ 3.0 does not have audit logging enabled; thus, administrators must manually enable audit logging in the directory server. For more information, see link:https://backstage.forgerock.com/docs/opendj/3.5/admin-guide/#log-common-audit-ldap-csv[To Enable LDAP CSV Access Logs, window=\_blank] in the __OpenDJ Administration Guide__.
37
+
By default, OpenDJ 3.0 does not have audit logging enabled; thus, administrators must manually enable audit logging in the directory server. For more information, see link:https://doc.openidentityplatform.org/opendj/admin-guide/chap-monitoring#log-common-audit-ldap-csv[To Enable LDAP CSV Access Logs, window=\_blank] in the __OpenDJ Administration Guide__.
38
38
====
39
39
40
40
[#about-audit-logs]
@@ -238,7 +238,7 @@ OpenAM also supports another level of tamper evident security by periodically ad
238
238
239
239
.. Click Is Enabled to turn on the tamper evident feature for CSV logs.
240
240
241
-
.. In the Certificate Store Location field, enter the location of the keystore. You must manually create the keystore and place it in this location. You can use a simple script to create your Java keystore: link:../resources/create-keystore.sh[create-keystore.sh, window=\_blank].
241
+
.. In the Certificate Store Location field, enter the location of the keystore. You must manually create the keystore and place it in this location. You can use a simple script to create your Java keystore: xref:ROOT:attachment$create-keystore.sh[create-keystore.sh, window=\_blank].
Copy file name to clipboardExpand all lines: openam/modules/admin-guide/pages/chap-backup-restore.adoc
+8-8
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
:leveloffset: -1
2
1
////
3
2
The contents of this file are subject to the terms of the Common Development and
4
3
Distribution License (the License). You may not use this file except in compliance with the
@@ -19,6 +18,7 @@
19
18
:figure-caption!:
20
19
:example-caption!:
21
20
:table-caption!:
21
+
:leveloffset: -1"
22
22
23
23
24
24
[#chap-backup-restore]
@@ -28,7 +28,7 @@ OpenAM stores configuration data in an LDAP directory server and in files. The d
28
28
29
29
This chapter shows how to backup and restore OpenAM configuration data by backing up and restoring local configuration files and local (embedded) configuration directory server data. If your deployment uses an external configuration directory server, then refer to the documentation for your external directory server or work with your directory server administrator to back up and restore configuration data stored in the external directory service.
30
30
31
-
For OpenDJ directory server you can find more information in the chapter on link:https://backstage.forgerock.com/docs/opendj/3.5/admin-guide/#chap-backup-restore[Backing Up and Restoring Data, window=\_blank].
31
+
For OpenDJ directory server you can find more information in the chapter on link:https://doc.openidentityplatform.org/opendj/admin-guide/chap-backup-restore[Backing Up and Restoring Data, window=\_blank].
32
32
This chapter aims to cover the following uses of backup data.
33
33
34
34
. Recovery from server failure:
@@ -57,7 +57,7 @@ Have the following points in mind when using this procedure:
57
57
58
58
* Use this procedure __only__ when OpenAM stores configuration data in the embedded OpenDJ directory server, which means that the embedded OpenDJ directory server files are co-located with other OpenAM configuration files.
59
59
+
60
-
If your deployment uses an external configuration directory server, then refer to the documentation for your external directory server or work with your directory server administrator to back up and restore configuration data stored in the external directory service. For OpenDJ directory server you can find more information in the chapter on link:https://backstage.forgerock.com/docs/opendj/3.5/admin-guide/#chap-backup-restore[Backing Up and Restoring Data, window=\_blank].
60
+
If your deployment uses an external configuration directory server, then refer to the documentation for your external directory server or work with your directory server administrator to back up and restore configuration data stored in the external directory service. For OpenDJ directory server you can find more information in the chapter on link:https://doc.openidentityplatform.org/opendj/admin-guide/chap-backup-restore[Backing Up and Restoring Data, window=\_blank].
61
61
62
62
* Do not restore configuration data from a backup of a different release of OpenAM. The structure of the configuration data can change from release to release.
63
63
@@ -74,7 +74,7 @@ Replication relies on historical data to resolve any conflicts that arise. If di
74
74
+
75
75
When the directory server encounters a gap in historical data it cannot correctly complete replication operations. You must make sure, therefore, that any data you restore from backup is not older than the replication purge delay. Otherwise your restoration operation could break replication with the likely result that you must restore all servers from backup, losing any changes that occurred in the meantime.
76
76
+
77
-
For more information about purge delay, see the OpenDJ __Administration Guide__ section on link:https://backstage.forgerock.com/docs/opendj/3.5/admin-guide/#restore-replica[To Restore a Replica, window=\_blank].
77
+
For more information about purge delay, see the OpenDJ __Administration Guide__ section on link:https://doc.openidentityplatform.org/opendj/admin-guide/chap-backup-restore#restore-replica[To Restore a Replica, window=\_blank].
78
78
79
79
80
80
Follow these steps for each OpenAM server that you want to back up:
@@ -117,7 +117,7 @@ Have the following points in mind when using this procedure:
117
117
118
118
* Use this procedure __only__ when OpenAM stores configuration data in the embedded OpenDJ directory server, which means that the embedded OpenDJ directory server files are co-located with other OpenAM configuration files.
119
119
+
120
-
If your deployment uses an external configuration directory server, then refer to the documentation for your external directory server or work with your directory server administrator to back up and restore configuration data stored in the external directory service. For OpenDJ directory server, you can find more information in the chapter on link:https://backstage.forgerock.com/docs/opendj/3.5/admin-guide/#chap-backup-restore[Backing Up and Restoring Data, window=\_blank].
120
+
If your deployment uses an external configuration directory server, then refer to the documentation for your external directory server or work with your directory server administrator to back up and restore configuration data stored in the external directory service. For OpenDJ directory server, you can find more information in the chapter on link:https://doc.openidentityplatform.org/opendj/admin-guide/chap-backup-restore[Backing Up and Restoring Data, window=\_blank].
121
121
122
122
* Do not restore configuration data from a backup of a different release of OpenAM. The structure of the configuration data can change from release to release.
123
123
@@ -138,7 +138,7 @@ Replication relies on historical data to resolve any conflicts that arise. If di
138
138
+
139
139
When the directory server encounters a gap in historical data it cannot correctly complete replication operations. You must make sure, therefore, that any data you restore from backup is not older than the replication purge delay. Otherwise your restoration operation could break replication with the likely result that you must restore all servers from backup, losing any changes that occurred in the meantime.
140
140
+
141
-
For more information about purge delay, see the OpenDJ __Administration Guide__ section on link:https://backstage.forgerock.com/docs/opendj/3.5/admin-guide/#restore-replica[To Restore a Replica, window=\_blank].
141
+
For more information about purge delay, see the OpenDJ __Administration Guide__ section on link:https://doc.openidentityplatform.org/opendj/admin-guide/chap-backup-restore#restore-replica[To Restore a Replica, window=\_blank].
142
142
143
143
144
144
Follow these steps for each OpenAM server to restore. If you are restoring OpenAM after a failure, make sure you make a copy of any configuration and log files that you need to investigate the problem before restoring OpenAM from backup:
@@ -217,7 +217,7 @@ Use this procedure to recover from a serious configuration error by manually res
217
217
+
218
218
The OpenDJ change log provides an external change log mechanism that allows you to read changes made to directory data for replicated directory servers.
219
219
+
220
-
For instructions on reading the change log, see the OpenDJ __Administration Guide__ section on link:https://backstage.forgerock.com/docs/opendj/3.5/admin-guide/#repl-change-notification[Change Notification For Your Applications, window=\_blank].
220
+
For instructions on reading the change log, see the OpenDJ __Administration Guide__ section on link:https://doc.openidentityplatform.org/opendj/admin-guide/chap-replication#repl-change-notification[Change Notification For Your Applications, window=\_blank].
221
221
222
222
. Based on the data in the change log, determine what changes would reverse the configuration error.
223
223
+
@@ -229,7 +229,7 @@ For changes that resulted in one attribute value being replaced by another, you
229
229
230
230
. Use the OpenDJ `ldapmodify` command to apply the modification.
231
231
+
232
-
For instructions on making changes to directory data see the section on link:https://backstage.forgerock.com/docs/opendj/3.5/server-dev-guide/#write-ldap[Updating the Directory, window=\_blank] in the __OpenDJ Directory Server Developer's Guide__.
232
+
For instructions on making changes to directory data see the section on link:https://doc.openidentityplatform.org/opendj/server-dev-guide/chap-ldap-operations#write-ldap[Updating the Directory, window=\_blank] in the __OpenDJ Directory Server Developer's Guide__.
Copy file name to clipboardExpand all lines: openam/modules/admin-guide/pages/chap-change-hosts.adoc
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
:leveloffset: -1
2
1
////
3
2
The contents of this file are subject to the terms of the Common Development and
4
3
Distribution License (the License). You may not use this file except in compliance with the
@@ -19,12 +18,13 @@
19
18
:figure-caption!:
20
19
:example-caption!:
21
20
:table-caption!:
21
+
:leveloffset: -1"
22
22
23
23
24
24
[#chap-change-hosts]
25
25
== Changing Host Names
26
26
27
-
When you change the OpenAM host name, you must make manual changes to the configuration. This chapter describes what to do. If you must also move an embedded configuration directory from one host to another, see the OpenDJ __Administration Guide__ chapter, link:https://backstage.forgerock.com/docs/opendj/3.5/admin-guide/#chap-mv-servers[Moving Servers, window=\_blank].
27
+
When you change the OpenAM host name, you must make manual changes to the configuration. This chapter describes what to do. If you must also move an embedded configuration directory from one host to another, see the OpenDJ __Administration Guide__ chapter, link:https://doc.openidentityplatform.org/opendj/admin-guide/chap-mv-servers[Moving Servers, window=\_blank].
28
28
Changing OpenAM host names involves the following high-level steps.
29
29
30
30
* Adding the new host name to the Realm/DNS Aliases list.
0 commit comments