I'm doing a POC to see if it's possible to leverage native Windows APIs through JNA to perform ldap search and query for users and other "objects". I know that LDAP programming is best done in .NET, but given my familiarity with Java, I wanted to explore JNA.
I've looked at advapi32 but that seems to have support only for authentication and not general ldap queries.
Any help would be appreciated.