Hi Andreas,

On Wed, Apr 04, 2007 at 02:56:04PM +0200, Andreas Thienemann wrote:
> I managed to get the WebInterface working with some freshly rolled RPMS 
good :-)

> for Fedora. If you're interested in them, please say so. Otherwise I'll 
> roll them into Fedora-Extras as soon as I finished evaluating OpenXPKI.
It would be interesting to have the ability to build those from within
the source tree. We have scripts for Debian, FreeBSD and SuSE at
trunk/package, so it sounds interesting to add a fedora subdirectory
there.

> Now, back to the WebInterface. I'm seeing several problems with 
> authentication. Trying anonymous login gives me the following database 
> error:
> 
>     * I18N_OPENXPKI_SERVER_DBI_DBH_PREPARE_FAILED; QUERY => INSERT INTO 
> seq_audittrail (seq_number, dummy) VALUES (NULL, 0); ERRVAL => no such 
> table: seq_audittrail(1) at dbdimp.c line 269; ERRNO => 1
Hmmm, weird. Did you create your database earlier than February 8th? The
seq_audittrail is only available since then. Try openxpkiadm initdb
--force.

> FWIW: I've selected SQLite for testing.
Not that I believe that it is part of the problem here, you will
certainly run into problems with it later. SQLite is meant to be used
for automatic tests only, as it has no concurrency support and causes a
lot of problems with locks. It might even happen that you can not issue
a certificate because of these problems. I'd strongly suggest to
consider using something else for testing ...

> Any other Authentication Method except the Certificate 
> Challenge/Response is just sending me back to authentication/index.html.
This is probably because of the error above.

> Having taken a look at the auth.xml file I think I should get an operator 
> login with root/root and a simple User login with Joe Doe/Doe.
Yes, you should.

> In general I'd love to see the documentation updated a bit and I'm willing 
> to contribute somewhat to it as soon as I managed to get a test CA 
> working.
Sounds promising :-)

Regards,
    Alex
-- 
Dipl.-Math. Alexander Klink | IT-Security Engineer
        [EMAIL PROTECTED] | working @ urn:oid:1.3.6.1.4.1.11417

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to