[EMAIL PROTECTED] wrote: > Hi all, > I see mozilla ldap c sdk 5.0 can only work with cert7.db. Does > anybody know which version can work with cert8.db?
I don't think it has anything to do with the ldap c sdk per se, rather the underlying NSS version. NSS 3.7 changed from cert7 to cert8, primarily to support large CRLs. http://www.mozilla.org/projects/security/pki/nss/nss-3.7/nss-3.7-release-notes.html You might be able to just drop in the latest NSS and NSPR binaries. If NSS detects a cert7.db, it will automatically create a cert8.db from it, and leave the cert7.db as is. > > And does anybody know how to create cert7.db by using netscape 4.7? > > Thanks in advance! > _______________________________________________ dev-tech-ldap mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-ldap
