Passport is a great framework for handling authentication in node. A quick search shows many ldap strategies exist for passport including active directory. The passport website has great documentation to get the basics setup and then a search in npm will give you options on which module implements an ldap strategy.
-- Daniel R. <[email protected]> [http://danielr.neophi.com/] On May 22, 2014 4:44 PM, "abhi garg" <[email protected]> wrote: > Hello, > > How to connect to remote ldap server for valid authentication using > node.js. Is passport is the valid way ? > Any suggestion or help ? > > Thank You. > > -- > Job board: http://jobs.nodejs.org/ > New group rules: > https://gist.github.com/othiym23/9886289#file-moderation-policy-md > Old group rules: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/nodejs/db217034-eff6-436a-b915-4101c50f8443%40googlegroups.com<https://groups.google.com/d/msgid/nodejs/db217034-eff6-436a-b915-4101c50f8443%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/CAETDeSCbaFMZe0MMB8qOrfL6QwhmLrynjcjWL0U9QbHCJ2F3vw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
