[Dspace-tech] Ident authentication failed for user dspace

2011-07-13 Thread Paul Mulinge
createdb: could not connect to database postgres: FATAL:  Ident
authentication failed for user dspace

where im i going wrong?
--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Ident authentication failed for user dspace

2011-07-13 Thread helix84
On Wed, Jul 13, 2011 at 14:12, Paul Mulinge mulinge.p...@gmail.com wrote:
 createdb: could not connect to database postgres: FATAL:  Ident
 authentication failed for user dspace
 where im i going wrong?

http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg01761.html

Regards,
~~helix84

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Ident authentication failed for user dspace

2011-07-13 Thread Claudia Jürgen
Hello,

check your database settings in the dspace.cfg see section

___
# Database settings #

# Database name (oracle, or postgres)
db.name = ${default.db.name}
#db.name = postgres
#db.name = oracle

# URL for connecting to database
db.url = ${default.db.url}
#db.url = jdbc:postgresql://localhost:5432/dspace

# JDBC Driver
db.driver = ${default.db.driver}
#db.driver = org.postgresql.Driver

# Database username and password
db.username = ${default.db.username}
db.password = ${default.db.password}
#db.username = dspace
#db.password = dspace


Make sure you got the right name and password for the databaseuser of 
your database, e.g. your database is called myDSpaceDatabase and the 
user is called dspaceTestUser with the password xyz your settings 
would be

db.url = jdbc:postgresql://localhost:5432/myDSpaceDatabase
db.username = dspaceTestUser
db.password = xyz

Hope that helps

Claudia Jürgen

Am 13.07.2011 14:12, schrieb Paul Mulinge:
 createdb: could not connect to database postgres: FATAL:  Ident
 authentication failed for user dspace

 where im i going wrong?




 --
 AppSumo Presents a FREE Video for the SourceForge Community by Eric
 Ries, the creator of the Lean Startup Methodology on Lean Startup
 Secrets Revealed. This video shows you how to validate your ideas,
 optimize your ideas and identify your business strategy.
 http://p.sf.net/sfu/appsumosfdev2dev



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-- 
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech