Replies: 1 comment 4 replies
-
Does it have the same behavior if your I'm not sure what session handler you are using, but you could try |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I tried setting up LDAP authentication as stated in the docs, but I couldn't make it work. First of all, is it possible yet? Or maybe I'm doing something wrong. My setup is as follows:
And in Roda's tree:
Basically, I try checking for user existance and login capabilities from the LDAP server (later on, I'll try with different bases, that's why I didn't use
SimpleLdapAuthenticator
gem). And, based on the logs, it seems that it is indeed validating; though once succeeded, it redirects again to the login form.Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions