TremoloSecurity / MyVirtualDirectory

Open Source LDAP Virtual Directory
Apache License 2.0
45 stars 18 forks source link

Deployment on windows does not work #84

Closed joeyieh closed 4 years ago

joeyieh commented 4 years ago

I'm trying to get MyVD running on a windows computer with mysql. I took the latest version from releases 1.0.3-2018050402.

I set the environtment variables JAVA_HOME and MYVD_HOME and tried to execute \dist\bin\myvd.vbs but it does not work.

The myvd.vbs script is looking for \bin\myvd.bat which is not present.

Later I would like to use my myvd it to expose some data of an SQL-Server table to another program that needs that data in form of an Ldap tree. is it easily possible to access SQL-Server from myvd with jdbc?

Thank you

joeyieh commented 4 years ago

ok, I realize, I need binaries which I obviously did not have.