Skip to content

gurko-va/AD-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AD-book

Active Directory address book

folder

require

usage

  1. First of all install node-webkit
  2. Download and unpack last release
  3. Install node-activedirectory
  4. Add private.js into the source folder and fill it
  5. Run path\to\nw path\to\AD-book

convert into exe

  1. Pack AD-book folder into AD-book.zip for example 7z a AD-book.zip path\to\AD-book\*
  2. Rename AD-book.zip into AD-book.nw rename AD-book.zip AD-book.nw
  3. Do some magic copy /b path\to\nw.exe+AD-book.nw AD-book.exe
  4. Add all files from node-webkit folder to the folder contains AD-book.exe except nw.exe

your folder must look like

folder


private.js

module.exports = {
	 dn:"ldap://example.com"
	,dc:"dc=example,dc=com"
	,user:"user"
	,pass:"pass"
};

About

Active Directory address book

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published