diff --git a/lam/templates/main_header.php b/lam/templates/main_header.php index fec02a3a..80b1c88a 100644 --- a/lam/templates/main_header.php +++ b/lam/templates/main_header.php @@ -102,6 +102,13 @@ foreach ($toSort as $key => $value) { echo " - " . LAMVersion(); ?> + '; + $userData = $_SESSION['ldap']->decrypt_login(); + printf('(' . _('Logged in as: %s') . ')', getAbstractDN($userData[0])); + $userData = null; + echo ''; + ?>