I am trying to install the auth server under Ubuntu 7.04<br><br>All goes well until the very first step of install.php:<br><br><h2>1-Make sure you created a valid user and database.</h2>
<p>If you haven&#39;t, here is a command line example for PostgreSQL (or use the way you like) :</p>
<em>Create the PostgreSQL databaser user for WifiDog</em> (createuser and createdb need to be in you PATH) :
<pre>  <i>postgres@yourserver $&gt;</i> createuser wifidog --pwprompt<br>  Enter password for new user:<br>  Enter it again:<br>  Shall the new user be allowed to create databases? (y/n) n<br>  Shall the new user be allowed to create more new users? (y/n) n
<br>  CREATE USER<br></pre><br clear="all"><br>How do I login as postgres@jeffserver?<br><br>I tried: (using my usual password for user &quot;jeff:)<br><br>&nbsp;jeff@jeffserver:~$ su - postgres<br>Password:<br>su: Authentication failure
<br>Sorry.<br>jeff@jeffserver:~$<br><br>So, user postgres was apparently created by the installation of postgresql-8.1, but the unknown password is keeping me locked out from creating the wifidog user and database.<br><br>
Please help!<br><br>-- <br>- Jeff