Klaus Gast wrote:
> Hi,

Hi,

> Finally I found some time to run a test using an LDAP directory storing
> the CRL and the RootCA
[...]
> [ ldap_ca_1 ]
> crl_url = ldap://10.2.91.241:389
> crl_entry_dn = "cn=ngrca, ou=services, o=ema"
> crl_entry_attribute = "certificateRevocationList;binary"
> ca_entry_dn = "cn = ntsgroot, ou=services, o=ema"

> Oct  2 20:38:27 dus-lab-lnkgast ocspd[1602]: variable lookup failed for
> ldap_ca_1::ca_url

It seems like you are missing the ca_url configuration (where the
CA certificate is to be retrieved from), for example:

        ca_url = ldap://10.2.91.241:389

please verify you have set also the other attributes:

        ca_entry_dn = "cn=ngrca, ou=services, o=ema"
        ca_entry_attribute = "caCertificate;binary"

Let me know if this helps...

Cheers,
    --- Max


-------------------------------------------------------------------------
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
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to