LDAP Login's
-
I've not come across any mention of LDAP login and certainly I'm not aware of any LDAP login plugin.
However, there are more than a handful of Node.js LDAP libs accessible from GitHub that can be used to write an KDAP login plugin for NodeBB. Question is, Who's going to write it?
-
@planner Well if I didn't find something soon I was planning on writing one, however I did see a pull request on github that was closed a month or so ago with the code to do this....I believe it was closed because it was not written as a plug-in...
-
nodebb-plugin-sso-ldap was written at some point but was then taken down by the author. I'm not exactly sure why, potentially because it didn't work, or he wanted to take it private for his own benefit?
-
Hi Team,
I installed nodebb-plugin-sso-ldap from (https://github.com/ianbogda/nodebb-plugin-sso-ldap) in my NodeBB (v0.6.0). While restarting the NodeBB, faced an error mentioned below. How to fix it?
error: TypeError: Cannot read property 'buildHeader' of undefined
at Object.Ldap.init [as method] (/home/ubuntu/Nodebb/nodebb/NodeBB/NodeBB-NodeBB-2a92c11/node_modules/nodebb-plugin-sso-ldap/library.js:28:60) -
@Prasanna-Prachu Looks like it's been a long time since that plugin is updated. It definitely doesn't support NodeBB v0.6.x.
Run
./nodebb reset plugin="nodebb-plugin-sso-ldap"
-
@pichalite Done. Now how to proceed with LDAP integration in NodeBB?
-
What is LDAP?
Don't give me what it stands for.
What is it actually used for?
-
We Use LDAP which contains list of users and group. so people can use the same username to login to NodeBB forum site.
-
@Prasanna-Prachu That ... doesn't help me understand what it is (although I realize it is what I asked for). Is it a database? Is it an SSO? Is it a user management thingy?