Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hubot-ldap-auth

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-ldap-auth - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

test/hubot-ldap-auth-test.coffee

3

package.json
{
"name": "hubot-ldap-auth",
"version": "0.0.2",
"version": "0.1.0",
"description": "An auth module for Hubot that delegates to an LDAP server",

@@ -34,2 +34,3 @@ "main": "index.coffee",

"hubot-mock-adapter": "^1.0.0",
"hubot-test-helper": "^1.5.1",
"mocha": "^3.2.0"

@@ -36,0 +37,0 @@ },

@@ -8,1 +8,7 @@ # Hubot LDAP Authorization

* `LDAP_URL` - the client will attempt to bind a session to the LDAP server using this URL
* `LDAP_SEARCH_BASE_DN` - the base dn for the ldap search user
* `LDAP_GROUP_OBJECT_CLASS` - the object class to use to find LDAP groups
* `LDAP_USER_OBJECT_CLASS` - the user object class to identify users from LDAP
* `USER_LDAP_ATTRIBUTE` - the ldap attribute that matches an attribute from `USER_HIPCHAT_ATTRIBUTE`
* `USER_HIPCHAT_ATTRIBUTE` - the hipchat user attribute that matches a value in LDAP
* `LDAP_REFRESH_TIME` - set to 6 hours to reset the roles and users, can be done on demand. Is requeried every time the app starts up

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc