On Thu, 13 Feb 2003, Brad Nicholes wrote:
> - Added a support framework (using #defines) for multiple vendor LDAP > SDKs. The framework currently supports the SDKs from Novell, NetScape, > OpenLDAP, and Microsoft. (Spent significant time testing compiling and > running with the various SDKs on Win32. However, ran into problems with > Microsoft's SDK. It GPFs when doing an ldap_set_option.) Very, very nice. Quite clean for such an extensive #ifdef construct. This does of course 'block' the use of multiple ldap backends of different vendors. But not sure that that is a a great loss. Dw
