LDAP Configuration Issue

Wildcat

Member
JDE has been configured (P95928) to use LDAP (Microsoft AD). However the following error is shown in the log of the JDE security server.

"6948/3964 MAIN_THREAD Wed Jan 19 15:10:23.126000 secldap.c124
The required entry 'EnterpriseOneUserIDAttri' in Section [LDAP] is not set"

Is there a missing configuration (values and mappings) in P95928?
Here are my values:
USRSRCHBAS OU=User Accounts,DC=ag,DC=company,DC=net
USRSRCHFLT objectCategory=person
USRSRCHSCP subtree

Here are the mappings:
USRSRCHATR employeeID

Platform: JDE 9.0, Tools Release 8.98.3, Windows server, Oracle 10g database.

Thanks.
 
For verification can you please provide me the screen shot of P95928 application with all Values and Mappings.

I think you missed the E1USRIDTR (EnterpriseOne UserID Attribute) Mapping.

Please add it, as it is a required mapping for LDAP configuration.

Regards,
--
Ankur Mahendra
 
Thanks for the response. Can you tell me what you use for the LDAP Server Actual Attribute for the Mappings and Values in P95928? Oracle is telling me that E1USRIDATR should be defined in the mappings, but not sure what the LDAP Server Actual Attribute should be. My JDE ID is 106000, which is the employeeID in MAD. Are you using 389 for the LDAP Server Port or 3268. Thanks, I appreciate it.
 
Wildcat,
You should map E1USRIDATR to LDAP attribute, whic hyou want to use as a user id for athentication, so in your case it will be employeeID.

In P959268 application, you basically map all the JDE parameters with your LDAP parameters, which JDE will use while authentication and giving access of the system.

I hope this helps.

Ankur Mahendra
 
Back
Top