ad-ldap-helper
Version:
A module to authenticate / lookup users with Microsoft Active Directory
21 lines (20 loc) • 445 B
JSON
{
"name": "ad-ldap-helper",
"version": "0.1.7",
"description": "A module to authenticate / lookup users with Microsoft Active Directory",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"LDAP",
"Active",
"Directory"
],
"author": "Chris Ochsenreither",
"license": "MIT",
"dependencies": {
"activedirectory2": "^1.2.9",
"dotenv": "^8.1.0"
}
}