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

This is most insecure way to authenticate proxy users. In this case the user name and password are transferred in clear text over the network. Authentication is done by trying to bind with these credentials to LDAP domain controller. It is not recommended to use this authentication scheme. Use this authentication scheme only when the risk of sniffing in your network is low.

{% if form.non_field_errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %}
{% endif %}
{% csrf_token %}
{{form.ldap_credsttl}}
{% if form.ldap_credsttl.errors %} {{form.ldap_credsttl.errors|striptags}} {% else %} Duration when provided valid credentials are considered fresh. Recheck of credentials will be made after specified number of minutes. Default value is 5 minutes. {%endif%}
{{form.ldap_title}}
{% if form.ldap_title.errors %} {{form.ldap_title.errors|striptags}} {% else %} Specify here the proxy authentication informational message for your proxy users. Default is Squid Proxy. {%endif%}
{{form.ldap_helper_total}}
{% if form.ldap_helper_total.errors %} {{form.ldap_helper_total.errors|striptags}} {% else %} Total number of authentication helpers to run. It is recommended to set it equal to the approximate number of proxy users in your network. {%endif%}
{{form.ldap_helper_idle}}
{% if form.ldap_helper_idle.errors %} {{form.ldap_helper_idle.errors|striptags}} {% else %} Idle number of authentication helpers to run. It is recommended to make it equal to approximately 1/2 of the total number of users in your network. {%endif%}
{{form.ldap_helper_startup}}
{% if form.ldap_helper_startup.errors %} {{form.ldap_helper_startup.errors|striptags}} {% else %} Number of authentication helpers to run at startup of Squid. It is recommended to make it equal to approximately 1/4 of the total number of users in your network. {%endif%}
{% block member_heading%}{%endblock%}
{% endblock %}