Hey guys,
I installed Mandrake 10.1 Community and PostgreSql and Webmin packages.
Webmin runs perfectly. When I type
https://localhost:10000 I get this webmin interface.
But When I switch to Servers and then to "PostgreSQL Database Server" I get an error message like this:
Quote:
SQL select version() failed : »IDENT«-Authentification for user »postgres« failed
|
can anyone help me out?
I typed these commands (from the documentation of open xchange Server):
Quote:
useradd ox
su postgres
createuser -A -D -P openexchange
createdb openexchange exit
|
there was no problem to change to user postgres, it looks like this:
Quote:
[root@Server /]# su postgres
bash-2.05b$
|