Login error to OpenGrok #4130
ranjantomtom
started this conversation in
General
Replies: 3 comments
-
Please suggest the possible reason for the error. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think this is out of our scope, you should be able to find help in tomcat ldap integration docs , shouldn't you? |
Beta Was this translation helpful? Give feedback.
0 replies
-
We can close this case as there were some network issue in our infrastructure due to that issue occurred. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
Getting error while login to OpenGrok
Error url
http://opengrok.tomtomgroup.com/j_security_check;jsessionid=CCF6796D422D3954DB772234AF63AD61
Below context added to /opt/tomcat/conf/server.xml
<Realm className="org.apache.catalina.realm.JNDIRealm" debug="99"
connectionURL="ldap://ldap-nl.tomtomgroup.com:389"
referrals="follow"
userBase="OU=Employees,O=Teleatlas,C=Global"
userSearch="(sAMAccountName={0})"
userSubtree="true"
roleBase="CN=DevTools,CN=Roles,O=Teleatlas,C=Global"
roleName="cn"
roleSubtree="true"
roleSearch="(member={0})"
And also updated to web.xml file with below
images /images/* Protected Area /* TomTom Employees FORM Please use your ttg.global username and password to access Opengrok. /login.jsp /login_error.htmlBeta Was this translation helpful? Give feedback.
All reactions