we are trying to set up database(postgresql) by
following the instructions given in OpenCA Guide.
these are the steps we followed :

# su - postgres
-bash-2.05b$ psql -d template1
Welcome to psql 7.4.2, the PostgreSQL interactive
terminal.
 
Type:  \copyright for distribution terms
       \h for help with SQL commands
       \? for help on internal slash commands
       \g or terminate with semicolon to execute query
       \q to quit
 
template1=# create user openca with password
'something' createdb nocreateuser;
CREATE USER
template1=# \q
-bash-2.05b$ psql -d template1 -U openca
psql: FATAL:  IDENT authentication failed for user
"openca"


please tell me what is wrong with this?
thank you,
Swapna Cheguri


                
__________________________________ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to