Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 2.11.4, 2.14.13, 2.15.1
-
Fix Version/s: None
-
Component/s: LDAP
-
Labels:
Description
Configure Nexus for LDAP using standard settings in the LDAP connection, then try to access a resource with a user ID that doesn't exist in the LDAP server
curl -u fubar:fubar http://localhost:8081/nexus/service/local/status
You will see that the exact same query is made twice to the LDAP server.
For successful authentication the query is only made once.
Expected
A single LDAP search query per configured LDAP server should be all that is needed per inbound request, to attempt to authenticate the provided user name.