Working with LDAP #4521
-
Hello, I was able to set up OpenGrok with everything working using the docker container. Although as soon as I add LDAP authentication Realm to I'm assuming this is because the indexer is trying to reach REST endpoints but tomcat requires an LDAP auth for it now. How can I work around this? I saw a few discussions: I also saw a few articles about Authorization plugins which seem to be more promising. EDIT: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok I ended up figuring it out, tomcat needs to host the authentication part to ensure valid users are let in, opengrok then deals with the authorization for viewing projects. This means tomcat needs to have Realm setup to let people in but not filter |
Beta Was this translation helpful? Give feedback.
Ok I ended up figuring it out, tomcat needs to host the authentication part to ensure valid users are let in, opengrok then deals with the authorization for viewing projects.
This means tomcat needs to have Realm setup to let people in but not filter
auth-roles
so the web application can deal with that hence the*
as suggested by the documentation.