function getUser($username)
 {
     $username = ilAuthContainerDatabase::toUsernameWithoutDomain($username);
     // Fetch the data
     return parent::getUser($username);
 }