JoshuaJeong / nhin-d

Automatically exported from code.google.com/p/nhin-d
0 stars 0 forks source link

Java RI not respecting the DNS SRV priority field #194

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Perform an LDAP query for a certificate.
2. The DNS SRV query for the LDAP server returns multiple records.
3. The records have different priorities.

What is the expected output? What do you see instead?
According to RFC2782, the record with the lowest priority (priority value that 
is the lower) must be attempted.  The LDAP certificate resolver is not always 
attempting the lowest priority server.

This bug has been observed in the ModSpec Phase 3 discovery tests (DTS 506). 

Please use labels and text to provide additional information.

Original issue reported on code.google.com by gm2...@cerner.com on 20 Nov 2012 at 3:51

GoogleCodeExporter commented 8 years ago
Fixed in agent 1.5.4.  Needs validation.

Original comment by gm2...@cerner.com on 20 Nov 2012 at 3:52