Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ OpenIDM includes support for connectors to the following external resources:

* Salesforce (see xref:../connectors-guide/chap-salesforce.adoc#chap-salesforce["Salesforce Connector"] in the __Connectors Guide__).

* Any LDAPv3-compliant directory, including link:../../../opendj/3.5/install-guide[OpenDJ, window=\_blank] and Active Directory (see xref:../connectors-guide/chap-ldap.adoc#chap-ldap["Generic LDAP Connector"] in the __Connectors Guide__).
* Any LDAPv3-compliant directory, including link:../../../opendj/install-guide[OpenDJ, window=\_blank] and Active Directory (see xref:../connectors-guide/chap-ldap.adoc#chap-ldap["Generic LDAP Connector"] in the __Connectors Guide__).

* CSV Files (see xref:../connectors-guide/chap-csv.adoc#chap-csv["CSV File Connector"] in the __Connectors Guide__).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ When you configure OpenAM, you need the following information to configure OpenD

This sample assumes that you will configure OpenAM on a separate system from OpenIDM.

Install OpenAM as described in link:../../../openam/13/install-guide/#configure-openam-custom[To Custom Configure OpenAM, window=\_blank].
Install OpenAM as described in link:../../../openam/install-guide/#configure-openam-custom[To Custom Configure OpenAM, window=\_blank].

During the installation process, include the parameters described in xref:#external-ldap-config-full-stack["External OpenDJ Configuration"]. Alternatively, if you already have an operational instance of OpenAM, set up an external instance of OpenDJ as described in link:../../../openam/13/admin-guide/#realm-data-store[To Configure a Data Store, window=\_blank].

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ The options shown in the associated configuration files can be easily modified t
[#more-sample6-realad]
==== Sample 6 with an Active AD Deployment

If you have an existing, active instance of AD, set up OpenDJ, as described in the link:../../../opendj/3.5/install-guide[OpenDJ Installation Guide, window=\_blank].
If you have an existing, active instance of AD, set up OpenDJ, as described in the link:../../../opendj/install-guide[OpenDJ Installation Guide, window=\_blank].

During installation, populate OpenDJ with the data in the `Example.ldif` file, available in the `sample6/data` directory.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Note that the `curl` commands in this section use the secure port for OpenIDM (8
This use case assumes an OpenDJ server and populates the managed user repository with users from OpenDJ.
To set up the sample, install and configure OpenDJ, as follows:

. Download and install OpenDJ, as described in link:../../../opendj/3.5/install-guide/#gui-install[To Install OpenDJ Directory Server With the GUI, window=\_blank].
. Download and install OpenDJ, as described in link:../../../opendj/install-guide/#gui-install[To Install OpenDJ Directory Server With the GUI, window=\_blank].
+
This sample assumes that OpenDJ is listening on port 1389, the standard LDAP port for users who cannot use privileged ports.

Expand Down