We want to run two Jenkins on the same server. To log in to Jenkins (using version 1.595) we use the LDAP plugin (version 1.11). The "project-based matrix authorization strategy" is selected, and my user gets administrator access. Therefore, when I can log in, I have administrator rights. The character to the left of users added to matirx shows "little man", so the user seems to be found on LDAP.
- CASE 1: If I type in my credentials, CORRECT, I will be redirected to the open page before I clicked the "enter" button.
- Not bad → Without allowing an anonymous user to manage, I have no chance to do anything.
- CASE 2: If I type them, WRONG Jenkins tells me "Invalid login information. Please try again."
Also tried "Anyone can do anything" as a security parameter. Using this, I am not redirected to the login form, but to the last page visited, from where I called "login".
It doesn't matter what type of Internet Explorer I use. The result is always the same (Chrome, Firefox, and Internet explorer were tested).
I have already discussed with a colleague in charge of the LDAP service. Input information is processed correctly (-> Jenkins LDAP settings must be correct). But this fact is clear, because incorrect login information leads to the "Invalid login information page", but there is no correct login information.
Also make sure that the firewall is not causing problems.
Do you have an idea why this is not working? Or what could be the reason? Is it possible that there is some “redirect link” for login?
source share