I was wondering if anyone knew of a way to use Windows Authentication without hosting on an ASP site. It\'s an intranet w/ access to LDAP, so I\'m wondering if there\'s a way to
You can use an NTLM module in Apache, or you can setup a script under IIS to capture the login information and POST it over to your node.js site.