Here are some information to get started:
- passport is a popular module for authentication
- express auth example shows how do implement simple authentication without extra modules
- express route middleware example explains how to implement role based authentication
- blog post on nodejs.org about the ldapjs module
Hope that makes it easier to start.