{% extends "root.html" %} {% set active_page = "admin" %} {% block title %}Admin LDAP Sync{% endblock %} {% block content %}

Active operations:

Available operations:

Fetch transfer data Synchronize LDAP groups

{% if not form %}

No sync required - groups are up to date.

{% else %}

Fatty to add:

{{ form.fatty_to_add() }}

Fatty to remove:

{{ form.fatty_to_remove() }}

Starving to add:

{{ form.starving_to_add() }}

Starving to remove:

{{ form.starving_to_remove() }}
{% endif %}
{% endblock %}