{% extends "windows_auth/panel/details_base.html" %} {% block request %}

Search Base: {{ operation.request.base }} Search Scope: {{ operation.scope_label }} Dereference Policy: {{ operation.dereference_alias_label }} {% if operation.request.controls %} Controls: {{ operation.request.controls }} {% endif %}

{% if operation.request.pagedSize %}

Page Size: {{ operation.request.pageSize }} Paging Supported: {{ operation.request.pagedCriticality | yesno }} Page Cookie: {{ operation.request.pagedCookie }}

{% endif %}

Size Limit: {{ operation.request.sizeLimit }} Time Limit: {{ operation.request.timeLimit }} Types Only: {{ operation.request.typesOnly }}

Attributes: {{ operation.request.attributes | join:", " }}

{% endblock request %}