Eugene Alperovich wrote:
> 
> Hi everyone,
> A question about the 0630 ldap integration, in the cert publishing module
> there is an 'inetPerson' objectClass, while in the openldap distro. it's
> inerOrgPerson, should it be changed?

It looks like you are correct. I have to verify it on monday but you can
change it of cause by yourself.

> Also when trying to activate the CRL LDAP publishing, it says there's a
> required setting missing, it's the HTML sheet setting, but I am unable to
> find the appropriate HTML sheet(in the cgi-raserver/sheets dir) for the
> CRL-LDAP.

This is a general problem because there is a new lib. The library
lib/export-import.lib handles now the LDAP-updating automatically but
the old scripts are not fixed today to use the new function
eximObjectToLDAP. The new code for addCrlLDAP must be:

my @items = $db->searchItems ( DATATYPE => "CRL" );
for my $h (@items) {
  eximObjectToLDAP ( CRL => $h );
}

That's all but it must be tested and the output to control the
execution  must be added.

Regards Michael
----------------------------------------------------------------------------
Michael Bell                             Email: [EMAIL PROTECTED]
Rechenzentrum - Datacenter        Email (work):
[EMAIL PROTECTED]
Humboldt-University of Berlin       Tel.(work): +49 (0)30-2093 2482
Unter den Linden 6                  Fax.(work): +49 (0)30-2093 2959
10099 Berlin
Germany                                              [OpenCA Core
Developer]

http://openca.sourceforge.net

S/MIME Cryptographic Signature

Reply via email to