{% extends 'basic.html' %}
{% block content %}
Belongs to groups: {% for group_name in groups %} {{ group_name }}, {% endfor %}
{% if is_protected %} Protected user {% endif %} Full LDAP record:
Attribute | Attribute | Value | Options |
---|---|---|---|
{{ attr }} | {{ attr_readable if attr_readable else '' }} | {{ '(...omitted...)' if attr == 'jpegPhoto' else value }} | {% if not is_protected and attr == 'mifareIDHash' %} Remove {% endif %} |