yes... I can access the db with psql with username and password. But I also tried without password.
Do you used the option -h with the exact same value like in DBI.conf? Is DBD::Pg installed?
By the way I tested the DB alternative (using dbm) and I have a strange problem: because my httpd is running as nobody, when the system creates the files in /usr/local/OpenCA/var/db, those files are owned by root... so I receive a similar error, i chowned the files and all is ok.
Usually this happens if you run the script openca-dbcreate from the console and you are logged in as root. If you initialize the database via the web-frontend then your webserver can only create files with the UID nobody. A webserver which runs as nobody cannot create files with the UID of root.
Another question not strictly related: with DB option all works, but I receive a login prompt when I try to access the ca web page. What user do I use?
root with passwd root if you use a snapshot from the CVS HEAD.
Michael -- ------------------------------------------------------------------- Michael Bell Email: [EMAIL PROTECTED] ZE Computer- und Medienservice Tel.: +49 (0)30-2093 2482 (Computing Centre) Fax: +49 (0)30-2093 2704 Humboldt-University of Berlin Unter den Linden 6 10099 Berlin Email (private): [EMAIL PROTECTED] Germany http://www.openca.org
------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
