{% extends "base.html" %} {% block header %}

LDAP Custom Attributes

{% endblock %} {% block content %}

Custom Attributes [in Object Class {{ojectclass}}]

{% if attrib_list %} {% for a in attrib_list %} {% endfor %}
OIDNameDescriptionIn ObjectClassActions
{{a.oid}} {{a.names[0]}} {{a.desc}} {% if a.names[0] in attrib_list_in_class %} {% endif %} Edit      Delete
{% else %} No custom attribtes has been created. {% endif %}

Create New Attribute Re-populate Object Class
{% endblock %} {% block js %} {% endblock %}