Upekshe / simple-ldap-server

Simple LDAP/LDAPS protocol supported configurable user store for testing(UAT, DEV) environments
MIT License
27 stars 5 forks source link

Failing to start won windows and latest node #10

Open ndinev opened 1 year ago

ndinev commented 1 year ago

OS: windows 2019 node: v18.17.1

Download and extract zip - OK run npm start -> failed since typescript not installed install typescript run npm start -> failed again with other error run npm install to install all dependencies run npm start - failed with error -> [ERROR] default - Banti initiation failed. Self destructing due to Error: Cannot find module '/app/etc/store.json'

Upekshe commented 1 year ago

Hi ndinev, On windows, when running locally, you will have to change the file location on configurations file to the actual file location of the store.json

The default value is set to the default store file location of the docker image.