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,