LDAP Configuration Questions
We are on E1 9.2 Tools 9.2.3.1. We are configuring JDE with LDAP support using MAD, referencing this document (https://docs.oracle.com/cd/E53430_01/EOTSC/enable_ldap.htm#EOTSC00107 ). I am new to LDAP and have below questions.
1. About JDE Roles, document said they should be maintained in both JDE and LDAP server because no synchronization for this information. Does Roles in JDE equivalent to Groups in AD? Say, we have roles ROLE_1, ROLE_2, ROLE_3... ROLE_N. Does it mean we have to create AD Groups with ROLE_1, ROLE_2, ROLE_3... ROLE_N?
2. Does the User-Role Relationship in JDE equivalent to User-Group relation in AD? Using above example, If USER_1, originally in JDE, is assigned ROLE_1 and ROLE_3, then in LDAP, we have to create the equivalent user ID for USER_1 and assign this user to Groups ROLE_1 and ROLE_3?