-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.11.3
-
Fix Version/s: 1.12.0
-
Component/s: Extensions
-
Labels:None
-
Environment:Solr 7.4 configured with Kerberos and LDAP(Basic) Authentication
If Solr is configured with Kerberos (SPNEGO) and LDAP (Basic) Authentication then using Kerberos Authentication on any of the Solr processors like QuerySolr or PutSolrContent fails with error
java.lang.IllegalStateException: Unsupported authentication scheme: Basic
This can be attributed to the solrj version 6.6.6 used in the nifi-solr-nar. If the solrj version is upgraded to 7.7.2, this error no longer appears.
- links to