What replaced mergeResults="true"?
Klingenstein, Nate
nklingenstein at calstate.edu
Thu Jul 21 17:10:56 EDT 2016
Thanks for turning your expert eye to the code. I'll experiment and see what happens, I guess. FWIW, the links to the Javadocs linked to from:
https://wiki.shibboleth.net/confluence/display/IDP30/LDAPConnector
turn up a bunch of 404's:
http://vt-middleware.googlecode.com/svn/ldaptive/javadoc/bundle-1.0.5/org/ldaptive/SearchResult.html
It looks like they should be e.g.:
http://www.ldaptive.org/javadocs/org/ldaptive/SearchResult.html
It looks like there's an explicit mergeEntries method, so I'll wait for confirmation or silence from Marvin and others first, but I'm glad to go through and fix those references if it'd help.
-----Original Message-----
From: users [mailto:users-bounces at shibboleth.net] On Behalf Of Cantor, Scott
Sent: Thursday, July 21, 2016 12:23 PM
To: Shib Users <users at shibboleth.net>
Subject: RE: What replaced mergeResults="true"?
> It looks like it might be a one-for-one replacement with
> multipleResultsIsError:
I couldn't say, but it's not wired to anything. That is, it doesn't cause the code to turn on any particular setting now, it's just stubbed out in the configuration parser.
> But, I'm not sure what the default behavior of the LDAP connector in
> v3 is when it encounters multiple results.
Well, multipleResultsAnError defaults to false in the code, so I would assume that it does something sane with multiple results to merge them.
> Couldn't find the answer archived, and apologies if I missed it, but
> rather than reading code and actually learning, I'll ask here for
> posterity. Is it first record wins, or merge, or something else? Configurable?
I assume merge.
-- Scott
--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
More information about the users
mailing list