{% extends 'squid/auth/active_directory.html' %} {% block auth_ad_scheme_krb5 %}class="active"{%endblock%} {% block tab_content %}
Kerberos is the most secure authentication scheme in Active Directory. Kerberos authentication is done by running the authenticator as specially configured user from your Active Directory as explained in the documentation. Please read it carefully and understand what you are doing before enabling Kerberos authentication!
{% if form.non_field_errors %}Contents of currently uploaded /opt/websafety/etc/krb5.keytab and automatically constructed /opt/websafety/etc/krb5.conf are shown below.
{{keytab}}
{{krb5conf}}
Active Directory authentication result (running of kinit) for the above key tab and Kerberos configuration file.
{{kinit_output}}
Active Directory KVNO keytab check result (looking up of msDS-KeyVersionNumber value in LDAP and comparing it with the value stored in key tab file).
{{kvno_output}}