These should help you get started.

Hi nodebbers.
I'm trying to adapt an old plugin for ldap connection with new nodebb requirements.
nodebb-plugin-sso-ldap is using passport-ldap wich doesn't seem to install anymore, I guess from node version.
So I'm trying this fork passport-ldapauth, but I'm the end of my javascript guessing.
The logo appears on login screen but I get this error
/auth/ldap
Unknown authentication strategy "ldap
I guess it's around the strategies.push something is wrong.
Any help appreciated.
You can find my code here: tedr56/nodebb-plugin-sso-ldap
Hi.
Maybe this helps? sso-open-ldap