{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}
Host Information
FQDN {{ object.fqdn }}
Description {{ object.description|placeholder }}
IPA UUID {{ object.ipa_uuid|placeholder }}
Status {% if object.enrolled %} {{ object.status_label }} {% else %} {{ object.status_label }} {% endif %}
Enrolled {% checkmark object.enrolled %}
Enrollment Date {{ object.enrollment_date|placeholder }}
Last Synced {{ object.last_synced }}
Network Information
IP Address {{ object.ip_address|placeholder }}
MAC Address {{ object.mac_address|placeholder }}
Authentication
Has Keytab {% checkmark object.has_keytab %}
SSH Public Key {% if object.ssh_public_key %}
View Key
{{ object.ssh_public_key }}
{% else %} {{ ''|placeholder }} {% endif %}
Managed By {{ object.managed_by|placeholder }}
Certificate Information
Certificate Subject {{ object.certificate_subject|placeholder }}
Certificate Issuer {{ object.certificate_issuer|placeholder }}
Valid From {{ object.certificate_valid_not_before|placeholder }}
Valid Until {{ object.certificate_valid_not_after|placeholder }}
Certificate Status {% if object.is_certificate_valid is None %} {{ ''|placeholder }} {% elif object.is_certificate_valid %} Valid {% else %} Expired {% endif %}
{% endblock %}