[Date Prev][Date Next] [Chronological] [Thread] [Top]

wldap32 implemented on top of OpenLDAP libraries



Hello all,

I thought it might interest you that Wine (http://winehq.org) has implemented
Windows LDAP support (found in wldap32.dll) on top of OpenLDAP.

The APIs match very well, which should be no surprise since both are aimed
at implementing standard LDAP protocol support. Most of the code in this
implementation is actually concerned with character set conversions (ansi/wide
character -> utf8, i.e the inverse of what native wldap32.dll must be doing)
and differences in parameter handling.

Thank you for OpenLDAP!

  -Hans