I thought there was a way to configure the user/group filter for the users using Hadoop authentication. It was something like hadoop.security.group.mapping.ldap - but I haven't looked at it in years. I can't seem to find a reference right now.
Kevin Risden On Sat, Mar 25, 2023 at 2:02 AM Shawn Heisey <apa...@elyograg.org> wrote: > On 3/24/23 21:03, Shawn Heisey wrote: > > On 3/24/23 20:39, Kevin Risden wrote: > >> I personally haven't tried it but I would guess it takes the > >> principal/username and you can map it to whatever roles you want using > >> "user-role": > >> > >> > https://solr.apache.org/guide/solr/latest/deployment-guide/rule-based-authorization-plugin.html#configuration-syntax > One more question about the authentication part: The other ldap > configurations in use at this site specify an ldap group that the users > must be a member of in order to get authenticated at all. > > I searched HadoopAuthPlugin.java for group and found nothing. Is there > a way to specify that? > > Thanks, > Shawn >