/Telephone-Directory

telephone book based on MS ActiveDirectory

Primary LanguageJavaScriptDo What The F*ck You Want To Public LicenseWTFPL

Telephone-Directory

telephone book based on MS ActiveDirectory folder

require

usage

  1. first of all install node-webkit
  2. download and unpack last release
  3. install node-activedirectory
  4. configure settings.js
  5. run path\to\nw path\to\telephone-directory

convert into exe

Use Web2Executable.


settings.js

module.exports = {
	 dn:"ldap://example.com" // use domain name, domain-controller name or domain-controller IP
	,dc:"cn=users,dc=example,dc=com" //FQDN. you can remove "cn=users," from that field or chose other cn if you want.
	,user:"user" // username with rights to read
	,pass:"password" // password 
    ,groupname: "Employees" // Employees group
};