{% extends "maasserver/base.html" %} {% block nav-active-settings %}active{% endblock %} {% block title %}Settings{% endblock %} {% block page-title %}Settings{% endblock %} {% block ng-app %}data-ng-app="MAAS"{% endblock %} {% block head %} {% endblock %} {% block extra-js %} {% endblock %} {% block page-header-classes %}u-no-padding--bottom{% endblock %} {% block page-navigation %} {% endblock %} {% block content %}
MAAS is configured with external authentication. Make sure that usernames of created users match the ones on your external authentication source.
Username | Number of nodes in use | Type | Last seen | MAAS Admin | |
---|---|---|---|---|---|
{{ user_item.username }} | {{ user_item.node_set.count }} | {% if user_item.userprofile.is_local %} Local {% else %} External {% endif %} | {{ user_item.last_login }} | {% if user_item.is_superuser %} Yes {% endif %} | Edit {% if user != user_item %} delete {% endif %} |