On Sun, 22 Jul 2001, Michael Bell wrote:
Great!

I will test it, once I get to the lab later on, thanks alot!
> 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

-- 
Eugene Alpervich,
Security System Integrator,
Xpert Proffesional Services.
1 Shenkar St. Herzlia 46725, Israel.

Tel: 972-58-556094
Fax: 972-9-9522366
e-mail: [EMAIL PROTECTED]



_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to