shorter login name

This commit is contained in:
Roland Gruber 2017-10-03 10:17:51 +02:00
parent 06f145d6a9
commit 6781fb1964
1 changed files with 2 additions and 2 deletions

View File

@ -124,9 +124,9 @@ foreach ($toSort as $key => $value) {
</td>
<td align="left" height="30" class="nowrap">
<?php
echo '&nbsp;&nbsp;<small>';
$userData = $_SESSION['ldap']->decrypt_login();
printf('(' . _('Logged in as: %s') . ')', getAbstractDN($userData[0]));
echo '&nbsp;&nbsp;<small title="' . $userData[0] . '">';
printf('(' . _('Logged in as: %s') . ')', extractRDNValue($userData[0]));
$userData = null;
echo '</small>';
?>