{% extends 'safety/members/index.html' %} {% block toolbar_member_ldap %}class="active"{%endblock%} {% block member_heading%} {% if is_home %}
Your license key is Personal / Home. Active Directory group user name lookup is disabled in such a license. You need to have at least Business license to enable this functionality.
{% else %}

The following list contains members of policy designated by Active Directory security groups. Please note in order to be able to match a given user for Active Directory group proxy authentication needs to be correctly configured and user names must be visible in Traffic Monitor / Real Time tab.

{%endif%} {%endblock%} {% block member_content %}
{% if object_list %} {%endif%}
{% csrf_token %} {% for object in object_list %} {% empty %} {% endfor %}
{{object.name|truncatechars:30}} {{object.dn|truncatechars:60}} {{object.comment|truncatechars:60}}
No items found, click Add New to add a new item.
{% endblock %}