ep_ldapauth
ep_ldapauth copied to clipboard
(Up for adoption) LDAP authentication plugin for Etherpad-lite
Logout
It seems the situation as described in #11 has changed - etherpad-lite seems to store login information in a cookie named "express-sid". To logout, this cookie must be deleted. Can...
I wonder about the necessity to provide "searchDN" and "searchPWD" for non-AD LDAP. Normally, I just give the URL and base of my ldap, and the software uses the name...
How can I configure au TLS (only) connexion? Thanks in advance
can you explain a bit more as to what the searchDN field is ? i get the below error when I supply **my** AD userid/password `ep_ldapauth.authenticate: LDAP auth error: ldap...
It's not very beautiful but it work for me. I add a new attribute groupSearchUser (role for users). I assign this to groupsearch and do a groupsearch in the authenticate...
Hi, I noticed a worrisome behaviour when using an empty password to log in with your plugin. The ldapjs authenticate() function does not seem to fail when providing an empty...
I have hard time to get authenticate by my ldap. my accountPattern looks like this `"(&(objectClass=*)(memberOf=cn=etherpad-groups,cn=accounts,dc=lab)(uid={{username}}))"` but i found this in my ldap log `conn=837 op=1 SRCH base="cn=users,cn=accounts,dc=lab" scope=2 filter="(&(=*\29)(=cn=etherpad-groups,cn=accounts,dc=lab\29)(=karel\29))"...
Hello, I had support of X-Remote-User header, usefull in SSO context. Thank you
Hi, Add "is_admin" option in ldapauth so we can use ldap roles / group to design who is an administator or an simple user. Thanks.
Hi! I Installed the last Etherpad-lite and ep_ldapauth version on a Debian server and after login through LDAP with no problem, I cannot access to the pads. Every pad shows...