[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [es-dev] TCK question on LDAP IDStore
|
Hi,
I wasn’t personally much involved with the LDAP implementations anymore after the initial version, but I think many of the TCK tests were based / inspired on the Soteria tests.
To cross-check, did you try running the tests in Soteria/tests against your implementation? They are implementation for independent and there already is a TomEE target (you just need to remove Soteria being added to TomEE).
As for the TCK tests itself, they were created by people external to the Java EE Security EG, so might not read along on this list.
On Monday, July 6, 2020, Jean-Louis MONTEIRO <
jeanouii@xxxxxxxxx> wrote:
Hi,
LDAP identity store is required per spec.
I was trying to create an implementation at Apache and I was running the tests.
I am interested in having more information about
com.sun.ts.tests.securityapi.idstore.ldap.invalidcallerbasedn.Client
@test_Strategy: LdapIdenttiyStore (priority=100) exists, but callerBaseDN
* property is not correct Then validation is INVALID
All the other invalidXXX seem to expect an exception. Just wanted to know what were the thoughts that led this one to be expecting an INVALID response.
Can someone clarify?
--
Jean-Louis