A Creating a JD Edwards EnterpriseOne LDAP Configuration for OID

This appendix is a supplement to the "Enabling LDAP Support in Oracle JD Edwards EnterpriseOne" chapter in this guide. Use the settings detailed in this appendix as a reference when creating an LDAP configuration for Oracle Internet Directory (OID).

This appendix contains the following topics:

A.1 Understanding JD Edwards EnterpriseOne LDAP Configuration for OID

OID is an LDAP compliant directory service. You can configure JD Edwards EnterpriseOne to use OID as the LDAP server. This enables administrators to use the directory service to manage user information such as user IDs, passwords, and user-role relationships.

Important:

This section does not contain all of the steps for creating an LDAP configuration, only specific values that are required for setting up an LDAP configuration for OID.

When you configure OID as the LDAP server, the settings that you configure depend on how you plan to use OID, which can include these scenarios:

  • Managing only user IDs and passwords.

  • Managing user-role relationships in addition to user IDs and passwords.

  • Using Secure Socket Layer (SSL).

  • Using the User Profile Self-Service application (P0092SS).

See Also:

A.2 Adding OID to the List of LDAP Server Types

Before you can create an LDAP configuration for OID, you must manually add OID as an option in the LDAP Server Type field of the LDAP Server Configuration Workbench program (P95928). To do so, use the User Defined Code program (P0004A) to add a UDC for OID.

Access the Work With User Defined Codes form. In JD Edwards Solution Explorer, enter UDC in the Fast Path.

  1. Complete these fields and click Find:

    Field Value
    Product Code 95
    User Defined Codes LS

  2. Click Add.

  3. On the User Defined Codes form, scroll to the last empty row of the detail area.

    Important:

    Be sure to add the new code on the last detail row so that you do not inadvertently overwrite a blank code, which might appear in the first detail row. A blank code might have only a period in the Description field.
  4. Complete these fields and click OK:

    Field Value
    Codes OID
    Description 1 Oracle Internet Directory

A.3 Creating an LDAP Configuration for OID

Use this section as a reference for creating an LDAP configuration.

See Creating an LDAP Configuration.

When you create an LDAP configuration for OID, on the LDAP Server Information form, you must select OID in the LDAP Server Type field.

A.4 Configuring the LDAP Server Settings for OID

Use the OID settings in this section as a reference for configuring the LDAP server settings.

See Configuring the LDAP Server Settings.

The values in the tables are variables and will differ depending upon your configuration.

Configure these attributes:

Attribute Value
USRSRCHBAS cn=Users,dc=jdedwards,dc=com
USRSRCHFLT objectclass=inetOrgPerson
USRSRCHSCP subtree

If roles are enabled in LDAP, configure these attributes:

Attribute Value
ROLSRCHBAS cn=Groups,dc=jdedwards,dc=com
ROLSRCHFLT objectclass=groupofUniqueNames
ROLSRCHSCP subtree

If you are using SSL with LDAP server, configure these attributes as well:

Attribute Value
SSLPORT 636
CERTDBPATH c:\certdbdir (Directory path for cert7.db)

If you are using the user profile self-service application for the Manufacturing Sourcing module , configure these settings:

Attribute Value
USRADDLOC cn=Users, dc=jdedwards,dc=com
USRCLSHRCY top,person,organizationalperson,inetOrgPerson,orcluser,orcluserv2
ROLADDLOC cn=Groups,dc=jdedwards,dc=com

A.5 Configuring LDAP to JD Edwards EnterpriseOne Enterprise Server Mappings for OID

Use the OID settings in this section as a reference for configuring LDAP to JD Edwards EnterpriseOne enterprise server mappings.

See Configuring LDAP to JD Edwards EnterpriseOne Enterprise Server Mappings.

The values in the tables are variables and will differ depending upon your configuration.

Configure these attributes:

Attribute Value
E1USRIDATR uid
USRSRCHATR uid
EUSRIDATR uid

If roles are enabled in LDAP, configure these attributes:

Attribute Value
ROLNAMEATR cn
ROLSRCHATR uniquemember

If you are using the user profile self-service application for the Manufacturing Sourcing module, configure these settings:

Attribute Value
CMNNAME cn
SURNAME sn
PASSWORD userPassword
OBJCLASS objectClass