We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
false
settings.json
true
Is it possible that the value returned at
ep_ldapauth/ep_ldapauth.js
Line 174 in 42cd54c
Because if I change it in this way, all _seems- to work so far. But I have no experience with Etherpad, yet and this change might be complete wrong.
The text was updated successfully, but these errors were encountered:
Update ep_ldapauth.js
b01a6cf
Authorization don't work because of logical wrong return value. Closes tykeal#48.
Maybe try with PR #47 applied. It removes the offending code that you have modified in PR 49.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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:
false
insettings.json
, the hook isn't called at all (as seen if loglevel is set to DEBUG).true
, any non-admin get forbidden at the web client.Is it possible that the value returned at
ep_ldapauth/ep_ldapauth.js
Line 174 in 42cd54c
should be
true
?Because if I change it in this way, all _seems- to work so far. But I have no experience with Etherpad, yet and this change might be complete wrong.
The text was updated successfully, but these errors were encountered: