Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

create one LDAP Authentication schema for multiple domains (two domains with trust relationship)

user-nixlkSep 5 2023

Hi Guys,

We have a requirement to authenticate multiple domains which are in the same AD. Is it possible to write a OR clause in the DN string?

Currently, the users with the domain name that is mentioned In the authentication schema are only able to login. But would like to allow other domains in the same AD as well to login. Any pointers?

Eg: %LDAP_USER%@ABC.COM - This works fine and users with ABC.COM can login but the requirement is to allow users who has %LDAP_USER%@DEF.COM as well to login. So, is it possible to write a OR condition in the DN string something lilke:

Note: there's trust relationship between the two domains.

%LDAP_USER%@ABC.COM or %LDAP_USER%@DEF.COM

OR

%LDAP_USER%@ABC.COM | %LDAP_USER%@DEF.COM

OR

|(%LDAP_USER%@ABC.COM)(%LDAP_USER%@DEF.COM)

Regards,

Comments
Post Details
Added on Sep 5 2023
5 comments
310 views