Are you just trying to integrate the login?
I have a suggestion, which I am not sure if it would work or not?
1. Modify the login script to pass login/hash to a webservice.
2. Webservice will compare against LDAP server and return status.
3. If status is good login, create account on vb and log user in.
4. If status is bad login, kick the user out.
Does the above sound possible?
|