aboutsummaryrefslogtreecommitdiff
path: root/templates/admin_ldap.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin_ldap.html')
-rw-r--r--templates/admin_ldap.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/admin_ldap.html b/templates/admin_ldap.html
index 188652b..7b274dc 100644
--- a/templates/admin_ldap.html
+++ b/templates/admin_ldap.html
@@ -30,7 +30,7 @@
{{.Identifier}}
</a>
</td>
- <td>{{.DisplayName}}</td>
+ <td>{{.Name}}</td>
</tr>
{{end}}
</tbody>
@@ -125,7 +125,7 @@
{{range .Members}}
<div class="row mt-4">
<div class="col-md-3">
- <strong>{{.DisplayName}}</strong>
+ <strong>{{.Name}}</strong>
</div>
<div class="col-md-5">
<a href="/admin/ldap/{{.DN}}">{{.DN}}</a>
@@ -162,7 +162,7 @@
{{range .Groups}}
<div class="row mt-4">
<div class="col-md-3">
- <strong>{{.DisplayName}}</strong>
+ <strong>{{.Name}}</strong>
</div>
<div class="col-md-5">
<a href="/admin/ldap/{{.DN}}">{{.DN}}</a>