hubot-ldap-auth
Advanced tools
Comparing version 0.0.2 to 0.1.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10558
7
13
7