On 9/5/06, Caroll Pinzon <[EMAIL PROTECTED]> wrote: > Hello, > > I have a problem when I'm trying to add a new certificate to the LDAP. The > certificates have this DN: > > serialNumber=.., CN=.., OU=.., x500UniqueIdentifier=.., streetAddress=.., > O=.., C=.. > > When I try to add to the LDAP this is the error: > > Certificate 5 FAILED (error 65: LDAP-add failed: no structural object class > provided)
Once, I had this kind of error. And that time, I didn't entered the correct DN certificate (didn't match with the LDAP server configuration). > I would like to know how should I configure the ldap.xml so that is has > supported this DN Check the <suffix> tag on the config.xml. Make sure you have the same DN with your LDAP server configuration. You can debug the ldap server process more detail. Edit the ldap.xml.template, change the debug value to <debug>3</debug>. Then pay attention to log file OPENCADIR/var/log/stderr.log > Thanks!! > > Caroll > -- Zaki Akhmad ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users
