{% extends 'core/base/base.html' %} {% comment %} SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load static %} {% block content %}
Backend | LDAP |
---|---|
User-ID | {{ user.ldap_user.attrs.uid.0 }} |
Surename | {{ user.ldap_user.attrs.sn.0 }} |
Givenname | {{ user.ldap_user.attrs.givenname.0 }} |
{{ user.ldap_user.attrs.mail.0 }} | |
Group | {{ user.ldap_user.attrs.ou.0 }} |
Institute | {{ user.ldap_user.attrs.o.0 }} |
Surename | {{ user.last_name }} |
Givenname | {{ user.first_name }} |
{{ user.email }} | |
Username | {{ user.username }} |
Display Name | {{ user.heliportuser.display_name }} |
ORCID |
{% if heliport_user.orcid %}
{% endif %}
|
Hash | Date created | |||
---|---|---|---|---|
{{ token.digest|truncatechars:7 }} | {{ token.namedtoken.name }} | {{ token.created }} | {% if token.expiry %}{{ token.expiry }}{% else %}Never{% endif %} | |
New |
Example how to use tokens using python requests:
If you have files and wish to use them in HELIPORT. Connect to a machine here:
Manage Logins