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>
|
||||
<td>
|
||||
<a href="/admin/ldap/{{$user.DN}}">
|
||||
{{$user.GetAttributeValue $user.UserNameAttr}}
|
||||
{{$user.GetAttributeValue "cn"}}
|
||||
</a>
|
||||
</td>
|
||||
<td>{{$user.GetAttributeValue "mail"}}</td>
|
||||
<td>{{$user.GetAttributeValue "displayname"}}</td>
|
||||
<td>{{$user.GetAttributeValue "displayName"}}</td>
|
||||
<td>{{$user.GetAttributeValue "sn"}}</td>
|
||||
<td>{{$user.GetAttributeValue "description"}}</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue