Export to GitHub

vt-middleware - issue #212

ldaptive: aggregrate trust manager should allow any


Posted on Mar 26, 2014 by Grumpy Lion

The AggregrateTrustManager currently requires all trust managers to succeed for a trust check to succeed. This behavior is counter intuitive as trust managers are typically mutually exclusive.

Update the AggregateTrustManager to succeed if any trust manager succeeds.

Comment #1

Posted on Mar 31, 2014 by Grumpy Lion

Updated the AggregateTrustManager with an enum for ANY and ALL. Did not change the default behavior from ALL.

See r2936.

Status: Fixed

Labels:
Type-Enhancement Priority-Medium