ep_ldapauth
ep_ldapauth copied to clipboard
(Up for adoption) LDAP authentication plugin for Etherpad-lite
I'm a newbie to etherpad. I try to get the LDAP integration running. Authenication is already working, but IMHO authentication seems to have an issue: * If is `false` in...
With etherpad version 1.8.12 it is working. Updating to 1.8.13 yields to ``` [2021-04-22 13:28:24.933] [INFO] plugins - npm --version: 6.14.11 [2021-04-22 13:28:28.029] [ERROR] runCmd|npm - npm ERR! extraneous: [email protected]...
As of Etherpad 1.8.7 (and possibly earlier), the authorize hook did not seem to be called anymore. According to the documentation, it is not called for admin paths, and recent...
Authorization don't work because of logical wrong return value. Closes #48.
Hi, I upgraded my etherpad-lite instance from 1.7.5 to [1.8.0](https://github.com/ether/etherpad-lite/releases/tag/1.8.0) and after that I could not access any existing pads nor create new ones. FYI I am using version 0.3.0...
Would it be possible to update: https://www.npmjs.com/package/ep_ldapauth as well? Thanks! I am not sure about the FreeIPA paragraph, since I don't know what it is.
Hi I'm trying to set up the LDAP auth against our server with a self-signed certificate. Which I guess explain this ``` [2018-12-07 08:16:55.889] [ERROR] console - Error: unable to...
TypeError: Cannot read property 'anonymousReadonly' of undefined ``` "users": { "ldapauth": { "url": "ldap://domain.local:389", "accountBase": "ou=People,dc=domain,dc=local", "accountPattern": "(&(objectClass=*)(uid={{username}}))", "displayNameAttribute": "cn", "searchDN": "CN=etherpad-ldap,OU=ServiceAccounts,OU=People,DC=domain,DC=local", "searchPWD": "caaccacacaca", "groupSearchBase": "ou=People,dc=domain,dc=local", "groupAttribute": "member", "groupAttributeIsDN": true,...
Hi, i installed this module in my etherpad instance and configured the ldap server in settings.json if i start the etherpad server i get prompted for username and passwort. If...
Hi As shown below, if there's no ldap configuration in settings.json, Etherpad die. It should be just ignored. ``` root@etherpad-01-stg:/opt/etherpad-lite# rm /var/log/etherpad-lite/etherpad-lite.log; service etherpad restart; sleep 5; tail -f /var/log/etherpad-lite/etherpad-lite.log...