Udo Woehler schrieb: > > Hi Michael, > > sorry for writting directly to you. > But I'm not a member of openca-users and don't > know how to become one.
http://www.openca.org/openca/mlists.shtml > I just found a bug in ldap-utils.lib which > disables CRL import into LDAP. > > In Line 475 you have the statement: > if ( $attr =~ /CERTIFICATE/i ) { > This is used to sort out between certificates and CRL's. > But this line also fits "certificateRevocationList". > So it must be > if ( $attr =~ /Certificate/ ) { > > I checked it against the current CVS (I use CVS download from Friday) > and the bug is still there. > > After changing this my CRL import works. I fixed the bug by checking for RevocationList. CVS is up to date. Thanks Michael -- ------------------------------------------------------------------- Michael Bell Email (private): [EMAIL PROTECTED] Rechenzentrum - Datacenter Email: [EMAIL PROTECTED] Humboldt-University of Berlin Tel.: +49 (0)30-2093 2482 Unter den Linden 6 Fax: +49 (0)30-2093 2959 10099 Berlin Germany http://www.openca.org _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
