epugh commented on code in PR #2835: URL: https://github.com/apache/solr/pull/2835#discussion_r1830076740
########## solr/webapp/web/partials/login.html: ########## @@ -60,23 +60,6 @@ <h1>Basic Authentication</h1> </div> - <div ng-show="authScheme === 'Negotiate'"> - <h1>Kerberos Authentication</h1> - <p>Your browser did not provide the required information to authenticate using Kerberos. - Please check that your computer has a valid ticket for communicating with Solr, - and that your browser is properly configured to provide that ticket when required. - For more information, consult - <a href="https://solr.apache.org/guide/solr/latest/deployment-guide/kerberos-authentication-plugin.html"> - Solr's Kerberos documentation - </a>. - </p> - The response from the server was: - <hr/> - <pre>HTTP 401 {{statusText}} -WWW-Authenticate: {{wwwAuthHeader}}</pre> - <hr/> - </div> Review Comment: thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org