---
title: "Ubuntu Feisty Fawn (7.04), VmWare Server and Authentication problems"
description: "<p>If you are going to install <a href="http://vmware.com/products/server/">VmWare server</a> (a great and free server virtualization product from <a href="http://www.vmware.com">VmWare</a>) on Ubuntu Feisty Fawn (7.04) and you’ve followed <a href="http://www.ubuntugeek.com/how-to-install-vmware-server-from-canonical-commercial-repository-in-ubuntu-feisty.html">this post</a> showing how to do it using Canonical’s commercial repository, make sure to read <a href="https://help.ubuntu.com/community/VMware/Server">this post</a> at the Ubuntu Community Docs.</p>
<p>Basically, if you encounter authentication problems at the Server’s Console after installing the VmWare server and until <a href="https://bugs.launchpad.net/ubuntu/+source/app-install-data-commercial/+bug/115295">this bug</a> is fixed, you need to edit /etc/pam.d/vmware-authd to contain:</p>"
doc_version: "1"
last_updated: "2017-06-02"
date: 2007-09-16
tags: [7.04, Authentication, Feisty-Fawn, PAM, problem, tips-and-tricks, ubuntu-feisty-fawn, VmWare, VmWare-Server]
canonical: "https://eran.sandler.co.il/2007/09/16/ubuntu-feisty-fawn-704-vmware-server-and-authentication-problems/"
---

## Sitemap

- [Home](https://eran.sandler.co.il/)

If you are going to install [VmWare server][1] (a great and free server virtualization product from [VmWare][2]) on Ubuntu Feisty Fawn (7.04) and you&#8217;ve followed [this post][3] showing how to do it using Canonical&#8217;s commercial repository, make sure to read [this post][4] at the Ubuntu Community Docs.

Basically, if you encounter authentication problems at the Server&#8217;s Console after installing the VmWare server and until [this bug][5] is fixed, you need to edit /etc/pam.d/vmware-authd to contain:

> <pre>#%PAM-1.0
auth required pam_unix_auth.so shadow nullok
account required pam_unix_acct.so</pre>

Afterwards, restart the VmWare service and try to authenticate using the server&#8217;s console again.

I&#8217;m just being the Good SEO Samaritan and bumping this article&#8217;s SEO so everyone will see it first (instead of it being buried down somewhere and the search results) :-) .

 [1]: http://vmware.com/products/server/
 [2]: http://www.vmware.com
 [3]: http://www.ubuntugeek.com/how-to-install-vmware-server-from-canonical-commercial-repository-in-ubuntu-feisty.html
 [4]: https://help.ubuntu.com/community/VMware/Server
 [5]: https://bugs.launchpad.net/ubuntu/+source/app-install-data-commercial/+bug/115295