We have an old Win32 application written under VS5 and mostly in pure C. Currently this applicaiton connects to Oracle 8i (Pro*C) to get login users permissions from an application-related Oralce Tablel.
We need to change this application to access the LDAP's user/group and use the permission rights defined there to let user access different part of this application.
Is there any code/library availabe which we can use to acess LDAP server and can we get an example project to start from?
Start Free Trial