Works!

:) Thanks...AGAIN (!!) for the really quick fix!

Regards
Michael

Michael Bell wrote:

Hi!

I started to play around with openca-SNAP-20040510.tar.gz
Installing it from scratch gives me the famous 6292010:

 Error The module ID is empty
(/usr/local/accomCA-OFFLINE/etc/access_control/ca.xml:
access_control/acl_config/module_id).
 General Error. 6292010.

What strikes me odd is that this ONLY happens when
logging in as ca, but not when logging in as ra or node.
I do not notice the least difference in this ca.xml to any
other from a working setups. XML-cache etc. are up and (mostly
succesfully) running.


I implemeted a better error detection for this snapshot. The problem is
that the detection was a little bit nervous ;) I checked first for "not
defined" which is a XML error and then I only check for "not" but it must
be "!= 0" too because the CA module ID is always 0.

You can fix it in AC.pm. There you have to search for 6292010 and then you
must fix the check for "not $self->{acl}->{module_id}". You have to add
"and $self->{acl}->{module_id} != 0". I commit a fix tomorrow.

This is the disadvantage if you only use one interface to check for errors...

Michael




------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users


--
accom GmbH & Co. KG
Gruener Weg 100
52070 Aachen

Tel: +49 241 918 5228
Fax: +49 241 918 5299


------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to