Managing Auditing
Also available as:
PDF

Connecting to Kerberos enabled SolrCloud

How to connect to Kerberos-enabled Solr from your local machine.

  1. On both Linux and Mac, copy the /etc/krb5.conf file from the Solr host to your local /etc/krb5.conf. If you already have a local /etc/krb5.conf file, merge the two files.
  2. Log in to the KDC host as root and run the following commands to create a KDC user:
    kadmin.local
    kadmin.local: addprinc $USERNAME@EXAMPLE.COM
    kadmin.local: quit
  3. Run the following command on your local machine: kinit $USERNAME@EXAMPLE.COM.
  4. You can now use a browser to connect to the Solr URL.