shorter login name
This commit is contained in:
parent
06f145d6a9
commit
6781fb1964
|
@ -124,9 +124,9 @@ foreach ($toSort as $key => $value) {
|
|||
</td>
|
||||
<td align="left" height="30" class="nowrap">
|
||||
<?php
|
||||
echo ' <small>';
|
||||
$userData = $_SESSION['ldap']->decrypt_login();
|
||||
printf('(' . _('Logged in as: %s') . ')', getAbstractDN($userData[0]));
|
||||
echo ' <small title="' . $userData[0] . '">';
|
||||
printf('(' . _('Logged in as: %s') . ')', extractRDNValue($userData[0]));
|
||||
$userData = null;
|
||||
echo '</small>';
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue