-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate LDAP #1
Comments
Here is some documentation I found on the "scope" option: http://www.idevelopment.info/data/LDAP/LDAP_Resources/SEARCH_Setting_the_SCOPE_Parameter.shtml Looks like we actually could also set it to "one" -- which would show all items immediately one node beneath the search object ( with the search object being "ou=people,dc=ldap,dc=example,dc=com"). |
We no longer need db.js, or the autheremin dependency. We should add a file, ldap.js with a dependency on ldapjs. note these dependencies are in server.js and routes/validate.js. do we need them in server.js? |
In integrating LDAP into auther we'll also have to rethink the tests. Can we stub this out in some way or should we run a fake LDAP server? |
We don't need the autheremin reference in server.js (I've removed it). We won't need that "db.on('load')" business either. |
So hey we got some LDAP working with a node.js library:
The text was updated successfully, but these errors were encountered: