Posts Tagged ‘security’

Accessing ADSI from Java

Thursday, May 19th, 2005 by DenisH

The aim of this project was to be able to get the groups that an NT user belongs to using ADSI (Active Directory Services Interface) and make this available in Java. In the first article we described how to get ADSI information using VBScript, JScript and then C++. Now we show how to wrap up the C++ function in a DLL that’s accessible using JNI. (more…)

Accessing Microsoft’s ADSI–part 1

Sunday, April 24th, 2005 by DenisH

The overall aim of this project was to be able to get the groups that an NT user belongs to using ADSI (Active Directory Services Interface) and make this available in Java. This first article describes how to get ADSI information using VBScript, JScript and then C++. It shows how the different languages make it easier or harder. (more…)