Refactoring into admin.go activate
This commit is contained in:
parent
61c7d96cc8
commit
acacc82903
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href="/admin/ldap/{{$user.DN}}">
|
<a href="/admin/ldap/{{$user.DN}}">
|
||||||
{{$user.GetAttributeValue $user.UserNameAttr}}
|
{{$user.GetAttributeValue "cn"}}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>{{$user.GetAttributeValue "mail"}}</td>
|
<td>{{$user.GetAttributeValue "mail"}}</td>
|
||||||
<td>{{$user.GetAttributeValue "displayname"}}</td>
|
<td>{{$user.GetAttributeValue "displayName"}}</td>
|
||||||
<td>{{$user.GetAttributeValue "sn"}}</td>
|
<td>{{$user.GetAttributeValue "sn"}}</td>
|
||||||
<td>{{$user.GetAttributeValue "description"}}</td>
|
<td>{{$user.GetAttributeValue "description"}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in a new issue