Socket
Socket
Sign inDemoInstall

@acastellon/ldap

Package Overview
Dependencies
44
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

3

config.ldap.template.js
module.exports = {
url: 'ldap://<you-server>:389'
//,secure : true
,DOMAIN:'<domain>'
,baseDN: '<baseDN>'
,username: '<user>'
,password: '<password>'
,MOCKUP_USERS : ['acastellon','rlopez']
,MOCKUP_USERS : ['acastellon','lskywalker']
,MOCKUP_ROLES : ['User','Viewer']

@@ -9,0 +10,0 @@ ,ROLES : {

@@ -27,2 +27,3 @@ "use strict";

model.LDAP_URL = setup.url;
model.DOMAIN = setup.DOMAIN;
model.isInGroup = isInGroup;

@@ -29,0 +30,0 @@ model.getRoles = getRoles;

{
"name": "@acastellon/ldap",
"version": "1.0.2",
"version": "1.0.3",
"description": "LDAP module to validate and filter roles from a user",

@@ -5,0 +5,0 @@ "main": "ldap.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc