UNPKG

mediasuitenz-ldap-user-authentication

Version:

Wrapper for ActiveDirectory that gets the group for the username passed in through the x-iisnode-auth_user header

20 lines (19 loc) 496 B
{ "name": "mediasuitenz-ldap-user-authentication", "version": "1.0.0", "description": "Wrapper for ActiveDirectory that gets the group for the username passed in through the x-iisnode-auth_user header", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "ActiveDirectory", "Loopback", "Authentication" ], "author": "mediasuitenz", "license": "ISC", "dependencies": { "activedirectory": "^0.7.0" } }