-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support loading CA certs from local or web URL
- Loading branch information
1 parent
86e8e7c
commit 229cf97
Showing
4 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "adauth", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"main": "./lib/adauth.js", | ||
"description": "Authenticate against an Active Directory domain via LDAP", | ||
"author": "Vartan Simonian <[email protected]> (https://github.com/vsimonian)", | ||
|
@@ -29,6 +29,8 @@ | |
"bcryptjs": "^2.1.0", | ||
"ldapjs": "mcavage/node-ldapjs", | ||
"long": "^2.2.3", | ||
"lru-cache": "^2.5.0" | ||
"lru-cache": "^2.5.0", | ||
"sync-request": "^2.0.1", | ||
"valid-url": "^1.0.9" | ||
} | ||
} |