[Dspace-tech] Problems of authentication

2009-04-02 Thread Serbe Leon Rojas
I began again. I eliminated the database and the user in postgres. I have created the database and the user with the following instructions: # su --login postgres -c 'createuser -U postgres -S -R -c 35 -d dspace' # su --login dspace -c 'createdb -U dspace -E UTF8 -T template0 dspace dspace=

Re: [Dspace-tech] Problems of authentication

2009-04-02 Thread Mark H. Wood
I would suggest *not* using Ident authentication for DSpace's access to the database. Since you are providing the driver a username and a password, you should be using one of the password authentication methods. I usually use 'md5'. This is set in the fifth column (METHOD) of the pg_hba.conf