[RESOLVED] Re: Migrate to 2.0 API - Help w/ PW Policy Control

2021-06-24 Thread Shawn McKinney
> On Jun 23, 2021, at 11:26 PM, Emmanuel Lécharny wrote: > > > On 23/06/2021 17:32, Shawn McKinney wrote: >> Next up on migration tasks, howto process password policy control returned >> from the server. >> The 1.x way >>

[RESOLVED] Re: Migration to 2.0 API has moved onto something a bit more relaxing

2021-06-24 Thread Shawn McKinney
Changes pushed into api for the new control: https://github.com/apache/directory-ldap-api/commit/12353c1487412b0c7e0d36a68297ab713dd0 Let me know if there’s anything I missed / got wrong. I’ve left the control in fortress for now, until the 2.0.3 release is out. That resolves this issue,

Re: Migration to 2.0 API has moved onto something a bit more relaxing

2021-06-24 Thread Emmanuel Lécharny
On 24/06/2021 15:57, Shawn McKinney wrote: interfaces should describe a type and hence have methods Whatever. There is a suppressions.xml file in src/checkstyle that list the classes that are to be ignred. here is its content: checks="InterfaceIsType" />

Re: Migration to 2.0 API has moved onto something a bit more relaxing

2021-06-24 Thread Emmanuel Lécharny
On 24/06/2021 15:57, Shawn McKinney wrote: interfaces should describe a type and hence have methods Does RelaxControl extends Control ? -- *Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE T. +33 (0)4 89 97 36 50 P. +33 (0)6 08 33 32 61 emmanuel.lecha...@busit.com

Re: Migration to 2.0 API - RBAC Accelerator Extended Operations

2021-06-24 Thread Emmanuel Lécharny
On 24/06/2021 20:38, Shawn McKinney wrote: Moving onto the last hurdle for 2.0 migration… To get the accelerator client talking with OpenLDAP RBAC overlay, for extended operations. Emmanuel, as I recall some time ago that the RBAC accelerator client would need to be reworked when we moved