{% extends 'squid/auth/pseudo.html' %} {% block auth_general %}class="active"{%endblock%} {% block tab_content %}
{% if form.non_field_errors %}
ERROR: {% for error in form.non_field_errors %} {{ error|escape }} {% endfor %}
{% endif %} {% if not allow_enable %}
ERROR: Cannot enable Active Directory Inspector authenticator because one (or more) of explicit proxy authenticators is enabled! Save Changes button was hidden. Please disable all explicit proxy authenticators and try again!
{% endif %}
{% csrf_token %}
{{form.server1}}
{{form.port1}}
{% if form.server1.errors or form.port1.errors %} {{form.server1.errors|striptags}} {{form.port1.errors|striptags}} {% else %} Specify the IP address or FQDN and port of the primary server where Active Directory Inspector runs. This is typically a primary domain controller. For example, dc1.example.lan. {%endif%}
{{form.server2}}
{{form.port2}}
{% if form.server2.errors or form.port2.errors %} {{form.server2.errors|striptags}} {{form.port2.errors|striptags}} {% else %} Specify the IP address or FQDN of the backup server where Active Directory Inspector runs. This is typically a backup domain controller. For example, dc2.example.lan. Optional. {%endif%}
{{form.token}} {% if form.token.errors %} {{form.token.errors|striptags}} {% else %} To protect data being sent from authenticator to Active Directory Inspector you can set up an optional password. Warning: the same password must be configured in Active Directory Inspector settings, as described in the online documentation. {%endif%}
{{form.positive_ttl}}
{% if form.positive_ttl.errors %} {{form.positive_ttl.errors|striptags}} {% else %} Number of seconds to cache the successful IP to User Name mapping. Default value is 600 seconds (10 minutes). {%endif%}
{{form.negative_ttl}}
{% if form.negative_ttl.errors %} {{form.negative_ttl.errors|striptags}} {% else %} Number of seconds to cache the failed IP to User Name mapping. Default value is 300 seconds (5 minutes). {%endif%}
{{form.helper_total}}
{% if form.helper_total.errors %} {{form.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.helper_idle}}
{% if form.helper_idle.errors %} {{form.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.helper_startup}}
{% if form.startup.errors %} {{form.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%}
{% if allow_enable %}
{% endif %}
{% block member_heading%}{%endblock%}
{% endblock %}