LDAP Login's
-
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?
-
@julian I'm struggling with fixing old broken plugin, but I have no clue how to solve a strange problem. Plugin initializes well, but when I click on the alternative login button I get "Bad Request" error and I can't track where does it come from. Running NodeBB in dev mode does not show anything. Any clues how to find out what's causing a problem?
Anyway, it looks like fixing this old plugin is not a hard task, but I'm not very familiar with NodeBB code, so maybe someone more canny would accomplish it