Active Directory address book
- First of all install node-webkit
- Download and unpack last release
- Install node-activedirectory
- Add
private.js
into the source folder and fill it - Run
path\to\nw path\to\AD-book
- Pack
AD-book
folder intoAD-book.zip
for example7z a AD-book.zip path\to\AD-book\*
- Rename
AD-book.zip
intoAD-book.nw
rename AD-book.zip AD-book.nw
- Do some magic
copy /b path\to\nw.exe+AD-book.nw AD-book.exe
- Add all files from
node-webkit
folder to the folder containsAD-book.exe
exceptnw.exe
your folder must look like
module.exports = {
dn:"ldap://example.com"
,dc:"dc=example,dc=com"
,user:"user"
,pass:"pass"
};