{% extends 'safety/members/index.html' %} {% block toolbar_member_ldap %}class="active"{%endblock%} {% block member_heading%}{%endblock%} {% block member_content %}

Please type the user name to search for, select the Active Directory security group to search this user in and press the Perform LDAP Search button.

{% csrf_token %}
Select Active Directory group to search user in.
User name should be in a format that Squid publishes in its access log when authentication is enabled. For example if you have enabled Kerberos authentication for Active Directory user name will usually look like user@example.lan.
{% if search_result %} {% if search_result.result %}

LDAP Search Successful

{{search_result.output}}
{% else %}

LDAP Search Failed

{{search_result.error}}{{search_result.output}}
{% endif %} {% endif %} {% endblock %}