Hi,
I have the following questions regarding the Mozilla LDAP SDK.
1) Is the Mozilla LDAP SDK the same SDK provided as part of Netscape Directory Server?
Yes.
2) The LDAP SDK build instructions on http://www.mozilla.org/directory/csdk.html mention the following configuration
a)Latest LDAP C SDK code [ cvs co -P DirectorySDKSoureC ] b)NSPR 4.2.2 [ cvs co -r NSPR_4_2_2_RELEASE mozilla/nsprpub ] c)NSS 3.7.7 [ cvs co -r NSS_3_7_7_RTM mozilla/security/coreconf mozilla/security/nss ] d) DBM 1.61 [ cvs co -r DBM_1_61_RTM mozilla/dbm mozilla/security/dbm ]
I noticed the latest tag on the source files is nscp-ldapcsdk_branch50-20031023-RtmAll. Which version of LDAP SDK does this correspond to ? [5.08, 5.10, 5.12 etc] Is there any documentation that contains this mapping between tags and LDAP SDK release versions?
I'm not sure - I think it's 5.12.
The version of NSPR has progressed to 4.4.x and beyond. Ditto for NSS and DBM. What is the correct version of NSPR, NSS and DBM to be used for building ... say LDAP SDK 5.10? Is there any document that explains the correct mapping between releases of NSPR etc and Directory SDK code?
Not that I know of, but in general you can build the LDAP SDK with any NSPR and NSS version greater than or equal to the ones recommended in the build instructions. NSS and NSPR are generally backwards compatible i.e. any APIs used by LDAP SDK in NSS/NSPR version x do not change with NSS/NSPR version y, where y > x.
Any help is appreciated.
Thanks, Pradnyesh Rane
_______________________________________________ mozilla-directory mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-directory
