Hey there,
Can I map 2, or more, different ldap realms? i.e. from 2 different domains?
So user 1 can access with user@domain1.com and user 2 can access with user@domain2.com
I did not see any limitations around this issue. But, the documentation does not say explicitly that it is allowed.
The configuration will be something like
Realms are traversed in order so if a user that is in ldap realm attempts to authenticate, we will try realm 1 first and when that fails we will try realm 2 and when that fails we will try realm 3.
The above happens only the first time, we subsequently cache both the authentication and the realm that last authenticated that user and will attempt to use that first so next authentications will be fast(er).
The above might or might not be problematic for you depending on how many different realms you want to add. 2,3 are fine, 30 might not be
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.