Comment #5 on issue 35 by
pbspamfi...@gmail.com: dts517 test flaw or
My thought on this when I saw Greg's comment is that if one is serving the
same data on multiple instances of the same image for back up or load
balancing it is intended to be consistent. So I agree and copied over the
certificate so it would work with the test case where it was missing. It's
also possible to set up replication.
Therefore this was a server misconfiguration. Note this is somewhat because
one had to use the SRV record to find the CERT via discovery.
IE the endpoint is not known initially so that tracks the applicability
statement.
If one was searching a known location (read the S&I Guide)then one would
have different expectations that the data would be maintained correctly as
mentioned in the comment and replicated, or done with a chain or referral.
It's a fine point of distinction but one I have stressed that LDAP is not
meant to be taken as a LDAP server, but LDAP in the strict definition as an
access protocol as it is defined in the normative RFC.
Therefore if one knew already where to connect, then one would
connect and then navigate or search the right entry, and then get to the
right entry based on chaining and referrals within the DIT. That's a
different test case.
So in this case it's a server configuration error, based on the
expectations, but in using a DIT it would go find the right information for
you, if you knew the entry point and were properly authenticated.