-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
Windows 2008 Server x86
Jenkins 1.417
Jenkins Active Directory plugin 1.18
Common Scenario
- Security: Active Directory
- Strategy: Project-based Matrix Authorization Strategy.
- User X is in group G.
Scenario 1
1. Add user X with Admin and Read roles in 'Overall' section.
2. X can log properly. Therefore, the plugin works fine.
=)
Scenario 2
1. Add group G with Admin and Read roles in 'Overall' section.
2. I am trying to log with user X.
3. I got 'X is missing the Read permission' and I couldn't log in.
=(
- is duplicated by
-
JENKINS-10149 [Active Directory] Group authentication problem
-
- Resolved
-
Debugging this issue I found that the problem was case sensitive in group name.
My group is "Java Admins" and I was using "JAVA Admins" in group permissions.
It was wired because the plugin detected the group properly indicating the icon (
) correctly.
I can't create a patch to send you because I don't have some libraries necessaries.