I think its possible with https://solr.apache.org/guide/solr/latest/deployment-guide/hadoop-authentication-plugin.html
Specifically under "LDAP Configuration" - https://hadoop.apache.org/docs/stable/hadoop-auth/Configuration.html It is not exactly laid out in a simple way, but I think all the pieces are there to configure it. Be aware of https://issues.apache.org/jira/browse/SOLR-16240 Kevin Risden On Fri, Mar 24, 2023 at 10:40 AM Shawn Heisey <apa...@elyograg.org> wrote: > I asked before about Active Directory, and never found any instructions > on how to configure it. > > I have info for connecting with LDAP at the site, and I have read that > Solr supports LDAP, but actually can't see any way to configure it. > Everything I can find uses third party software. The only one I found > that I could actually use involves entirely replacing Solr's BasicAuth > plugin, which I do not want to do. Also, it only talks about version > 7.1.0, so I suspect it won't work with 9.x. > > Can I authenticate to LDAP with Solr 9.1.1 (or later, when 9.2.0 comes > out), using only included software? > > Nothing that I found even with third-party software indicated how to map > LDAP users to Solr's authorization, so if I can find a solution, it will > need that info. > > Thanks, > Shawn >