{% extends 'squid/auth/active_directory.html' %} {% block auth_ad_general %}class="active"{%endblock%} {% block page_comment %}

If proxy authentication is enabled only authenticated users will be able to access the Internet through this proxy. Proxy authentication can only be used in case of explicit proxy deployment, when browser is configured to use the proxy. See Squid Wiki article for more information.

{% endblock %} {% block tab_content %}
{% if form.non_field_errors %}

Cannot upload LDAPS server certificate!

{% for error in form.non_field_errors %}{{ error|escape }}{% endfor %}

{% endif %}
{% csrf_token %}

Browse to your LDAPS server certificate and click Import Certificate button or click the Retrieve Automatically button to try to get the certificate from configured domain controller(s) directly.

Raw contents of trusted LDAPS public server certificate uploaded to /opt/websafety/etc/ldaps.pem are shown below.

{{cacert_raw}}

Contents of trusted LDAPS public server certificate uploaded to /opt/websafety/etc/ldaps.pem are shown below.

{{cacert_output}}
{% endblock %}